Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

List of Python sonar security rules categorized by OWASP TOP 10:2021

A01:2021-Broken Access Control

A02:2021-Cryptographic Failures

A03:2021-Injection

A04:2021-Insecure Design

A05:2021-Security Misconfiguration

A06:2021-Vulnerable and Outdated Components

Sonar doesn’t have an ability to detect this. There is available tool on OWASP site to check dependencies.

https://owasp.org/www-project-dependency-check/

  • Vulnerability:

  • Security Hotspot

A07:2021-Identification and Authentication Failures 

A08:2021-Software and Data Integrity Failures 

A09:2021-Security Logging and Monitoring Failures

A10:2021-Server-Side Request Forgery

List of JavaScript sonar security rules categorized by OWASP TOP 10:2021

A01:2021-Broken Access Control

A02:2021-Cryptographic Failures

A03:2021-Injection

A04:2021-Insecure Design

A05:2021-Security Misconfiguration

A06:2021-Vulnerable and Outdated Components

Sonar doesn’t have an ability to detect this. There is available tool on OWASP site to check dependencies.

https://owasp.org/www-project-dependency-check/

  • Vulnerability:

  • Security Hotspot

A07:2021-Identification and Authentication Failures 

A08:2021-Software and Data Integrity Failures 

A09:2021-Security Logging and Monitoring Failures

A10:2021-Server-Side Request Forgery

  • No labels