Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95c799 commit 8542c71Copy full SHA for 8542c71
1 file changed
javascript/ql/src/semmle/javascript/dataflow/TaintTracking.qll
@@ -423,7 +423,7 @@ module TaintTracking {
423
424
/**
425
* Holds if `pred` → `succ` should be considered a taint-propagating
426
- * data flow edge through data deserialization, such as `JSON.parse`.
+ * data flow edge through a promise.
427
*
428
* These steps consider a promise object to tainted if it can resolve to
429
* a tainted value.
0 commit comments