46 lines
1.5 KiB
Markdown
46 lines
1.5 KiB
Markdown
---
|
||
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+2000–U+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 -->
|