Skip to content

Commit 0a428a8

Browse files
erik-kroghesbena
andauthored
typo
Co-Authored-By: Esben Sparre Andreasen <esbena@github.com>
1 parent d4f42d8 commit 0a428a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/semmle/javascript/security/dataflow/CleartextLoggingCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ module CleartextLogging {
199199
*/
200200
class PartiallySensitiveMap extends DataFlow::FlowLabel {
201201
PartiallySensitiveMap() {
202-
this = "processEnv"
202+
this = "PartiallySensitiveMap"
203203
}
204204
}
205205
}

0 commit comments

Comments
 (0)