mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Update javascript/ql/lib/semmle/javascript/frameworks/Snapdragon.qll
This commit is contained in:
committed by
GitHub
parent
f41bc64e30
commit
a4447ce372
@@ -5,7 +5,7 @@
|
||||
import javascript
|
||||
|
||||
/**
|
||||
* A module modelling taint steps for the [snapdragon](https://www.npmjs.com/package/snapdragon) library.
|
||||
* A module modeling taint steps for the [snapdragon](https://www.npmjs.com/package/snapdragon) library.
|
||||
*/
|
||||
private module Snapdragon {
|
||||
private API::Node getSetCall(API::Node base) { result = base.getMember("set").getReturn() }
|
||||
|
||||
Reference in New Issue
Block a user