All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonly-used-taint-config.sink.injection.android.sql-injection.README.adoc Maven / Gradle / Ivy

The newest version!
= Description

- **Overview**: 
    The sinks in this directory consist of Android database SQL-related APIs, including but not limited to `query`, `update`, `delete`, and other methods. Their main functionality is to perform database queries and update operations.

- **Common Use Cases**:
    These APIs are commonly used for handling user-inputted data for queries, data insertion, data updates, data deletion, and SQL statement execution. Users typically have some level of control over the parameters.

- **Security Risks**:
    SQL Injection: Attackers can exploit these APIs by constructing malicious input to inject SQL commands, thereby gaining control over the database.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy