We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GURL original...
GURL origin
Reference: brave/brave-core#21255 (comment)
False positive on this line:
security-action/assets/semgrep_rules/client/chromium-insecure-gurl.yaml
Line 14 in 10b0d57
GURL original_url; matches origin whereas for this rule we really meant to match GURL origin;
GURL original_url;
origin
GURL origin;
The text was updated successfully, but these errors were encountered:
@fmarier is this still worth implementing?
Sorry, something went wrong.
I think so, GURL original_url is definitely okay and doesn't need to be flagged by the GURL origin rule.
GURL original_url
thypon
No branches or pull requests
Reference: brave/brave-core#21255 (comment)
False positive on this line:
security-action/assets/semgrep_rules/client/chromium-insecure-gurl.yaml
Line 14 in 10b0d57
GURL original_url;
matchesorigin
whereas for this rule we really meant to matchGURL origin;
Proposed Solution
The text was updated successfully, but these errors were encountered: