aboutcode-org / aboutcode-org/vulnerablecode
URL in vulnerability reference contains illegal character
Open
- Dominant language
- Python
- Stars
- 702
- Forks
- 328
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 3
Description
We encountered a case in which this URL was returned in a vulnerability reference:
https://nvd.nist.gov/vuln/search/results?adv_search=true&isCpeNameSearch=true&query=cpe:2.3:a:oracle:siebel_engineering_-_installer_\&_deployment:*:*:*:*:*:*:*:*
ORT converts these references to the Java URI type, which fails in this case due to an invalid character.
Not sure what would be the best way to handle such issues. Should VulnerableCode perform some validation on URLs? Or should ORT better not rely on those strings to be valid URLs?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.