Skip to content
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

Adding vulnerability description alongside CVE #8

Open
bernard-yip opened this issue Jul 11, 2024 · 2 comments · May be fixed by #10
Open

Adding vulnerability description alongside CVE #8

bernard-yip opened this issue Jul 11, 2024 · 2 comments · May be fixed by #10
Labels
enhancement New feature or request good first issue Good for newcomers question Further information is requested

Comments

@bernard-yip
Copy link

Is your feature request related to a problem? Please describe.
When looking for nuclei templates to write, it is frustrating to scour through the list to read the description of each CVE to identify if there's value in writing a nuclei template.

Describe the solution you'd like
I want to append the description of the CVE to the output so I can read through the output and determine which CVEs I can write nuclei templates for.

Describe alternatives you've considered
There is no alternate solution, but I have an edited script that appends the CVE description below the output. This can also be output to a different folder for reference instead of overriding the current file format.

For example:

[ CVE-2024-37763 ] [ cross-site scripting ] [ https://github.com/trickest/cve/blob/main/2024/CVE-2024-37763.md ]
MachForm up to version 19 is affected by an unauthenticated stored cross-site scripting which affects users with valid sessions whom can view compiled forms results.

Additional context
I understand doing this would cause issues with the categories' counts. We can add filters to ensure that the lines we are counting is of a specific format ([ CVE ] [ CATEGORY ] GITHUB_LINK) before counting the CVE.

@edoardottt
Copy link
Owner

Hi @bernard-yip ! Thanks for your contribution.
Maybe the best thing to insert this would be adding a different folder? Like raw or something like this?
let me know what you think

@edoardottt edoardottt added enhancement New feature or request good first issue Good for newcomers question Further information is requested labels Aug 5, 2024
@bernard-yip
Copy link
Author

bernard-yip commented Aug 5, 2024

@edoardottt appreciate your reply! Will do some testing and create the folders if you're interested.

If you'd like, I could format them as json so it addresses #4 . I'll spin up a PR soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers question Further information is requested
Projects
None yet
2 participants