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

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

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::storage
 

Detailed Description

SQLite implementation of security storage with SQL injection protection.

This implementation uses database_system's query builder to prevent SQL injection vulnerabilities. All user inputs are properly escaped through parameterized queries.

See also
Issue #609 - Phase 3-2: Cursor & Security Storage Migration
Author
kcenon
Since
1.0.0

Definition in file sqlite_security_storage.h.