Skip to content

Commit

Permalink
Change: Fix broken event name
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann committed Dec 6, 2024
1 parent 97232c4 commit d1dacc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/nvd/models/cve_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


class EventName(StrEnum):
CVE_RECEIVED = "CVE Received"
NEW_CVE_RECEIVED = "New CVE Received"
INITIAL_ANALYSIS = "Initial Analysis"
REANALYSIS = "Reanalysis"
CVE_MODIFIED = "CVE Modified"
Expand Down

0 comments on commit d1dacc6

Please sign in to comment.