Fix CodeQL log injections (#95)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
try {
|
||||
|
||||
//Debug
|
||||
login = login.replace(/[\n\r]/g, "")
|
||||
console.debug(`metrics/compute/${login} > start`)
|
||||
console.debug(util.inspect(q, {depth:Infinity, maxStringLength:256}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user