File tree Expand file tree Collapse file tree 3 files changed +25
-7
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 11/**
22 * Provides classes modeling security-relevant aspects of the `httpx` PyPI package.
3- * See https://www.python-httpx.org/
3+ *
4+ * See
5+ * - https://pypi.org/project/httpx/
6+ * - https://www.python-httpx.org/
47 */
58
69private import python
@@ -9,7 +12,10 @@ private import semmle.python.ApiGraphs
912
1013/**
1114 * Provides models for the `httpx` PyPI package.
12- * see https://www.python-httpx.org/
15+ *
16+ * See
17+ * - https://pypi.org/project/httpx/
18+ * - https://www.python-httpx.org/
1319 */
1420private module HttpxModel {
1521 private class RequestCall extends HTTP:: Client:: Request:: Range , DataFlow:: CallCfgNode {
Original file line number Diff line number Diff line change 11/**
22 * Provides classes modeling security-relevant aspects of the `libtaxii` PyPI package.
3- * See https://github.com/TAXIIProject/libtaxii
3+ *
4+ * See
5+ * - https://pypi.org/project/libtaxii/
6+ * - https://github.com/TAXIIProject/libtaxii
47 */
58
69private import python
@@ -9,7 +12,10 @@ private import semmle.python.ApiGraphs
912
1013/**
1114 * Provides models for the `libtaxii` PyPI package.
12- * see https://github.com/TAXIIProject/libtaxii
15+ *
16+ * See
17+ * - https://pypi.org/project/libtaxii/
18+ * - https://github.com/TAXIIProject/libtaxii
1319 */
1420private module Libtaxii {
1521 /**
Original file line number Diff line number Diff line change 11/**
22 * Provides classes modeling security-relevant aspects of the `pycurl` PyPI package.
3- * See https://pycurl.io/docs/latest/
3+ *
4+ * See
5+ * - https://pypi.org/project/pycurl/
6+ * - https://pycurl.io/docs/latest/
47 */
58
69private import python
@@ -9,7 +12,10 @@ private import semmle.python.ApiGraphs
912
1013/**
1114 * Provides models for the `pycurl` PyPI package.
12- * see https://pycurl.io/docs/latest/
15+ *
16+ * See
17+ * - https://pypi.org/project/pycurl/
18+ * - https://pycurl.io/docs/latest/
1319 */
1420private module Pycurl {
1521 /**
@@ -28,7 +34,7 @@ private module Pycurl {
2834 * When the first parameter value of the `setopt` function is set to `pycurl.URL`,
2935 * the second parameter value is the request resource link.
3036 *
31- * See https ://pycurl.io/docs/latest/curl .html#set_option .
37+ * See http ://pycurl.io/docs/latest/curlobject .html#pycurl.Curl.setopt .
3238 */
3339 private class OutgoingRequestCall extends HTTP:: Client:: Request:: Range , DataFlow:: CallCfgNode {
3440 OutgoingRequestCall ( ) {
You can’t perform that action at this time.
0 commit comments