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