Skip to content

Commit

Permalink
S6506, S6584, S6587 Change links to 3-rd party resources (#3122)
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr authored Sep 21, 2023
1 parent b50eeb5 commit de8e059
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rules/S6506/docker/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN wget --secure-protocol=TLSv1_2 --max-redirect=0 -q -O - https://might-redire

* https://cwe.mitre.org/data/definitions/757[MITRE, CWE-757] - Selection of Less-Secure Algorithm During Negotiation ('Algorithm Downgrade')
* https://curl.se/docs/manpage.html#--proto[curl.1 the man page] - `--proto <protocols>`
* https://linux.die.net/man/1/wget[wget(1) - Linux man page] - `--max-redirect=`
* https://www.gnu.org/software/wget/manual/wget.html#HTTP-Options[wget - GNU Wget Manual] - `--max-redirect=`
* https://github.com/ssllabs/research/wiki/SSL-and-TLS-Deployment-Best-Practices#41-encrypt-everything[SSL and TLS Deployment Best Practices] - Encrypt Everything


Expand Down
4 changes: 2 additions & 2 deletions rules/S6584/docker/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ For `aptitude`, the long version `--assume-yes` exists.
== Resources
=== Documentation

* https://linux.die.net/man/8/apt[apt - Linux man page]
* https://linux.die.net/man/8/apt-get[apt-get - Linux man page]
* https://manpages.debian.org/bookworm/apt/apt.8.en.html[apt - Linux man page]
* https://manpages.debian.org/bookworm/apt/apt-get.8.en.html[apt-get - Linux man page]
* https://wiki.debian.org/Aptitude[aptitude - Linux aptitude command]
]
* https://docs.docker.com/engine/reference/builder/#run[RUN - Docker reference]
Expand Down
4 changes: 2 additions & 2 deletions rules/S6587/docker/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ They are not removed by the `clean` command, so they need to be removed manually

* https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run[RUN - Best practices for writing Dockerfiles]
* https://man.archlinux.org/man/apk.8.en[apk man]
* https://linux.die.net/man/8/apt-get[apt-get man]
* https://linux.die.net/man/8/aptitude[aptitude man]
* https://manpages.debian.org/bookworm/apt/apt-get.8.en.html[apt-get man]
* https://manpages.debian.org/testing/aptitude/aptitude.8.en.html[aptitude man]
* https://askubuntu.com/questions/1050800/how-do-i-remove-the-apt-package-index[How do I remove the apt package index?]

ifdef::env-github,rspecator-view[]
Expand Down

0 comments on commit de8e059

Please sign in to comment.