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 f427af3 commit 9751230Copy full SHA for 9751230
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