-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Some vulnerabilities do not have CVE .. It can sometimes be a pain to request CVE for low severity bugs if the project/library doesn't handle it. For example, common-io 2.5 has some minor improvements with path that contains NULL bytes.
It would be nice to have informational "vulnerabilities" (more like simple notifications) attached to libraries that can be risky in certain context.
One example is unsafe deserialization libraries could be alert to the user. https://github.com/mbechler/marshalsec
Reactions are currently unavailable