0xdea / semgrep-rules

A collection of my Semgrep rules to facilitate vulnerability research.
https://semgrep.dev
MIT License
541 stars 54 forks source link

Rules update #8

Open gand3lf opened 2 months ago

gand3lf commented 2 months ago

Hi Marco, congratulations for this repository!

With this pull request, I propose a little update about these rules:

And a new rule:

I hope to have time in future to contribute also on the other rules. ✌️

0xdea commented 1 month ago

Hi Riccardo, thank you for your interest in this project!

I'm going to need some time to properly review your PR before accepting it. Just a few remarks after a cursory look:

Thanks again for the contribution 👍

gand3lf commented 1 week ago

Hi Marco, I completely agree with your comments. Please let me know if you would like me to modify anything.

Regarding the taint mode, I strongly suggest considering it, since Semgrep Pro (taint mode with interfile and interprocedure) offers interfile and interprocedure analysis at no extra cost (for single users).

Cheers!