Skip to content

Commit 71a93ad

Browse files
committed
Python: Fix QLDoc for PyYAML to follow convention
1 parent 6f50b12 commit 71a93ad

File tree

1 file changed

+4
-4
lines changed
  • python/ql/src/semmle/python/frameworks

1 file changed

+4
-4
lines changed

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)