Skip to content

Add or fix cveYEAR tags #14890

Merged
theamanrawat merged 1 commit intoprojectdiscovery:mainfrom
SadDrummer:fix/bad-cve-tags
Jan 17, 2026
Merged

Add or fix cveYEAR tags #14890
theamanrawat merged 1 commit intoprojectdiscovery:mainfrom
SadDrummer:fix/bad-cve-tags

Conversation

@SadDrummer
Copy link
Copy Markdown

PR Information

This pull request fixes inconsistencies in CVE-related tags.

The project currently contains

# grep -R --include \*.yaml cve, * | grep tags | grep -E "cve[0-9]+" | wc -l
3795

tags in the cveYEAR format, along with

# grep -R --include \*.yaml cve, * | grep tags | grep -Ev "cve[0-9]+" | wc -l
6

tags that differ from this naming convention (cve-YEAR, YEAR or with no cveYEAR tag).

While unifying these tags is not critical for functionality, bringing them to a consistent format improves overall consistency and makes tag usage more uniform across the project.

Template validation

[INF] Current nuclei version: v3.6.2 (latest)
[INF] Current nuclei-templates version: v10.3.7 (latest)
...
[VER] Started metrics server at localhost:9092
[INF] All templates validated successfully

@github-actions github-actions bot requested a review from theamanrawat January 15, 2026 09:33
@pussycat0x pussycat0x added the Done Ready to merge label Jan 16, 2026
@theamanrawat theamanrawat merged commit 5a67653 into projectdiscovery:main Jan 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Done Ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants