Skip to content

Commit 04f51be

Browse files
committed
JS: Add missing qldoc
1 parent f96c425 commit 04f51be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
private import javascript
1111
private import semmle.javascript.DynamicPropertyAccess
1212

13+
/**
14+
* Provides a taint tracking configuration for reasoning about
15+
* prototype-polluting assignments.
16+
*/
1317
module PrototypePollutingAssignment {
1418
private import PrototypePollutingAssignmentCustomizations::PrototypePollutingAssignment
1519

0 commit comments

Comments
 (0)