pyExploitDb 0.2.33__tar.gz → 0.2.34__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyExploitDb
3
- Version: 0.2.33
3
+ Version: 0.2.34
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
@@ -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.33
3
+ Version: 0.2.34
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.33",
8
+ version="0.2.34",
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