File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
static/app/views/settings/projectPerformance Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ function ProjectPerformance() {
510
510
) ;
511
511
} ,
512
512
} ,
513
- [ IssueTitle . DB_QUERY_INJECTION_VULNERABILITY ] : {
513
+ [ IssueTitle . QUERY_INJECTION_VULNERABILITY ] : {
514
514
name : DetectorConfigAdmin . DB_QUERY_INJECTION_ENABLED ,
515
515
type : 'boolean' ,
516
516
label : t ( 'Potential Database Query Injection Vulnerability Detection' ) ,
@@ -895,7 +895,7 @@ function ProjectPerformance() {
895
895
initiallyCollapsed : issueType !== IssueType . PERFORMANCE_HTTP_OVERHEAD ,
896
896
} ,
897
897
{
898
- title : IssueTitle . DB_QUERY_INJECTION_VULNERABILITY ,
898
+ title : IssueTitle . QUERY_INJECTION_VULNERABILITY ,
899
899
fields : [
900
900
{
901
901
name : DetectorConfigCustomer . SQL_INJECTION_QUERY_VALUE_LENGTH ,
@@ -914,11 +914,11 @@ function ProjectPerformance() {
914
914
formatLabel : value => value && value . toString ( ) ,
915
915
disabledReason,
916
916
visible : organization . features . includes (
917
- 'issue-db- query-injection-vulnerability-visible'
917
+ 'issue-query-injection-vulnerability-visible'
918
918
) ,
919
919
} ,
920
920
] ,
921
- initiallyCollapsed : issueType !== IssueType . DB_QUERY_INJECTION_VULNERABILITY ,
921
+ initiallyCollapsed : issueType !== IssueType . QUERY_INJECTION_VULNERABILITY ,
922
922
} ,
923
923
] ;
924
924
You can’t perform that action at this time.
0 commit comments