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 08bc80f commit 712614aCopy full SHA for 712614a
javascript/ql/lib/semmle/javascript/security/dataflow/PrototypePollutingAssignmentQuery.qll
@@ -33,6 +33,8 @@ class Configuration extends TaintTracking::Configuration {
33
// Concatenating with a string will in practice prevent the string `__proto__` from arising.
34
node instanceof StringOps::ConcatenationRoot
35
or
36
+ node instanceof DataFlow::ThisNode
37
+ or
38
// Stop at .replace() calls that likely prevent __proto__ from arising
39
exists(StringReplaceCall replace |
40
node = replace and
0 commit comments