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 @@ -35,7 +35,7 @@ repos:
files: ^requirements\.txt$
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
exclude: \.svg$
exclude: (\.svg$)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
exclude: (\.svg$)
exclude: \.svg$

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.46.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion content/highlight/github.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion content/highlight/highlight.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -1210,4 +1210,4 @@ begin:"\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0
aliases:["yml"],contains:l}}});const He=ae;for(const e of Object.keys(Ke)){
const n=e.replace("grmr_","").replace("_","-");He.registerLanguage(n,Ke[e])}
return He}()
;"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs);
;"object"==typeof exports&&"undefined"!=typeof module&&(module.exports=hljs);
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)
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
beautifulsoup4
Markdown
pelican
pre-commit
requests