go-safeweb icon indicating copy to clipboard operation
go-safeweb copied to clipboard

bancheck: Add tests for aliasing

Open kele opened this issue 3 years ago • 0 comments

We currently know that if fmt.Printf is banned, one cannot directly call fmt.Printf(). But does the following snippet bypass the check?

x := fmt.Printf
x("hey")

kele avatar May 19 '21 07:05 kele