PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
sqlite_security_storage.cpp File Reference

Implementation of SQLite security storage with SQL injection protection. More...

Include dependency graph for sqlite_security_storage.cpp:

Go to the source code of this file.

Detailed Description

Implementation of SQLite security storage with SQL injection protection.

Uses database_system's query builder for parameterized queries. All user inputs are properly escaped to prevent SQL injection.

See also
Issue #609 - Phase 3-2: Cursor & Security Storage Migration

Definition in file sqlite_security_storage.cpp.