Skip to content

This is a Rust applet that searches a local .xml CVE database for entries. Enjoy

License

Notifications You must be signed in to change notification settings

QVLx-Labs/CVE_Search_Tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CVE_Search_Tool

This is a Rust applet that searches a local .xml CVE database for entries based on entry number. Enjoy

Download a .XML of the CVE here from MITRE: https://cve.mitre.org/data/downloads/index.html

Then you can use this tool to search it. Just pass it an entry number and let it work. Returns nothing if not found

Also, there is an unsafe block in this code that grabs bytes from the .xml file without checking them for valid UTF-8. Don't worry too much about it. If you grab the database directly from MITRE likely valid

image

About

This is a Rust applet that searches a local .xml CVE database for entries. Enjoy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%