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 11/**
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/
48 */
59
610private import python
711private import semmle.python.dataflow.new.DataFlow
812private import semmle.python.dataflow.new.RemoteFlowSources
913private import semmle.python.Concepts
1014
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+ */
1123private module Yaml {
1224 /** Gets a reference to the `yaml` module. */
1325 private DataFlow:: Node yaml ( DataFlow:: TypeTracker t ) {
You can’t perform that action at this time.
0 commit comments