pyExploitDb 0.2.20__py3-none-any.whl → 0.2.22__py3-none-any.whl
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/cveToEdbid.json +12 -0
- pyExploitDb/edbidToCve.json +26 -0
- {pyExploitDb-0.2.20.dist-info → pyExploitDb-0.2.22.dist-info}/METADATA +1 -1
- pyExploitDb-0.2.22.dist-info/RECORD +8 -0
- pyExploitDb-0.2.20.dist-info/RECORD +0 -8
- {pyExploitDb-0.2.20.dist-info → pyExploitDb-0.2.22.dist-info}/LICENSE +0 -0
- {pyExploitDb-0.2.20.dist-info → pyExploitDb-0.2.22.dist-info}/WHEEL +0 -0
- {pyExploitDb-0.2.20.dist-info → pyExploitDb-0.2.22.dist-info}/top_level.txt +0 -0
pyExploitDb/cveToEdbid.json
CHANGED
@@ -78159,5 +78159,17 @@
|
|
78159
78159
|
],
|
78160
78160
|
"CVE-2024-33559": [
|
78161
78161
|
"52019"
|
78162
|
+
],
|
78163
|
+
"CVE-2023-26602": [
|
78164
|
+
"52033"
|
78165
|
+
],
|
78166
|
+
"CVE-2023-27636": [
|
78167
|
+
"52035"
|
78168
|
+
],
|
78169
|
+
"CVE-2022-23409": [
|
78170
|
+
"52034"
|
78171
|
+
],
|
78172
|
+
"CVE-2021-38283": [
|
78173
|
+
"52032"
|
78162
78174
|
]
|
78163
78175
|
}
|
pyExploitDb/edbidToCve.json
CHANGED
@@ -102118,5 +102118,31 @@
|
|
102118
102118
|
],
|
102119
102119
|
"52019": [
|
102120
102120
|
"CVE-2024-33559"
|
102121
|
+
],
|
102122
|
+
"52028": [],
|
102123
|
+
"52029": [],
|
102124
|
+
"52027": [],
|
102125
|
+
"52024": [],
|
102126
|
+
"52026": [],
|
102127
|
+
"52025": [],
|
102128
|
+
"52033": [
|
102129
|
+
"CVE-2023-26602"
|
102130
|
+
],
|
102131
|
+
"52035": [
|
102132
|
+
"CVE-2023-27636"
|
102133
|
+
],
|
102134
|
+
"52030": [],
|
102135
|
+
"52041": [],
|
102136
|
+
"52040": [],
|
102137
|
+
"52034": [
|
102138
|
+
"CVE-2022-23409"
|
102139
|
+
],
|
102140
|
+
"52037": [],
|
102141
|
+
"52031": [],
|
102142
|
+
"52038": [],
|
102143
|
+
"52036": [],
|
102144
|
+
"52039": [],
|
102145
|
+
"52032": [
|
102146
|
+
"CVE-2021-38283"
|
102121
102147
|
]
|
102122
102148
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyExploitDb
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.22
|
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
|
@@ -0,0 +1,8 @@
|
|
1
|
+
pyExploitDb/__init__.py,sha256=dBPIBtm3EWgqm0JuTnxeYrLmqN8Uj5cRZMWsiCJDOGQ,8260
|
2
|
+
pyExploitDb/cveToEdbid.json,sha256=f3lijUy2GEfHzULYrhAinVJXF8xHBqITjk3nRZmzC6A,984482
|
3
|
+
pyExploitDb/edbidToCve.json,sha256=vQCRnxPjIcrzrrhsiXxb0Oi_FwVphk9NGiGwpiw0rxk,1357497
|
4
|
+
pyExploitDb-0.2.22.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
5
|
+
pyExploitDb-0.2.22.dist-info/METADATA,sha256=Udh9X7UTNdTTPGk2yNmVnBBjIJoLW5CSOTsKuco2X5o,2616
|
6
|
+
pyExploitDb-0.2.22.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
7
|
+
pyExploitDb-0.2.22.dist-info/top_level.txt,sha256=9RS0bXZhz9Wz4-FytP-Cs8qpdAuVzWqmHQRnjYtuOwk,12
|
8
|
+
pyExploitDb-0.2.22.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
pyExploitDb/__init__.py,sha256=dBPIBtm3EWgqm0JuTnxeYrLmqN8Uj5cRZMWsiCJDOGQ,8260
|
2
|
-
pyExploitDb/cveToEdbid.json,sha256=MfX1P4hstJSATL5cBrcYNiwrB8d6H77KdQliwX7e9NA,984326
|
3
|
-
pyExploitDb/edbidToCve.json,sha256=1nn26QX0053VTfIPTBr5T0Ekw94JPmS5VEgalASTtwQ,1357131
|
4
|
-
pyExploitDb-0.2.20.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
5
|
-
pyExploitDb-0.2.20.dist-info/METADATA,sha256=JTlmnca5Gw4Ub7Vrokab6QDqQUwLlHLZ26mhmTMKsJo,2616
|
6
|
-
pyExploitDb-0.2.20.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
7
|
-
pyExploitDb-0.2.20.dist-info/top_level.txt,sha256=9RS0bXZhz9Wz4-FytP-Cs8qpdAuVzWqmHQRnjYtuOwk,12
|
8
|
-
pyExploitDb-0.2.20.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|