-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signature not found #28
Comments
@h3xstream, currently the upload of information from CVE DB to EVD is a manual process. The wiring up of both these databases are on the road map, just have not pinned down the 'when' of it yet. We can add those CVE entries manually over the weekend. |
@abn Ok no hurry. I can wait for the automate solution. I don't see how manual entry is needed. What data need to be added to the existing CVE DB ? |
@h3xstream will try and find some time to do this 'soon', been meaning to automate this for a while. :( The EVD relies on fingerprints we generate on http://victi.ms/ which is manually maintained and has no awareness currently about the existence of CVE DB. Once we automate things, any commit that gets merged into CVE DB will get a fingerprint generated on the EVD Service. The enforcer relies on the fingerprints and not the GAV in order to identify vulnerable components. This allows us to catch bad jars even if they have JDK/Compile time specific differences. The manual process involves registering and logging into the service and using the submission form or submitting via the secure API. |
The enforcer does not catch the following case.
Configuration:
Scan:
It should be marked as vulnerable due to the following CVEs:
2014-0094, 2013-4316, 2013-2251...
The text was updated successfully, but these errors were encountered: