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 11/**
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
36 */
47
58private import python
Original file line number Diff line number Diff line change 11/**
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`)
44 *
55 * See
66 * - https://pyyaml.org/wiki/PyYAMLDocumentation
@@ -14,8 +14,8 @@ private import semmle.python.Concepts
1414private import semmle.python.ApiGraphs
1515
1616/**
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`)
1919 *
2020 * See
2121 * - https://pyyaml.org/wiki/PyYAMLDocumentation
You can’t perform that action at this time.
0 commit comments