Skip to content

Commit bae3728

Browse files
authored
Merge pull request github#5945 from RasmusWL/minor-qldoc-cleanup
Python: Minor QLDoc cleanup
2 parents d9911a0 + 71a93ad commit bae3728

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

python/ql/src/semmle/python/frameworks/Werkzeug.qll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

58
private import python

python/ql/src/semmle/python/frameworks/Yaml.qll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
1414
private 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

0 commit comments

Comments
 (0)