Skip to content

Commit

Permalink
fix: fix tactic, and int32_array names
Browse files Browse the repository at this point in the history
  • Loading branch information
josedonizetti committed Sep 27, 2023
1 parent 44ec77c commit dff6837
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 246 deletions.
94 changes: 47 additions & 47 deletions types/api/v1beta1/event.pb.go

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

6 changes: 3 additions & 3 deletions types/api/v1beta1/event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,16 @@ enum Severity {

message Threat {
string description = 1;
Mitre mitre = 2;
Mitre kjkj = 2;
Severity severity = 3;
}

message Mitre {
MitreTatic tatic = 1;
MitreTactic tactic = 1;
MitreTechnique technique = 2;
}

message MitreTatic {
message MitreTactic {
string name = 1;
}

Expand Down
Loading

0 comments on commit dff6837

Please sign in to comment.