mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
fix compilation of PrototypePollutionUtility after refactor
This commit is contained in:
@@ -113,7 +113,7 @@ class EntriesEnumeratedPropName extends EnumeratedPropName {
|
||||
* Holds if the properties of `node` are enumerated locally.
|
||||
*/
|
||||
predicate arePropertiesEnumerated(DataFlow::SourceNode node) {
|
||||
node = any(EnumeratedPropName name).getASourceObjectRef()
|
||||
node = AccessPath::getAnAliasedSourceNode(any(EnumeratedPropName name).getSourceObject())
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user