pyExploitDb 0.2.29__tar.gz → 0.2.31__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.29 → pyExploitDb-0.2.31}/PKG-INFO +1 -1
- {pyExploitDb-0.2.29 → pyExploitDb-0.2.31}/pyExploitDb/cveToEdbid.json +3 -0
- {pyExploitDb-0.2.29 → pyExploitDb-0.2.31}/pyExploitDb/edbidToCve.json +8 -1
- {pyExploitDb-0.2.29 → pyExploitDb-0.2.31}/pyExploitDb.egg-info/PKG-INFO +1 -1
- {pyExploitDb-0.2.29 → pyExploitDb-0.2.31}/setup.py +1 -1
- {pyExploitDb-0.2.29 → pyExploitDb-0.2.31}/LICENSE +0 -0
- {pyExploitDb-0.2.29 → pyExploitDb-0.2.31}/README.md +0 -0
- {pyExploitDb-0.2.29 → pyExploitDb-0.2.31}/pyExploitDb/__init__.py +0 -0
- {pyExploitDb-0.2.29 → pyExploitDb-0.2.31}/pyExploitDb.egg-info/SOURCES.txt +0 -0
- {pyExploitDb-0.2.29 → pyExploitDb-0.2.31}/pyExploitDb.egg-info/dependency_links.txt +0 -0
- {pyExploitDb-0.2.29 → pyExploitDb-0.2.31}/pyExploitDb.egg-info/requires.txt +0 -0
- {pyExploitDb-0.2.29 → pyExploitDb-0.2.31}/pyExploitDb.egg-info/top_level.txt +0 -0
- {pyExploitDb-0.2.29 → pyExploitDb-0.2.31}/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.31
|
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
|
@@ -78174,5 +78174,8 @@
|
|
78174
78174
|
],
|
78175
78175
|
"CVE-2024-28999": [
|
78176
78176
|
"52055"
|
78177
|
+
],
|
78178
|
+
"CVE-2024-40422": [
|
78179
|
+
"52066"
|
78177
78180
|
]
|
78178
78181
|
}
|
@@ -102166,5 +102166,12 @@
|
|
102166
102166
|
"52057": [],
|
102167
102167
|
"52058": [],
|
102168
102168
|
"52060": [],
|
102169
|
-
"52061": []
|
102169
|
+
"52061": [],
|
102170
|
+
"52062": [],
|
102171
|
+
"52066": [
|
102172
|
+
"CVE-2024-40422"
|
102173
|
+
],
|
102174
|
+
"52065": [],
|
102175
|
+
"52063": [],
|
102176
|
+
"52064": []
|
102170
102177
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyExploitDb
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.31
|
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.31",
|
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
|