r0bre
r0bre
https://semgrep.dev/s/d0Rn Trying to match the impl function "area" with a ref var `&self`: ### Code: ```rust #[derive(Debug)] struct Rectangle { width: u32, height: u32, } impl Rectangle { fn area(&self)...
https://semgrep.dev/s/v29W (remove the "?" at the beginning of the pattern - semgrep.dev only allows filing bugs when no match is found) Trying to match the first line of the following...
https://semgrep.dev/s/Dw1v
https://lkmidas.github.io/posts/20221128-n1ctf2022-writeups/