Skip to content

Commit d7ab427

Browse files
committed
Merge branch 'develop' into pr-23
2 parents e16e0e2 + a9a5fb1 commit d7ab427

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
@@ -119,12 +119,10 @@ Preventing injection requires keeping data separate from commands and queries.
119119

120120
* [CWE-77: Command Injection][5]
121121
* [CWE-89: SQL Injection][6]
122-
* [HOW TO: Command Injection, HackerOne][7]
123122

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

0 commit comments

Comments
 (0)