Add package name for CAPA proto

Having a package name is recommended in protobuf's style guide, to avoid
naming conflicts.
This commit is contained in:
Lin Chen
2024-01-31 12:07:09 +00:00
committed by Willi Ballenthin
parent 2e5761a414
commit 9a76558fdf
3 changed files with 936 additions and 1990 deletions

View File

@@ -1,5 +1,7 @@
syntax = "proto3";
package mandiant.capa;
message APIFeature {
string type = 1;
string api = 2;

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff