Skip to content

Commit d256a61

Browse files
committed
Merge branch 'jeongsoolee09/improve-cap-log-injection' of github.com:advanced-security/codeql-sap-js into jeongsoolee09/improve-cap-log-injection
2 parents f2511a2 + 7a7de41 commit d256a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/frameworks/cap/lib/advanced_security/javascript/frameworks/cap/CAPLogInjectionQuery.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ module CAPLogInjectionConfiguration implements DataFlow::ConfigSig {
5757
predicate isBarrier(DataFlow::Node node) {
5858
/*
5959
* This predicate includes cases such as:
60-
* 1. An CDS entity element lacking a type annotation.
60+
* 1. A CDS entity element lacking a type annotation.
6161
* - Possibly because it relies on a common aspect.
62-
* 2. An CDS entity element annotated with a non-string type listed above.
62+
* 2. A CDS entity element annotated with a non-string type listed above.
6363
*
6464
* Therefore, the data held by the handler parameter data (e.g. `req.data.X`)
6565
* has to be EXPLICITLY annotated as `String` or `LargeString` to be excluded

0 commit comments

Comments
 (0)