Hacker News new | ask | show | jobs
by infogulch 1774 days ago
This article is about how to defend against potential websql vulns. https://www.sqlite.org/security.html
1 comments

This article only contains mostly information on adding more limits to avoid DoS—nothing there would harden WebSQL against SQLite vulnerabilities except for SQLITE_DBCONFIG_DEFENSIVE, which was only added in response to the zero-day bugs that were found in Chrome after implementing SQLite.