Skip to content

Commit 9004a83

Browse files
committed
spelling: for
Signed-off-by: Josh Soref <[email protected]>
1 parent df9c8c7 commit 9004a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/ql/lib/semmle/python/dataflow/new/RemoteFlowSources.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides an extension point for for modeling user-controlled data.
2+
* Provides an extension point for modeling user-controlled data.
33
* Such data is often used as data-flow sources in security queries.
44
*/
55

python/ql/lib/semmle/python/dataflow/new/SensitiveDataSources.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides an extension point for for modeling sensitive data, such as secrets, certificates, or passwords.
2+
* Provides an extension point for modeling sensitive data, such as secrets, certificates, or passwords.
33
* Sensitive data can be interesting to use as data-flow sources in security queries.
44
*/
55

0 commit comments

Comments
 (0)