Skip to content

Commit cc91026

Browse files
Update javascript/ql/src/experimental/Security/CWE-117/LogInjection.qll
Co-authored-by: Marcono1234 <[email protected]>
1 parent b4f2551 commit cc91026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/experimental/Security/CWE-117/LogInjection.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ module LogInjection {
5757
* A call to a logging mechanism. For example, the call could be in the following forms:
5858
* `console.log('hello')` or
5959
*
60-
* `let logger = console.log; `
61-
* `logger('hello')` or
60+
* `let logger = console.log;`
61+
* `logger('hello')` or
6262
*
6363
* `let logger = {info: console.log};`
6464
* `logger.info('hello')`

0 commit comments

Comments
 (0)