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 f84af74 commit a628f78Copy full SHA for a628f78
javascript/ql/src/Security/CWE-400/PrototypePollutionUtility.ql
@@ -137,7 +137,7 @@ SourceNode propertyEnumerator() {
137
}
138
139
/**
140
- * Property enumeration through the `for-own` or `for-in` package.
+ * Property enumeration through a library function taking a callback.
141
*/
142
class LibraryCallbackEnumeratedPropName extends EnumeratedPropName {
143
CallNode call;
0 commit comments