We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6c135 commit 5c66d87Copy full SHA for 5c66d87
go/ql/test/query-tests/Security/CWE-312/protobuf.go
@@ -12,5 +12,5 @@ func testProtobuf() {
12
query.Description = password
13
14
log.Println(query.GetDescription()) // NOT OK
15
- log.Println(query.GetId()) // OK
+ log.Println(query.GetId()) // OK
16
}
0 commit comments