File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ private import semmle.python.ApiGraphs
11
11
* Provides models for the `httpx` PyPI package.
12
12
* see https://www.python-httpx.org/
13
13
*/
14
- module HttpxModel {
14
+ private module HttpxModel {
15
15
private class RequestCall extends HTTP:: Client:: Request:: Range , DataFlow:: CallCfgNode {
16
16
string methodName ;
17
17
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ private import semmle.python.ApiGraphs
11
11
* Provides models for the `libtaxii` PyPI package.
12
12
* see https://github.com/TAXIIProject/libtaxii
13
13
*/
14
- module Libtaxii {
14
+ private module Libtaxii {
15
15
/**
16
16
* A call to `libtaxii.common.parse`.
17
17
* When the `allow_url` parameter value is set to `True`, there is an SSRF vulnerability..
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ private import semmle.python.ApiGraphs
11
11
* Provides models for the `pycurl` PyPI package.
12
12
* see https://pycurl.io/docs/latest/
13
13
*/
14
- module Pycurl {
14
+ private module Pycurl {
15
15
/**
16
16
* Provides models for the `pycurl.Curl` class
17
17
*
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ private import semmle.python.ApiGraphs
11
11
* Provides models for the `Urllib` PyPI package.
12
12
* see https://docs.python.org/3.9/library/urllib.html
13
13
*/
14
- module Urllib {
14
+ private module Urllib {
15
15
/**
16
16
* Provides models for the `urllib.request` extension library
17
17
*
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ private import semmle.python.ApiGraphs
11
11
* Provides models for the `urllib2` PyPI package.
12
12
* see https://docs.python.org/2/library/urllib2.html
13
13
*/
14
- module Urllib2 {
14
+ private module Urllib2 {
15
15
/**
16
16
* See
17
17
* - https://docs.python.org/2/library/urllib2.html#urllib2.Request
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ private import semmle.python.ApiGraphs
11
11
* Provides models for the `Urllib3` PyPI package.
12
12
* see https://urllib3.readthedocs.io/en/stable/reference/
13
13
*/
14
- module Urllib3 {
14
+ private module Urllib3 {
15
15
/**
16
16
* Provides models for the `urllib3.PoolManager` class
17
17
*
You can’t perform that action at this time.
0 commit comments