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 b6ca4fb commit 3ae33e3Copy full SHA for 3ae33e3
javascript/ql/src/semmle/javascript/security/dataflow/PrototypePollutionCustomizations.qll
@@ -74,7 +74,7 @@ module PrototypePollution {
74
private class RemoteFlowAsSource extends Source {
75
RemoteFlowAsSource() { this instanceof RemoteFlowSource }
76
77
- override DataFlow::FlowLabel getAFlowLabel() { result.isData() }
+ override DataFlow::FlowLabel getAFlowLabel() { result.isTaint() }
78
}
79
80
/**
0 commit comments