Skip to content

Commit de3756d

Browse files
authored
Merge pull request #128 from advanced-security/knewbury01/fix-helpfile
Update urls for cql injection help file
2 parents 4359995 + a4ba4f4 commit de3756d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/frameworks/cap/src/cqlinjection/CqlInjection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ SELECT.from(entity).columns(column)
1919

2020
## References
2121

22-
- OWASP: [Log Injection](https://owasp.org/www-community/attacks/Log_Injection).
23-
- OWASP: [Log Injection Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Logging_Cheat_Sheet.html).
22+
- OWASP: [SQL Injection](https://owasp.org/www-community/attacks/SQL_Injectionn).
23+
- OWASP: [SQL Injection Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/SQL_Injection_Prevention_Cheat_Sheet.html).
2424
- SAP CAPire Documentation: [Security Aspects](https://cap.cloud.sap/docs/guides/security/aspects#common-injection-attacks).

0 commit comments

Comments
 (0)