diff options
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/mocks/security-hotspots.ts')
-rw-r--r-- | server/sonar-web/src/main/js/helpers/mocks/security-hotspots.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/helpers/mocks/security-hotspots.ts b/server/sonar-web/src/main/js/helpers/mocks/security-hotspots.ts index 2169d5e7e2c..57026803263 100644 --- a/server/sonar-web/src/main/js/helpers/mocks/security-hotspots.ts +++ b/server/sonar-web/src/main/js/helpers/mocks/security-hotspots.ts @@ -183,6 +183,16 @@ export function mockStandards(): Standards { rce: { title: 'Code Injection (RCE)' } + }, + 'pciDss-3.2': { + '1': { + title: ' Install and maintain a firewall configuration to protect cardholder data' + } + }, + 'pciDss-4.0': { + '2': { + title: 'This is useless...' + } } }; } |