diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index fe885ac..79a3f0d 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -7,7 +7,7 @@ MD004: MD005: indent: 2 -MD007: 2 +MD007: false MD013: code_blocks: false @@ -17,7 +17,9 @@ MD013: # MD025/single-title/single-h1 Multiple top-level headings in the same document MD025: false -MD029: one +MD028: false + +MD029: false MD033: false @@ -25,6 +27,8 @@ MD034: false MD035: consistent +MD040: false + # MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading MD041: false diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc0a947..559c147 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: check-vcs-permalinks - id: check-yaml - id: detect-private-key - - id: end-of-file-fixer + # - id: end-of-file-fixer - id: fix-byte-order-marker - id: forbid-submodules - id: mixed-line-ending diff --git a/content/pages/draft-asf-token-standard.md b/content/pages/draft-asf-token-standard.md index 652ac44..f1dea38 100644 --- a/content/pages/draft-asf-token-standard.md +++ b/content/pages/draft-asf-token-standard.md @@ -112,4 +112,4 @@ These values must not be used in any application. The `sample` component will be ## Detection guidance -To detect tokens, the regular expression presented in the Syntax section above can be used alone, without anchoring, as a heuristic with a high probability of matches. For better prevention of false positives in detection, the suffix matching the CRC-32 can be validated. Components can also be validated against the list maintained by Security. \ No newline at end of file +To detect tokens, the regular expression presented in the Syntax section above can be used alone, without anchoring, as a heuristic with a high probability of matches. For better prevention of false positives in detection, the suffix matching the CRC-32 can be validated. Components can also be validated against the list maintained by Security. diff --git a/content/pages/policies.md b/content/pages/policies.md index 481784f..89e3cb5 100644 --- a/content/pages/policies.md +++ b/content/pages/policies.md @@ -3,5 +3,7 @@ license: https://www.apache.org/licenses/LICENSE-2.0 We will list various proposed policies and policy changes. These will be speculative until approved. +## Security policies + 1. [ASF standard for scannable secret tokens](./draft-asf-token-standard) - [FAQ](./draft-asf-token-standard-faq)