Update javascript/ql/lib/semmle/javascript/frameworks/Snapdragon.qll

This commit is contained in:
Esben Sparre Andreasen
2022-02-11 08:20:02 +01:00
committed by GitHub
parent f41bc64e30
commit a4447ce372

View File

@@ -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() }