Skip to content

Commit 2949c5d

Browse files
authored
OWASP & static analysis tools (#83)
* OWASP & static analysis tools * Disclaimer about reliance on automated security tools
1 parent b79bc52 commit 2949c5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

practices/security.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
- Cover the **basics**
2020
- Ensure the [OWASP Top Ten](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_2017_Project) is well understood and considered during software delivery
21+
- Static code analysis tools can catch some of these issues early, for example [SonarQube](https://www.sonarqube.org/features/security/owasp/)
22+
- Beware of over-reliance on automated tools: they can help to catch some issues, but they cannot be relied on to catch everything
2123
- Encode/validate all user input. Code against (and test for) XSS and injection attacks such as SQL/XML/JSON/CRLF
2224
- Ensure **authentication** is robust
2325
- Strong passwords and MFA

0 commit comments

Comments
 (0)