File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
python/ql/src/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * Provides classes modeling security-relevant aspects of the PyYAML package
3
- * https://pyyaml.org/wiki/PyYAMLDocumentation (obtained via `import yaml`).
2
+ * Provides classes modeling security-relevant aspects of the PyYAML package (obtained
3
+ * via `import yaml`)
4
+ *
5
+ * See
6
+ * - https://pyyaml.org/wiki/PyYAMLDocumentation
7
+ * - https://pyyaml.docsforge.com/master/documentation/
4
8
*/
5
9
6
10
private import python
7
11
private import semmle.python.dataflow.new.DataFlow
8
12
private import semmle.python.dataflow.new.RemoteFlowSources
9
13
private import semmle.python.Concepts
10
14
15
+ /**
16
+ * Provides classes modeling security-relevant aspects of the PyYAML package (obtained
17
+ * via `import yaml`)
18
+ *
19
+ * See
20
+ * - https://pyyaml.org/wiki/PyYAMLDocumentation
21
+ * - https://pyyaml.docsforge.com/master/documentation/
22
+ */
11
23
private module Yaml {
12
24
/** Gets a reference to the `yaml` module. */
13
25
private DataFlow:: Node yaml ( DataFlow:: TypeTracker t ) {
You can’t perform that action at this time.
0 commit comments