mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
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:
committed by
Willi Ballenthin
parent
2e5761a414
commit
9a76558fdf
@@ -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
Reference in New Issue
Block a user