-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest data: Fri Nov 17 08:02:47 UTC 2023
- Loading branch information
github.actions
committed
Nov 17, 2023
1 parent
585a273
commit e918b9e
Showing
14 changed files
with
215 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
[ | ||
{ | ||
"package": { | ||
"name": "httpie", | ||
"version": "3.2.2", | ||
"ecosystem": "PyPI", | ||
"commit": "" | ||
}, | ||
"vulnerabilities": [ | ||
{ | ||
"modified": "2023-11-16T22:41:32Z", | ||
"published": "2023-11-16T18:30:31Z", | ||
"schema_version": "1.6.0", | ||
"id": "GHSA-8r96-8889-qg2x", | ||
"aliases": [ | ||
"CVE-2023-48052" | ||
], | ||
"summary": "HTTPie allows attackers to eavesdrop on communications between the host and server via a man-in-the-middle attack", | ||
"details": "Missing SSL certificate validation in HTTPie v3.2.2 allows attackers to eavesdrop on communications between the host and server via a man-in-the-middle attack.", | ||
"affected": [ | ||
{ | ||
"package": { | ||
"ecosystem": "PyPI", | ||
"name": "httpie", | ||
"purl": "pkg:pypi/httpie" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"last_affected": "3.2.2" | ||
} | ||
] | ||
} | ||
], | ||
"versions": [ | ||
"0.1", | ||
"0.1.1", | ||
"0.1.2", | ||
"0.1.3", | ||
"0.1.4", | ||
"0.1.5", | ||
"0.1.6", | ||
"0.2.0", | ||
"0.2.1", | ||
"0.2.2", | ||
"0.2.3", | ||
"0.2.4", | ||
"0.2.4dev", | ||
"0.2.5", | ||
"0.2.6", | ||
"0.2.7", | ||
"0.3.0", | ||
"0.3.1", | ||
"0.4.0", | ||
"0.4.1", | ||
"0.5.0", | ||
"0.5.1", | ||
"0.6.0", | ||
"0.7.0", | ||
"0.7.2", | ||
"0.8.0", | ||
"0.9.0", | ||
"0.9.1", | ||
"0.9.2", | ||
"0.9.3", | ||
"0.9.4", | ||
"0.9.5", | ||
"0.9.6", | ||
"0.9.7", | ||
"0.9.8", | ||
"0.9.9", | ||
"1.0.0", | ||
"1.0.2", | ||
"1.0.3", | ||
"2.0.0", | ||
"2.1.0", | ||
"2.2.0", | ||
"2.3.0", | ||
"2.4.0", | ||
"2.5.0", | ||
"2.6.0", | ||
"3.0.0", | ||
"3.0.1", | ||
"3.0.2", | ||
"3.1.0", | ||
"3.2.0", | ||
"3.2.1", | ||
"3.2.2" | ||
], | ||
"database_specific": { | ||
"source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/11/GHSA-8r96-8889-qg2x/GHSA-8r96-8889-qg2x.json" | ||
} | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48052" | ||
}, | ||
{ | ||
"type": "PACKAGE", | ||
"url": "https://github.com/httpie/cli" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/httpie/cli/blob/master/httpie/client.py#L33" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://github.com/httpie/cli/blob/master/httpie/internal/update_warnings.py#L44" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://gxx777.github.io/HTTPie_3.2.2_Cryptographic_API_Misuse_Vulnerability.md" | ||
} | ||
], | ||
"database_specific": { | ||
"cwe_ids": [], | ||
"github_reviewed": true, | ||
"github_reviewed_at": "2023-11-16T22:16:44Z", | ||
"nvd_published_at": "2023-11-16T18:15:07Z", | ||
"severity": "MODERATE" | ||
} | ||
} | ||
], | ||
"groups": [ | ||
{ | ||
"ids": [ | ||
"GHSA-8r96-8889-qg2x" | ||
] | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
charset-normalizer==3.3.0 | ||
charset-normalizer==3.3.2 | ||
dicttoxml==1.7.16 | ||
idna==3.4 | ||
requests==2.31.0 | ||
urllib3==2.0.7 | ||
urllib3==2.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
boto3==1.29.1 | ||
botocore==1.32.1 | ||
jmespath==1.0.1 | ||
localstack-client==2.5 | ||
python-dateutil==2.8.2 | ||
s3transfer==0.7.0 | ||
urllib3==2.0.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
cachetools==5.0.0 | ||
charset-normalizer==3.3.0 | ||
cachetools==5.3.2 | ||
charset-normalizer==3.3.2 | ||
dill==0.3.6 | ||
dnslib==0.9.23 | ||
dnspython==2.4.2 | ||
ecdsa==0.18.0 | ||
idna==3.4 | ||
localstack-core==2.3.2 | ||
localstack-ext==2.3.2 | ||
localstack-core==3.0.0 | ||
localstack-ext==3.0.0 | ||
markdown-it-py==3.0.0 | ||
mdurl==0.1.2 | ||
pbr==5.11.1 | ||
plux==1.4.0 | ||
pbr==6.0.0 | ||
plux==1.5.0 | ||
pyaes==1.6.1 | ||
pyasn1==0.5.0 | ||
python-dateutil==2.8.2 | ||
python-dotenv==1.0.0 | ||
python-jose==3.3.0 | ||
requests==2.31.0 | ||
rich==13.6.0 | ||
rich==13.7.0 | ||
rsa==4.9 | ||
semver==3.0.2 | ||
stevedore==5.1.0 | ||
tailer==0.4.1 | ||
urllib3==2.0.7 | ||
urllib3==2.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
charset-normalizer==3.3.2 | ||
deprecated==1.2.14 | ||
deprecation==2.1.0 | ||
markdown-it-py==3.0.0 | ||
mdurl==0.1.2 | ||
pdfminer-six==20221105 | ||
pikepdf==8.7.1 | ||
pluggy==1.3.0 | ||
reportlab==4.0.7 | ||
rich==13.6.0 | ||
rich==13.7.0 | ||
wrapt==1.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
boto3==1.29.2 | ||
botocore==1.32.2 | ||
jmespath==1.0.1 | ||
lark==1.1.8 | ||
localstack-client==2.5 | ||
python-dateutil==2.8.2 | ||
python-hcl2==4.3.2 | ||
s3transfer==0.7.0 | ||
urllib3==2.0.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
beautifulsoup4==4.12.2 | ||
charset-normalizer==3.3.0 | ||
charset-normalizer==3.3.2 | ||
idna==3.4 | ||
requests==2.31.0 | ||
soupsieve==2.5 | ||
tomlkit==0.12.1 | ||
urllib3==2.0.7 | ||
urwid==2.2.2 | ||
wcwidth==0.2.8 | ||
tomlkit==0.12.3 | ||
urllib3==2.1.0 | ||
urwid==2.2.3 | ||
wcwidth==0.2.10 |