spelling: for

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-12 16:23:59 -04:00
parent df9c8c7661
commit 9004a83f24
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/**
* Provides an extension point for for modeling user-controlled data.
* Provides an extension point for modeling user-controlled data.
* Such data is often used as data-flow sources in security queries.
*/

View File

@@ -1,5 +1,5 @@
/**
* Provides an extension point for for modeling sensitive data, such as secrets, certificates, or passwords.
* Provides an extension point for modeling sensitive data, such as secrets, certificates, or passwords.
* Sensitive data can be interesting to use as data-flow sources in security queries.
*/