Skip to content

Commit

Permalink
feature: add properties to threat
Browse files Browse the repository at this point in the history
  • Loading branch information
josedonizetti committed Dec 19, 2023
1 parent a486584 commit cd6759e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 36 deletions.
91 changes: 55 additions & 36 deletions api/v1beta1/threat.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions api/v1beta1/threat.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ message Threat {
Mitre mitre = 2;
Severity severity = 3;
string name = 4;
map<string,string> properties = 5;
}

message Mitre {
Expand Down

0 comments on commit cd6759e

Please sign in to comment.