pyExploitDb 0.2.33__py3-none-any.whl → 0.2.35__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/edbidToCve.json +11 -1
- {pyExploitDb-0.2.33.dist-info → pyExploitDb-0.2.35.dist-info}/METADATA +1 -1
- pyExploitDb-0.2.35.dist-info/RECORD +8 -0
- pyExploitDb-0.2.33.dist-info/RECORD +0 -8
- {pyExploitDb-0.2.33.dist-info → pyExploitDb-0.2.35.dist-info}/LICENSE +0 -0
- {pyExploitDb-0.2.33.dist-info → pyExploitDb-0.2.35.dist-info}/WHEEL +0 -0
- {pyExploitDb-0.2.33.dist-info → pyExploitDb-0.2.35.dist-info}/top_level.txt +0 -0
pyExploitDb/edbidToCve.json
CHANGED
@@ -102175,5 +102175,15 @@
|
|
102175
102175
|
"52063": [],
|
102176
102176
|
"52064": [],
|
102177
102177
|
"52067": [],
|
102178
|
-
"52068": []
|
102178
|
+
"52068": [],
|
102179
|
+
"52069": [],
|
102180
|
+
"52070": [],
|
102181
|
+
"52071": [],
|
102182
|
+
"52072": [],
|
102183
|
+
"52073": [],
|
102184
|
+
"52074": [],
|
102185
|
+
"52077": [],
|
102186
|
+
"52078": [],
|
102187
|
+
"52076": [],
|
102188
|
+
"52075": []
|
102179
102189
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyExploitDb
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.35
|
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=RzcfsMC1vfN0ieZbFN0hDD4wnRCsF1Bc3G42lp6rPXA,984560
|
3
|
+
pyExploitDb/edbidToCve.json,sha256=tifoEX_p-VpXmopCUq8xzrQAsod3qc-NEUDnQl9WF_c,1358100
|
4
|
+
pyExploitDb-0.2.35.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
5
|
+
pyExploitDb-0.2.35.dist-info/METADATA,sha256=vn8UgJ-6Uh7Dtouh2r-6LU2WiUomBikaJ8Szy48cT8Y,2616
|
6
|
+
pyExploitDb-0.2.35.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
7
|
+
pyExploitDb-0.2.35.dist-info/top_level.txt,sha256=9RS0bXZhz9Wz4-FytP-Cs8qpdAuVzWqmHQRnjYtuOwk,12
|
8
|
+
pyExploitDb-0.2.35.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
pyExploitDb/__init__.py,sha256=dBPIBtm3EWgqm0JuTnxeYrLmqN8Uj5cRZMWsiCJDOGQ,8260
|
2
|
-
pyExploitDb/cveToEdbid.json,sha256=RzcfsMC1vfN0ieZbFN0hDD4wnRCsF1Bc3G42lp6rPXA,984560
|
3
|
-
pyExploitDb/edbidToCve.json,sha256=t-vW7TF6-osU9E5HFKkH2R6Vv3hB_Vk1tV96a9KmUpE,1357950
|
4
|
-
pyExploitDb-0.2.33.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
5
|
-
pyExploitDb-0.2.33.dist-info/METADATA,sha256=UzNelLQwIcDa-CS-iMU6MbYnuRRo249b8G0lhQ5AGNM,2616
|
6
|
-
pyExploitDb-0.2.33.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
7
|
-
pyExploitDb-0.2.33.dist-info/top_level.txt,sha256=9RS0bXZhz9Wz4-FytP-Cs8qpdAuVzWqmHQRnjYtuOwk,12
|
8
|
-
pyExploitDb-0.2.33.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|