Reference: https://github.com/brave/brave-core/pull/21255#discussion_r1430739970 False positive on this line: https://github.com/brave/security-action/blob/10b0d57eaf6d8739e510c1018fc372f7329e86eb/assets/semgrep_rules/client/chromium-insecure-gurl.yaml#L14 `GURL original_url;` matches `origin` whereas for this rule we really meant to match `GURL origin;` # Proposed Solution - [ ] Remove the rule - [x] Fork and improve the rule