CiscoPSIRT / openVulnAPI

Documentation and Tools for Cisco's PSIRT openVuln API
https://developer.cisco.com/psirt/
MIT License
102 stars 52 forks source link

PyPI version of OpenVulnQuery is outdated #77

Closed andreygrechin closed 3 years ago

andreygrechin commented 4 years ago

The latest version is dated Oct 16, 2018. It doesn't include the latest commits, especially NX-OS support. Are there any plans to update it?

Stjubit commented 4 years ago

Workaround:

pip3 install -e "git+https://github.com/CiscoPSIRT/openVulnAPI.git#egg=openVulnQuery&subdirectory=openVulnQuery"

andreygrechin commented 4 years ago

Great! I didn't know that I can specify folder/egg name, etc. Combining with branch name/tag/commit hash, we can describe dependencies precisely. Thank you! ❯ cat requirements.txt git+https://github.com/CiscoPSIRT/openVulnAPI.git@588f6e3bfe10ad6a69eebd4c411b3df96bf0e48f#egg=openVulnQuery&subdirectory=openVulnQuery

santosomar commented 3 years ago

The new version of the openVulnQuery Python client has been uploaded to PyPi. You can now use pip install OpenVulnQuery==1.31 to install the openVulnQuery client.

Note: I have also moved the openVulnQuery client code to it's own repository: https://github.com/CiscoPSIRT/openVulnQuery