Skip to content

Commit

Permalink
Fix: Incorrect event name
Browse files Browse the repository at this point in the history
  • Loading branch information
n-thumann authored and greenbonebot committed Nov 10, 2023
1 parent 4ee6cc2 commit edb0be3
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 @@ -22,7 +22,7 @@ class EventName(str, Enum):
CPE_DEPRECATION_REMAP = "CPE Deprecation Remap"
CWE_REMAP = "CWE Remap"
CVE_REJECTED = "CVE Rejected"
CVE_UNREJECT = "CVE Unreject"
CVE_UNREJECTED = "CVE Unrejected"

def __str__(self) -> str:
return self.value
Expand Down

0 comments on commit edb0be3

Please sign in to comment.