Skip to content

Convert fileread rule to taint mode for improved true-positive detection

Michael Henriksen requested to merge feat/issue-409443/fileread into main

Converts the unsafe file read Go rule to use taint mode for more precise detection of issues. Also cleaned up the rule filename and added test annotations to the related test file.

Part of Enhance Go semgrep rules (gitlab-org/gitlab#409443 - closed)

Merge request reports