pyExploitDb 0.2.19__tar.gz → 0.2.21__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.19 → pyExploitDb-0.2.21}/PKG-INFO +1 -1
- {pyExploitDb-0.2.19 → pyExploitDb-0.2.21}/pyExploitDb/cveToEdbid.json +12 -0
- {pyExploitDb-0.2.19 → pyExploitDb-0.2.21}/pyExploitDb/edbidToCve.json +21 -1
- {pyExploitDb-0.2.19 → pyExploitDb-0.2.21}/pyExploitDb.egg-info/PKG-INFO +1 -1
- {pyExploitDb-0.2.19 → pyExploitDb-0.2.21}/setup.py +1 -1
- {pyExploitDb-0.2.19 → pyExploitDb-0.2.21}/LICENSE +0 -0
- {pyExploitDb-0.2.19 → pyExploitDb-0.2.21}/README.md +0 -0
- {pyExploitDb-0.2.19 → pyExploitDb-0.2.21}/pyExploitDb/__init__.py +0 -0
- {pyExploitDb-0.2.19 → pyExploitDb-0.2.21}/pyExploitDb.egg-info/SOURCES.txt +0 -0
- {pyExploitDb-0.2.19 → pyExploitDb-0.2.21}/pyExploitDb.egg-info/dependency_links.txt +0 -0
- {pyExploitDb-0.2.19 → pyExploitDb-0.2.21}/pyExploitDb.egg-info/requires.txt +0 -0
- {pyExploitDb-0.2.19 → pyExploitDb-0.2.21}/pyExploitDb.egg-info/top_level.txt +0 -0
- {pyExploitDb-0.2.19 → pyExploitDb-0.2.21}/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.21
|
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
|
@@ -78147,5 +78147,17 @@
|
|
78147
78147
|
],
|
78148
78148
|
"CVE-2022-48197": [
|
78149
78149
|
"51198"
|
78150
|
+
],
|
78151
|
+
"CVE-2024-32113": [
|
78152
|
+
"52020"
|
78153
|
+
],
|
78154
|
+
"CVE-2022-35914": [
|
78155
|
+
"52023"
|
78156
|
+
],
|
78157
|
+
"CVE-2024-34241": [
|
78158
|
+
"52018"
|
78159
|
+
],
|
78160
|
+
"CVE-2024-33559": [
|
78161
|
+
"52019"
|
78150
78162
|
]
|
78151
78163
|
}
|
@@ -102104,5 +102104,25 @@
|
|
102104
102104
|
"52014": [],
|
102105
102105
|
"52017": [],
|
102106
102106
|
"52016": [],
|
102107
|
-
"52011": []
|
102107
|
+
"52011": [],
|
102108
|
+
"52020": [
|
102109
|
+
"CVE-2024-32113"
|
102110
|
+
],
|
102111
|
+
"52021": [],
|
102112
|
+
"52023": [
|
102113
|
+
"CVE-2022-35914"
|
102114
|
+
],
|
102115
|
+
"52022": [],
|
102116
|
+
"52018": [
|
102117
|
+
"CVE-2024-34241"
|
102118
|
+
],
|
102119
|
+
"52019": [
|
102120
|
+
"CVE-2024-33559"
|
102121
|
+
],
|
102122
|
+
"52028": [],
|
102123
|
+
"52029": [],
|
102124
|
+
"52027": [],
|
102125
|
+
"52024": [],
|
102126
|
+
"52026": [],
|
102127
|
+
"52025": []
|
102108
102128
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyExploitDb
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.21
|
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.21",
|
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
|