create a method to get any value in vulnerability by key#9
Open
duke8249 wants to merge 26 commits intosavon-noir:masterfrom
Open
create a method to get any value in vulnerability by key#9duke8249 wants to merge 26 commits intosavon-noir:masterfrom
duke8249 wants to merge 26 commits intosavon-noir:masterfrom
Conversation
when installing via pip, need to have "python-libnessus" instead of just libnessus
update pip statement -- "python-libnessus"
It's always preferable to create custom exceptions for weird edge-cases like missing attributes from the Report object. This is esspecially helpful in cases where certain nessus plugins don't return all of the attributes that are necessary, and gives users a straight-forward way to handle and pass the exception accordingly.
implemented exception handling for missing attributes plus fixed some minor spelling errors.
Implemented pythonic log parser Added debug logging + PEP 257 Docstring changes Implementing libnessus logging Edited to PEP 257 compliant docstrings Implemented "Strict" parsing option and log warnings to alert users when invalid report items are encountered
New/exception classes
* Fixed reference to missing README.md; Replaced with .rst version * Added markdown documents to the MANIFEST * Added robust error checking for setup.py long_description contents * Swapped try/except for os.path file check
…hen strict parsing is enabled.
…_exception Fixed bug caused by a host with missing attributes.
* added CVSS3 parsing * added empty solution --------- Co-authored-by: pietro <pietro.tirenna@securegroup.it>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.