Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f50b12 commit 71a93adCopy full SHA for 71a93ad
1 file changed
python/ql/src/semmle/python/frameworks/Yaml.qll
@@ -1,6 +1,6 @@
1
/**
2
- * Provides classes modeling security-relevant aspects of the PyYAML package (obtained
3
- * via `import yaml`)
+ * Provides classes modeling security-relevant aspects of the `PyYAML` PyPI package
+ * (imported as `yaml`)
4
*
5
* See
6
* - https://pyyaml.org/wiki/PyYAMLDocumentation
@@ -14,8 +14,8 @@ private import semmle.python.Concepts
14
private import semmle.python.ApiGraphs
15
16
17
18
19
20
21
0 commit comments