We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f2551 commit cc91026Copy full SHA for cc91026
javascript/ql/src/experimental/Security/CWE-117/LogInjection.qll
@@ -57,8 +57,8 @@ module LogInjection {
57
* A call to a logging mechanism. For example, the call could be in the following forms:
58
* `console.log('hello')` or
59
*
60
- * `let logger = console.log; `
61
- * `logger('hello')` or
+ * `let logger = console.log;`
+ * `logger('hello')` or
62
63
* `let logger = {info: console.log};`
64
* `logger.info('hello')`
0 commit comments