Skip to content

Commit

Permalink
Fix type of BDBA triage id
Browse files Browse the repository at this point in the history
  • Loading branch information
8R0WNI3 committed Jan 21, 2025
1 parent 6aa3eaf commit 781cea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdba/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Product:

@dataclasses.dataclass
class Triage:
id: str
id: int
vuln_id: str
component: str
version: str
Expand Down

0 comments on commit 781cea1

Please sign in to comment.