diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2022-03-21 14:20:27 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-03-22 20:02:36 +0000 |
commit | e923c67b06d2449f35fa7373c9562a68c17df31d (patch) | |
tree | 914112973489d4597796f04036195eaa21b3b266 /server/sonar-web/src/main/js/apps/security-hotspots | |
parent | 77efa75029d4ed526970ceb1fe300635927c2a39 (diff) | |
download | sonarqube-e923c67b06d2449f35fa7373c9562a68c17df31d.tar.gz sonarqube-e923c67b06d2449f35fa7373c9562a68c17df31d.zip |
SONAR-16155 Adding filter on security report link to hotspot page
Diffstat (limited to 'server/sonar-web/src/main/js/apps/security-hotspots')
-rw-r--r-- | server/sonar-web/src/main/js/apps/security-hotspots/SecurityHotspotsApp.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/security-hotspots/SecurityHotspotsApp.tsx b/server/sonar-web/src/main/js/apps/security-hotspots/SecurityHotspotsApp.tsx index f8a2a7dbe5f..e774afc2b45 100644 --- a/server/sonar-web/src/main/js/apps/security-hotspots/SecurityHotspotsApp.tsx +++ b/server/sonar-web/src/main/js/apps/security-hotspots/SecurityHotspotsApp.tsx @@ -447,6 +447,7 @@ export class SecurityHotspotsApp extends React.PureComponent<Props, State> { [SecurityStandard.OWASP_TOP10]: undefined, [SecurityStandard.SANS_TOP25]: undefined, [SecurityStandard.SONARSOURCE]: undefined, + [SecurityStandard.OWASP_TOP10_2021]: undefined, file: undefined } }); |