Skip to content

Commit 3ae33e3

Browse files
committed
JS: Update prototype pollution query
1 parent b6ca4fb commit 3ae33e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module PrototypePollution {
7474
private class RemoteFlowAsSource extends Source {
7575
RemoteFlowAsSource() { this instanceof RemoteFlowSource }
7676

77-
override DataFlow::FlowLabel getAFlowLabel() { result.isData() }
77+
override DataFlow::FlowLabel getAFlowLabel() { result.isTaint() }
7878
}
7979

8080
/**

0 commit comments

Comments
 (0)