Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MD004:
MD005:
indent: 2

MD007: 2
MD007: false

MD013:
code_blocks: false
Expand All @@ -17,14 +17,18 @@ MD013:
# MD025/single-title/single-h1 Multiple top-level headings in the same document
MD025: false

MD029: one
MD028: false

MD029: false

MD033: false

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

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/pages/draft-asf-token-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
2 changes: 2 additions & 0 deletions content/pages/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)