diff --git a/assets/semgrep_rules/c/brave-isolated-world-id-content-end.yaml b/assets/semgrep_rules/c/brave-isolated-world.yaml similarity index 57% rename from assets/semgrep_rules/c/brave-isolated-world-id-content-end.yaml rename to assets/semgrep_rules/c/brave-isolated-world.yaml index ab0037d6..c3b46a03 100644 --- a/assets/semgrep_rules/c/brave-isolated-world-id-content-end.yaml +++ b/assets/semgrep_rules/c/brave-isolated-world.yaml @@ -3,8 +3,12 @@ rules: metadata: author: Andrea Brancaleoni confidence: LOW + assignees: | + thypon + goodov + iefremov source: https://github.com/brave/security-action/blob/main/assets/semgrep_rules/c/brave-isolated-world-id-content-end.yaml - message: Security hotspot found (`ISOLATED_WORLD_ID_CONTENT_END`). A security-team member should analyze the code security for possible vulnerabilities. + message: Security hotspot found (`ISOLATED_WORLD`). A security-team member should analyze the code security for possible vulnerabilities. severity: WARNING languages: - generic @@ -16,4 +20,6 @@ rules: - "*.h" - "*.hh" - "*.hcc" - pattern-regex: ISOLATED_WORLD_ID_CONTENT_END + patterns: + - pattern-regex: ISOLATED_WORLD_ID_CONTENT_END + - pattern-regex: ISOLATED_WORLD_ID_BRAVE_INTERNAL