Skip to content

Commit bb268e7

Browse files
authored
fix: Nested bullets indentation (#2418)
1 parent 7a7de65 commit bb268e7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/organizations/managing-security-and-risk.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -573,16 +573,16 @@ App scanning analyzes applications in production or production-like environments
573573
Codacy supports two types of scanning:
574574

575575
- **Web application scans** perform baseline, non-intrusive analysis. These scans are safe for production environments and detect surface-level issues such as:
576-
- Missing security headers
577-
- Insecure cookie configurations
578-
- Information disclosure through HTTP response headers
579-
- Exposure of sensitive or misconfigured files
576+
- Missing security headers
577+
- Insecure cookie configurations
578+
- Information disclosure through HTTP response headers
579+
- Exposure of sensitive or misconfigured files
580580

581581
- **API scans** simulate real-world attacks against your API endpoints. These are more aggressive and best suited for **non-production environments**, such as staging or development. API scans provide deeper insights into runtime behavior and potential vulnerabilities, such as:
582-
- Broken authentication or authorization controls
583-
- Injection vulnerabilities (SQL or command injection)
584-
- Exposure of sensitive data in API responses
585-
- Insecure CORS or HTTP method configurations
582+
- Broken authentication or authorization controls
583+
- Injection vulnerabilities (SQL or command injection)
584+
- Exposure of sensitive data in API responses
585+
- Insecure CORS or HTTP method configurations
586586

587587
!!! note
588588
Already using ZAP? [Upload your results via the API.](../codacy-api/examples/uploading-dast-results.md)

0 commit comments

Comments
 (0)