diff --git a/t3sts/semgrep_rules/brave-isolated-world-id-content-end.c b/t3sts/semgrep_rules/brave-isolated-world-id-content-end.c index a69803a0..b1080c77 100644 --- a/t3sts/semgrep_rules/brave-isolated-world-id-content-end.c +++ b/t3sts/semgrep_rules/brave-isolated-world-id-content-end.c @@ -5,4 +5,6 @@ constexpr int kBraveAdsIsolatedWorldId = int main() { // ruleid: brave-isolated-world-id-content-end int a = content::ISOLATED_WORLD_ID_CONTENT_END; + // ruleid: brave-isolated-world-id-content-end + int a = content::ISOLATED_WORLD_ID_BRAVE_INTERNAL; }