JS: Fix promiseStep documentation

This commit is contained in:
Asger Feldthaus
2020-05-09 20:24:28 +01:00
parent f95c799d6e
commit 8542c7172e

View File

@@ -423,7 +423,7 @@ module TaintTracking {
/**
* Holds if `pred` → `succ` should be considered a taint-propagating
* data flow edge through data deserialization, such as `JSON.parse`.
* data flow edge through a promise.
*
* These steps consider a promise object to tainted if it can resolve to
* a tainted value.