Remove another protobuf instance now handled in Protobuf.qll

This commit is contained in:
Chris Smowton
2023-03-24 15:47:42 +00:00
parent a16d56258f
commit 2658a47f21

View File

@@ -1,10 +0,0 @@
extensions:
- addsTo:
pack: codeql/go-all
extensible: summaryModel
data:
- ["github.com/pwntester/go-twirp-rpc-example/rpc/notes", "CreateNoteParams", True, "GetText", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
- ["github.com/pwntester/go-twirp-rpc-example/rpc/notes", "GetAllNotesResult", True, "GetNotes", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
- ["github.com/pwntester/go-twirp-rpc-example/rpc/notes", "Note", True, "GetCreatedAt", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
- ["github.com/pwntester/go-twirp-rpc-example/rpc/notes", "Note", True, "GetId", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]
- ["github.com/pwntester/go-twirp-rpc-example/rpc/notes", "Note", True, "GetText", "", "", "Argument[-1]", "ReturnValue", "taint", "manual"]