SAMMY UI is optimized for resolutions with a width 1024px and higher.
Maturity Level 2
Maturity Level 3
Maturity Level 4
Maturity Level 5
Coverage of client side dynamic components
T-DA-2-1: Coverage of client side dynamic components
  • Usage of a spider which executes dynamic content like JavaScript, e.g. via Selenium.
Description

Usage of a spider which executes dynamic content like JavaScript, e.g. via Selenium.

Risk:Parts of the service are not covered during the scan, because JavaScript is not getting executed. Therefore, the coverage of client-side dynamic components is limited, leading to potential security risks and undetected vulnerabilities.

Simple Scan
T-DA-2-2: Simple Scan
  • A simple scan is performed to get a security baseline. In case the test is done in under 10 minutes, it should be part of the build and deployment process.
Description

A simple scan is performed to get a security baseline. In case the test is done in under 10 minutes, it should be part of the build and deployment process.

Risk:Deficient security tests are performed. Simple vulnerabilities are not detected and missing security configurations (e.g. headers) are not set. Fast feedback is not given.

Usage of different roles
T-DA-2-3: Usage of different roles
  • Integration of authentication with all roles used in the service.
Description

Integration of authentication with all roles used in the service.

Risk:Parts of the service are not covered during the scan, because a login is not performed.