Skip to content

Commit

Permalink
Warning level for the Upgrade Assistant deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
banderror committed Feb 5, 2025
1 parent e64f45c commit 8aa836d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const bulkCreateRulesRoute = (
options: {
deprecated: {
documentationUrl: securityDocLinks.legacyRuleManagementBulkApiDeprecations,
severity: 'critical',
severity: 'warning',
reason: {
type: 'migrate',
newApiMethod: 'POST',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const bulkDeleteRulesRoute = (
options: {
deprecated: {
documentationUrl: securityDocLinks.legacyRuleManagementBulkApiDeprecations,
severity: 'critical',
severity: 'warning',
reason: {
type: 'migrate',
newApiMethod: 'POST',
Expand All @@ -167,7 +167,7 @@ export const bulkDeleteRulesRoute = (
options: {
deprecated: {
documentationUrl: securityDocLinks.legacyRuleManagementBulkApiDeprecations,
severity: 'critical',
severity: 'warning',
reason: {
type: 'migrate',
newApiMethod: 'POST',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const bulkPatchRulesRoute = (
options: {
deprecated: {
documentationUrl: securityDocLinks.legacyRuleManagementBulkApiDeprecations,
severity: 'critical',
severity: 'warning',
reason: {
type: 'migrate',
newApiMethod: 'POST',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const bulkUpdateRulesRoute = (
options: {
deprecated: {
documentationUrl: securityDocLinks.legacyRuleManagementBulkApiDeprecations,
severity: 'critical',
severity: 'warning',
reason: {
type: 'migrate',
newApiMethod: 'POST',
Expand Down

0 comments on commit 8aa836d

Please sign in to comment.