JS: Update prototype pollution query

This commit is contained in:
Asger Feldthaus
2020-03-18 23:59:25 +00:00
parent b6ca4fbee3
commit 3ae33e3c1a

View File

@@ -74,7 +74,7 @@ module PrototypePollution {
private class RemoteFlowAsSource extends Source {
RemoteFlowAsSource() { this instanceof RemoteFlowSource }
override DataFlow::FlowLabel getAFlowLabel() { result.isData() }
override DataFlow::FlowLabel getAFlowLabel() { result.isTaint() }
}
/**