Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB write identification by parsing JDBC query to check Insert, update and delete query with executeQuery #62

Open
pandurangpatil opened this issue Sep 12, 2022 · 0 comments
Assignees
Labels
core The issue is related to Privado Core enhancement New feature or request

Comments

@pandurangpatil
Copy link
Member

Is your feature request related to a problem? Please describe.
When insert query is fired with executeQuery its been marked as DB read.

Describe the solution you'd like
As of now, we identify DB read when JDBC executeQuery method is used and DB Write when the executeUpdate method is being called. We need to parse the query to check if a query is using insert, delete or update with JDBC executeQuery method.

This issue is reported by Here team.

@pandurangpatil pandurangpatil added the enhancement New feature or request label Sep 12, 2022
@ojaswa1942 ojaswa1942 added the core The issue is related to Privado Core label Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core The issue is related to Privado Core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants