Skip to content

Commit

Permalink
Set new package
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin-jaquier-sonarsource committed Aug 14, 2024
1 parent 4a3daaf commit 4bf3cbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class JavaScriptProfilesDefinition implements BuiltInQualityProfilesDefin

private static final Map<String, String> PROFILES = new HashMap<>();
static final String SONAR_SECURITY_RULES_CLASS_NAME = "com.sonar.plugins.security.api.JsRules";
static final String SONAR_ARMOR_RULES_CLASS_NAME = "com.sonar.armor.plugin.api.JsRules";
static final String SONAR_ARMOR_RULES_CLASS_NAME = "com.sonar.plugins.armor.api.JsRules";
public static final String SECURITY_RULE_KEYS_METHOD_NAME = "getSecurityRuleKeys";

static {
Expand Down

0 comments on commit 4bf3cbe

Please sign in to comment.