V1.01.192.2025.06.06
🛡️ Retrieve DNSSEC status of coresecret.dev. / 🛡️ Retrieve DNSSEC status of coresecret.dev. (push) Successful in 33s
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m9s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-06 18:16:53 +02:00
parent e199bde419
commit 1e6b128a57
14 changed files with 508 additions and 22 deletions
+45
View File
@@ -0,0 +1,45 @@
---
gitea: none
include_toc: true
---
# 1. RFC I-D draft-weidner-catalog-rr-ext
**Centurion Intelligence Consulting Agency Information Security Standard**<br>
*RFC I-D draft-weidner-catalog-rr-ext*<br>
**Master Version**: 1.00<br>
**Build**: V1.01.192.2025.06.06<br>
# 2. Changelog
## V1.01.192.2025.06.06
* Updated workflows:
1. ``git stash push``
2. ``git fetch origin master``
3. ``git merge --no-edit origin/master``
4. ``git stash pop``
* Added basic linter checks for:
* **``*.sh``**,
* **``*.rfc.xml``**,
* all files with Shebang **``#``**! for:
* Carriage Return (\r) for Windows CRLF
* C0 control characters except Tab (\x09) and Newline (\x0A)
* Range: [\x00-\x08\x0B-\x0C\x0E-\x1F\x7F]
* All bytes > 0x7F
* Emoji characters in the ranges:
* \x{1F300}-\x{1F5FF} Miscellaneous Symbols & Pictographs
* \x{1F600}-\x{1F64F} Emoticons
* \x{1F680}-\x{1F6FF} Transport & Map Symbols
* \x{1F900}-\x{1F9FF} Supplemental Symbols & Pictographs
* \x{2600}-\x{26FF} Miscellaneous Symbols
* \x{2700}-\x{27BF} Dingbats
* All whitespace characters except ASCII space (U+0020)
* Tab (\x09)
* No-Break Space (\xA0)
* U+1680, U+2000U+200A, U+202F, U+205F, U+3000
* [linter_char_scripts.yaml](../.gitea/workflows/linter_char_scripts.yaml)
---
**[no tracking | no logging | no advertising | no profiling | no bullshit](https://coresecret.eu/)**
<!-- vim: set number et ts=2 sw=2 sts=2 ai tw=128 ft=markdown -->