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 1
1
/**
2
2
* 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/
4
7
*/
5
8
6
9
private import python
@@ -9,7 +12,10 @@ private import semmle.python.ApiGraphs
9
12
10
13
/**
11
14
* 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/
13
19
*/
14
20
private module HttpxModel {
15
21
private class RequestCall extends HTTP:: Client:: Request:: Range , DataFlow:: CallCfgNode {
Original file line number Diff line number Diff line change 1
1
/**
2
2
* 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
4
7
*/
5
8
6
9
private import python
@@ -9,7 +12,10 @@ private import semmle.python.ApiGraphs
9
12
10
13
/**
11
14
* 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
13
19
*/
14
20
private module Libtaxii {
15
21
/**
Original file line number Diff line number Diff line change 1
1
/**
2
2
* 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/
4
7
*/
5
8
6
9
private import python
@@ -9,7 +12,10 @@ private import semmle.python.ApiGraphs
9
12
10
13
/**
11
14
* 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/
13
19
*/
14
20
private module Pycurl {
15
21
/**
@@ -28,7 +34,7 @@ private module Pycurl {
28
34
* When the first parameter value of the `setopt` function is set to `pycurl.URL`,
29
35
* the second parameter value is the request resource link.
30
36
*
31
- * See https ://pycurl.io/docs/latest/curl .html#set_option .
37
+ * See http ://pycurl.io/docs/latest/curlobject .html#pycurl.Curl.setopt .
32
38
*/
33
39
private class OutgoingRequestCall extends HTTP:: Client:: Request:: Range , DataFlow:: CallCfgNode {
34
40
OutgoingRequestCall ( ) {
You can’t perform that action at this time.
0 commit comments