Skip to content

Commit

Permalink
Fix: Missing event name
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann authored and greenbonebot committed Nov 15, 2023
1 parent 0a530b7 commit d9d20e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pontos/nvd/models/cve_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@


class EventName(str, Enum):
CVE_RECEIVED = "CVE Received"
INITAL_ANALYSIS = "Initial Analysis"
REANALYSIS = "Reanalysis"
CVE_MODIFIED = "CVE Modified"
Expand Down

0 comments on commit d9d20e6

Please sign in to comment.