Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8542c71

Browse files
committed
JS: Fix promiseStep documentation
1 parent f95c799 commit 8542c71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/semmle/javascript/dataflow/TaintTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ module TaintTracking {
423423

424424
/**
425425
* Holds if `pred` → `succ` should be considered a taint-propagating
426-
* data flow edge through data deserialization, such as `JSON.parse`.
426+
* data flow edge through a promise.
427427
*
428428
* These steps consider a promise object to tainted if it can resolve to
429429
* a tainted value.

0 commit comments

Comments
 (0)