]> source.dussan.org Git - sonarqube.git/commit
SONAR-17393 Add new security tab for OWASP ASVS
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Thu, 29 Sep 2022 10:08:27 +0000 (12:08 +0200)
committerPhilippe Perrin <philippe.perrin@sonarsource.com>
Fri, 7 Oct 2022 10:13:56 +0000 (12:13 +0200)
commite9494f3e121102ff5ede94eda6bf142e16dfc0fd
tree37f50df5e1fd4c1d491d0b812931e8af66f79b92
parent82c04f95dad7dc92a24cf35a496e96cddab99740
SONAR-17393 Add new security tab for OWASP ASVS
14 files changed:
server/sonar-web/src/main/js/apps/issues/__tests__/utils-test.ts
server/sonar-web/src/main/js/apps/issues/components/__tests__/__snapshots__/IssuesApp-test.tsx.snap
server/sonar-web/src/main/js/apps/issues/sidebar/StandardFacet.tsx
server/sonar-web/src/main/js/apps/issues/utils.ts
server/sonar-web/src/main/js/apps/security-hotspots/SecurityHotspotsApp.tsx
server/sonar-web/src/main/js/apps/security-hotspots/__tests__/__snapshots__/SecurityHotspotsApp-test.tsx.snap
server/sonar-web/src/main/js/apps/security-hotspots/__tests__/__snapshots__/SecurityHotspotsAppRenderer-test.tsx.snap
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/HotspotSimpleList-test.tsx
server/sonar-web/src/main/js/apps/security-hotspots/utils.ts
server/sonar-web/src/main/js/helpers/__tests__/security-standard-test.ts
server/sonar-web/src/main/js/helpers/mocks/security-hotspots.ts
server/sonar-web/src/main/js/helpers/security-standard.ts
server/sonar-web/src/main/js/helpers/urls.ts
server/sonar-web/src/main/js/types/security.ts