diff --git a/ql/src/semmle/go/frameworks/Protobuf.qll b/ql/src/semmle/go/frameworks/Protobuf.qll index af4ec956ec4..97e48436128 100644 --- a/ql/src/semmle/go/frameworks/Protobuf.qll +++ b/ql/src/semmle/go/frameworks/Protobuf.qll @@ -4,6 +4,7 @@ import go /** Provides models of commonly used functions and types in the protobuf packages. */ module Protobuf { + /** Gets the name of a protobuf implementation package. */ string protobufPackages() { result in ["github.com/golang/protobuf/proto", "google.golang.org/protobuf/proto"] }