Skip to content

Commit

Permalink
Fix dead links (#127)
Browse files Browse the repository at this point in the history
* Update treatment-of-vulnerabilities-with-severity-high-or-higher.md

* Update follow-security-by-design-principles.md

* Update check-spell.yml

* Create mlc_config.json

* Update check-md-links.yml
  • Loading branch information
mvollmary authored Jul 3, 2024
1 parent 89c3c66 commit 4c4754b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-md-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: 'mlc_config.json'
4 changes: 2 additions & 2 deletions .github/workflows/check-spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
- run: npm install -g cspell
- run: cspell "**/*.md"
- run: cspell "**/*.md"
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

## Further Readings

- Literature: [OWASP Security Knowledge Framework](https://owasp.org/www-project-security-knowledge-framework/)
- Literature: [Security Knowledge Framework](https://www.securityknowledgeframework.org/)

<p align="right"><a href="https://www.surveymonkey.de/r/MNWNVRB">Send Feedback</a></p>
3 changes: 3 additions & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"aliveStatusCodes": [200, 206, 403]
}
2 changes: 1 addition & 1 deletion orange/follow-security-by-design-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ When implementing this principle:
## Further Readings

- [Security design with principles](https://medium.com/ouspg/security-design-with-principles-a8c045765b93)
- [MITRE - Cyber Resiliency Design Principles](https://www.mitre.org/sites/default/files/publications/PR%2017-0103%20Cyber%20Resiliency%20Design%20Principles%20MTR17001.pdf)
- [MITRE - Cyber Resiliency Design Principles](https://www.mitre.org/sites/default/files/2021-11/pr-17-0103-Cyber-Resiliency-Design-Principles.pdf)
- [Agile Modellgetriebene Entwicklung von Software Security & Privacy - page 14 (german)](https://se-rwth.de/phdtheses/Diss-Hermerschmidt-Agile-Modellgetriebene-Entwicklung-von-Software-Security-and-Privacy.pdf)

<p align="right"><a href="https://www.surveymonkey.de/r/MNWNVRB">Send Feedback</a></p>

0 comments on commit 4c4754b

Please sign in to comment.