Files
codeql/go/ql/test/query-tests/Security/CWE-190/stubs.go
2022-05-20 10:07:19 -07:00

6 lines
82 B
Go

package main
func encryptBuffer(buf []byte) ([]byte, error) {
return buf, nil
}