JavaScript – Avoid Use Of WebDB

< 1 min read

Impact Area

Security

Severity

High

Affected Element

All

Rule number #

SN-0138

Impact #

The use of a Web SQL Database poses security concerns, since you only need its name to access such a database.

Remediation #

Avoid use of Web SQL Database functions at all times.

Time to fix #

60 min

References #

This rule is linked to Common Weakness Enumeration CWE-539 Information Exposure Through Persistent cookies.

Updated on March 21, 2025
Was it helpful ?