File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
python/ql/src/semmle/python/frameworks Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * Provides classes modeling security-relevant aspects of the `flask` package.
2
+ * Provides classes modeling security-relevant aspects of the `Werkzeug` PyPI package.
3
+ * See
4
+ * - https://pypi.org/project/Werkzeug/
5
+ * - https://werkzeug.palletsprojects.com/en/1.0.x/#werkzeug
3
6
*/
4
7
5
8
private import python
Original file line number Diff line number Diff line change 1
1
/**
2
- * Provides classes modeling security-relevant aspects of the PyYAML package (obtained
3
- * via `import yaml`)
2
+ * Provides classes modeling security-relevant aspects of the ` PyYAML` PyPI package
3
+ * (imported as ` yaml`)
4
4
*
5
5
* See
6
6
* - https://pyyaml.org/wiki/PyYAMLDocumentation
@@ -14,8 +14,8 @@ private import semmle.python.Concepts
14
14
private import semmle.python.ApiGraphs
15
15
16
16
/**
17
- * Provides classes modeling security-relevant aspects of the PyYAML package (obtained
18
- * via `import yaml`)
17
+ * Provides classes modeling security-relevant aspects of the ` PyYAML` PyPI package
18
+ * (imported as ` yaml`)
19
19
*
20
20
* See
21
21
* - https://pyyaml.org/wiki/PyYAMLDocumentation
You can’t perform that action at this time.
0 commit comments