diff options
author | cynthiabethea <108268296+cynthiabethea@users.noreply.github.com> | 2022-10-06 14:18:25 +0100 |
---|---|---|
committer | Philippe Perrin <philippe.perrin@sonarsource.com> | 2022-10-07 12:13:56 +0200 |
commit | 657e8f919836bb5fc6b788eb72897ac639010a84 (patch) | |
tree | e33810308fc93caf7d22adf4b73351324763a125 /server/sonar-docs | |
parent | 7a8d574457de509dd229ae9145d0c9e5276fe35b (diff) | |
download | sonarqube-657e8f919836bb5fc6b788eb72897ac639010a84.tar.gz sonarqube-657e8f919836bb5fc6b788eb72897ac639010a84.zip |
DOC-171 add bullet point about OWASP ASVS (#6782)
Diffstat (limited to 'server/sonar-docs')
-rw-r--r-- | server/sonar-docs/src/pages/user-guide/security-reports.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/user-guide/security-reports.md b/server/sonar-docs/src/pages/user-guide/security-reports.md index afb4fdf3afe..de67bbb24b3 100644 --- a/server/sonar-docs/src/pages/user-guide/security-reports.md +++ b/server/sonar-docs/src/pages/user-guide/security-reports.md @@ -10,6 +10,7 @@ Security Reports quickly give you the big picture on your application's security - [PCI DSS](https://www.pcisecuritystandards.org/) (versions 4.0 and 3.2.1) - [OWASP Top 10](https://owasp.org/Top10/) (versions 2021 and 2017) +- [OWASP ASVS](https://owasp.org/www-project-application-security-verification-standard/) (version 4.0) - [CWE Top 25](https://cwe.mitre.org/top25/) (versions 2021, 2020, and 2019) They represent the bare minimum to comply with for anyone putting in place a secure development lifecycle. |