Skip to content

Commit

Permalink
make lint/spelling/link errors go away
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashappe committed Oct 6, 2024
1 parent 230c5f4 commit 0dc70f2
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --no-progress --max-retries 5 --exclude-path './docs/about-top-10/in-the-news.md' './docs/**/*.md'
args: --no-progress --max-retries 5 --exclude-path './docs/introduction/in-the-news.md' './docs/**/*.md'
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MD013:
#heading_line_length: 80
headings: true
# line_length: 125
line_length: 1024
line_length: 2048
stern: true
strict: false
tables: true
7 changes: 7 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,10 @@ Zend
Zudilin
reimplement
StrideGPT
Jaskirat
Kron
Lukas
Weichselbaum
cowsecurity
joonakokkola
untracked
8 changes: 4 additions & 4 deletions docs/archive/2016/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can download an English version of the OWASP Top 10 Proactive Controls: [pdf

In alphabetical order:

- Chinese: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v2/OWASPTop10ProactiveControls2016-Chinese.pdf)
- Hebrew: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v2/OWASP_Proactive_Controls_2-Hebrew.pdf)
- Japanese: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v2/OWASPTop10ProactiveControls2016-Japanese.pdf)
- Simplified Chinese: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v2/OWASPTop10ProactiveControls2016-SimplifiedChinese.pdf)
- Chinese: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v2/OWASPTop10ProactiveControls2016-Chinese.pdf)
- Hebrew: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v2/OWASP_Proactive_Controls_2-Hebrew.pdf)
- Japanese: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v2/OWASPTop10ProactiveControls2016-Japanese.pdf)
- Simplified Chinese: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v2/OWASPTop10ProactiveControls2016-SimplifiedChinese.pdf)
14 changes: 7 additions & 7 deletions docs/archive/2018/translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ We provide an exported PDF English version: [pdf](https://github.com/OWASP/www-p

In alphabetical order:

- Arabic: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/OWASP_Top_10_Proactive_Controls_V3-AR.pdf)
- Brazilian Portuguese: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/OWASP_TOP_10_Proactive_Controls_2018_V3_PT-BR.pdf)
- Chinese: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/OWASP_Top_10_Proactive_Controls_V3_Chinese.pdf)
- Italian: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/OWASP_Top_10_Proactive_Controls_V3-IT.pdf)
- Spanish: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/OWASP_TOP_10_Proactive_Controls_2018_V3_ES-AR.pdf)
- Polish: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/OWASP_TOP_10_Proactive_Controls_2018_V3_PL.pdf)
- Russian: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/Owasp-top-10-proactive-controls-2018-russian.pdf)
- Arabic: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/OWASP_Top_10_Proactive_Controls_V3-AR.pdf)
- Brazilian Portuguese: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/OWASP_TOP_10_Proactive_Controls_2018_V3_PT-BR.pdf)
- Chinese: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/OWASP_Top_10_Proactive_Controls_V3_Chinese.pdf)
- Italian: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/OWASP_Top_10_Proactive_Controls_V3-IT.pdf)
- Spanish: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/OWASP_TOP_10_Proactive_Controls_2018_V3_ES-AR.pdf)
- Polish: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/OWASP_TOP_10_Proactive_Controls_2018_V3_PL.pdf)
- Russian: [pdf](https://github.com/OWASP/www-project-proactive-controls/blob/master/v3/Owasp-top-10-proactive-controls-2018-russian.pdf)

Check failure on line 15 in docs/archive/2018/translations.md

View workflow job for this annotation

GitHub Actions / Lint markdown

Files should end with a single newline character

docs/archive/2018/translations.md:15:137 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md047.md
3 changes: 1 addition & 2 deletions docs/introduction/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ You find the source code of the current version of the OWASP Top 10 Proactive Co

When you check [our open issues on github](https://github.com/OWASP/www-project-proactive-controls/issues), you can see that some issues are tagged with `help wanted` or `good first issue`. Choose these if you want to help out the project!


## Translations

Starting with version `v4` in 2024, we don't accept inclusion of translations into the OWASP Top 10 Proactive Controls directly and are only providing the English version.
Expand Down Expand Up @@ -41,7 +40,7 @@ $ mkdocs serve

## A Big Thank you to our Contributors!

This document would not have been possible without our contributors for which we are grateful. The 2024 Version makes listing all contributors hard as we were using an untracked google shared doc in the beginning. We hope that we haven't missed someone and are very gravious for:
This document would not have been possible without our contributors for which we are grateful. The 2024 Version makes listing all contributors hard as we were using an untracked google shared doc in the beginning. We hope that we haven't missed someone and are very gracious for:

[Andreas Happe](https://github.com/andreashappe), [Jim Manico](https://github.com/jmanico), [Katy Anton](https://github.com/katyanton), Chris Romeo, Jasmin Mair, Abdessamad Temmar, Carl Sampson, Eyal Estrin, [Israel Chorzevski](https://github.com/sro-co-il), [Zoe Braiterman](https://github.com/zbraiterman), [Timo Pagel](https://github.com/wurstbrot), [ThreeHoolagins](https://github.com/ThreeHoolagins), [Wallace Soares](https://github.com/soareswallace), [Aref Shaheed](https://github.com/aref2008), [ThunderSon](https://github.com/ThunderSon), [Marcus Fenstrom](https://github.com/MFernstrom), [Datz](https://github.com/DatzAtWork), [Josh Grossman](https://github.com/tghosth), [Tomas Coiro](https://github.com/CoiroTomas), [Dr. Pi3ch](https://github.com/pi3ch), [Ishaq Mohammed](https://github.com/security-prince), [Richard Tweed](https://github.com/RichardoC), [Derek Gary](https://github.com/DerekGary), [Starr Brown](https://github.com/mamicidal), [Thomas](https://github.com/tthn0), [Christian Capellan](https://github.com/ccapellan), [Adriaan Joubert](https://github.com/adriaanjoubert), [Kenneth Kron](https://github.com/biofool), [Jaskirat Singh](https://github.com/Jassi2004), [Lukas Weichselbaum](https://github.com/lweichselbaum), [joonakokkola](https://github.com/joonakokkola), [cowsecurity](https://github.com/cowsecurity)

Expand Down

0 comments on commit 0dc70f2

Please sign in to comment.