Skip to content

Commit e9cbdc4

Browse files
tausbnRasmusWL
andauthored
Update python/ql/src/semmle/python/dataflow/new/TypeTracker.qll
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 23e9785 commit e9cbdc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/semmle/python/dataflow/new/TypeTracker.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ private newtype TTypeBackTracker = MkTypeBackTracker(Boolean hasReturn, Optional
330330
/**
331331
* Summary of the steps needed to back-track a use of a value to a given dataflow node.
332332
*
333-
* This can be used to track callbacks that are passed to a certian API call, and are
334-
* therefore expected to called with a certain type of value.
333+
* This can for example be used to track callbacks that are passed to a certain API,
334+
* so we can model specific parameters of that callback as having a certain type.
335335
*
336336
* Note that type back-tracking does not provide a source/sink relation, that is,
337337
* it may determine that a node will be used in an API call somewhere, but it won't

0 commit comments

Comments
 (0)