pyExploitDb 0.2.24__tar.gz → 0.2.26__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyExploitDb-0.2.24 → pyExploitDb-0.2.26}/PKG-INFO +1 -1
- {pyExploitDb-0.2.24 → pyExploitDb-0.2.26}/pyExploitDb/cveToEdbid.json +3 -0
- {pyExploitDb-0.2.24 → pyExploitDb-0.2.26}/pyExploitDb/edbidToCve.json +11 -1
- {pyExploitDb-0.2.24 → pyExploitDb-0.2.26}/pyExploitDb.egg-info/PKG-INFO +1 -1
- {pyExploitDb-0.2.24 → pyExploitDb-0.2.26}/setup.py +1 -1
- {pyExploitDb-0.2.24 → pyExploitDb-0.2.26}/LICENSE +0 -0
- {pyExploitDb-0.2.24 → pyExploitDb-0.2.26}/README.md +0 -0
- {pyExploitDb-0.2.24 → pyExploitDb-0.2.26}/pyExploitDb/__init__.py +0 -0
- {pyExploitDb-0.2.24 → pyExploitDb-0.2.26}/pyExploitDb.egg-info/SOURCES.txt +0 -0
- {pyExploitDb-0.2.24 → pyExploitDb-0.2.26}/pyExploitDb.egg-info/dependency_links.txt +0 -0
- {pyExploitDb-0.2.24 → pyExploitDb-0.2.26}/pyExploitDb.egg-info/requires.txt +0 -0
- {pyExploitDb-0.2.24 → pyExploitDb-0.2.26}/pyExploitDb.egg-info/top_level.txt +0 -0
- {pyExploitDb-0.2.24 → pyExploitDb-0.2.26}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyExploitDb
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.26
|
4
4
|
Summary: An optimized Python3 library to fetch the most recent exploit-database, create searchable indexes for CVE->EDBID and EDBID -> CVE, and provide methods to perform searches.
|
5
5
|
Home-page: https://github.com/GoVanguard/pyExploitDb
|
6
6
|
Author: Shane William Scott
|
@@ -78171,5 +78171,8 @@
|
|
78171
78171
|
],
|
78172
78172
|
"CVE-2021-38283": [
|
78173
78173
|
"52032"
|
78174
|
+
],
|
78175
|
+
"CVE-2024-28999": [
|
78176
|
+
"52055"
|
78174
78177
|
]
|
78175
78178
|
}
|
@@ -102155,5 +102155,15 @@
|
|
102155
102155
|
"52047": [],
|
102156
102156
|
"52048": [],
|
102157
102157
|
"52044": [],
|
102158
|
-
"52050": []
|
102158
|
+
"52050": [],
|
102159
|
+
"52055": [
|
102160
|
+
"CVE-2024-28999"
|
102161
|
+
],
|
102162
|
+
"52056": [],
|
102163
|
+
"52054": [],
|
102164
|
+
"52053": [],
|
102165
|
+
"52059": [],
|
102166
|
+
"52057": [],
|
102167
|
+
"52058": [],
|
102168
|
+
"52060": []
|
102159
102169
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyExploitDb
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.26
|
4
4
|
Summary: An optimized Python3 library to fetch the most recent exploit-database, create searchable indexes for CVE->EDBID and EDBID -> CVE, and provide methods to perform searches.
|
5
5
|
Home-page: https://github.com/GoVanguard/pyExploitDb
|
6
6
|
Author: Shane William Scott
|
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
|
5
5
|
|
6
6
|
setuptools.setup(
|
7
7
|
name="pyExploitDb",
|
8
|
-
version="0.2.
|
8
|
+
version="0.2.26",
|
9
9
|
author="Shane William Scott",
|
10
10
|
author_email="sscott@gotham-security.com",
|
11
11
|
description="An optimized Python3 library to fetch the most recent exploit-database, create searchable indexes for CVE->EDBID and EDBID -> CVE, and provide methods to perform searches.",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|