Merge pull request #5945 from RasmusWL/minor-qldoc-cleanup

Python: Minor QLDoc cleanup
This commit is contained in:
Taus
2021-05-31 11:40:44 +02:00
committed by GitHub
2 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
/**
* Provides classes modeling security-relevant aspects of the `flask` package.
* Provides classes modeling security-relevant aspects of the `Werkzeug` PyPI package.
* See
* - https://pypi.org/project/Werkzeug/
* - https://werkzeug.palletsprojects.com/en/1.0.x/#werkzeug
*/
private import python

View File

@@ -1,6 +1,6 @@
/**
* Provides classes modeling security-relevant aspects of the PyYAML package (obtained
* via `import yaml`)
* Provides classes modeling security-relevant aspects of the `PyYAML` PyPI package
* (imported as `yaml`)
*
* See
* - https://pyyaml.org/wiki/PyYAMLDocumentation
@@ -14,8 +14,8 @@ private import semmle.python.Concepts
private import semmle.python.ApiGraphs
/**
* Provides classes modeling security-relevant aspects of the PyYAML package (obtained
* via `import yaml`)
* Provides classes modeling security-relevant aspects of the `PyYAML` PyPI package
* (imported as `yaml`)
*
* See
* - https://pyyaml.org/wiki/PyYAMLDocumentation