Skip to content

Commit a9a5fb1

Browse files
committed
fix(A8:2019): Remove external reference
1 parent 93e8971 commit a9a5fb1

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed
35 Bytes
Binary file not shown.
-213 Bytes
Binary file not shown.

2019/en/src/0xa8-injection.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,10 @@ Preventing injection requires keeping data separate from commands and queries.
117117

118118
* [CWE-77: Command Injection][5]
119119
* [CWE-89: SQL Injection][6]
120-
* [HOW TO: Command Injection, HackerOne][7]
121120

122121
[1]: https://www.owasp.org/index.php/Injection_Flaws
123122
[2]: https://www.owasp.org/index.php/SQL_Injection
124123
[3]: https://www.owasp.org/images/e/ed/GOD16-NOSQL.pdf
125124
[4]: https://www.owasp.org/index.php/Command_Injection
126125
[5]: https://cwe.mitre.org/data/definitions/77.html
127126
[6]: https://cwe.mitre.org/data/definitions/89.html
128-
[7]: https://www.hackerone.com/blog/how-to-command-injections

0 commit comments

Comments
 (0)