-
I love using DBeaver, but one of the things that frustrates me a lot is that autocomplete doesn't know SQL keywords like "and" and "or" and tries to replace them with table or fieldnames starting with…
-
### Template for?
CVE-2023-48788
### Details:
PoC
https://github.com/horizon3ai/CVE-2023-48788
-
### Description
![CleanShot 2024-10-30 at 13 37 37@2x](https://github.com/user-attachments/assets/4f10b7d1-4872-4674-9a07-fd708aeb1da0)
### Steps to Reproduce the Bug or Issue
1. Go to custom SQL…
-
### Describe the bug
The SQL Injection active scan rule is susceptible to alerting when an application responds with a 429 response code while under load from the scanner. The same could happen if th…
-
**SQL_Injection** issue exists @ **vulnerable/sql.go** in branch **master**
*The application's GetProducts method executes an SQL query with QueryContext, at line 69 of vulnerable\sql.go. The appli…
-
### Context
To the extent it's possible, we should use API endpoints to make changes to the database, never direct SQL edits.
From [@maxachis here](https://github.com/Police-Data-Accessibility-P…
-
I am using Spring Data R2DBC with a PostgreSQL database. My goal was to use `CriteriaDefinition` to describe a query for a column of type `text[]` in PostgreSQL. Specifically, I wanted to perform …
-
- Use parameterized query / prepared statement
- Specify an environment variable to restrict transaction endpoint [default (or production) disabled]
- Ideally, move all queries to the services directo…
-
**To Reproduce**
Spark-sql execute blew sql command:
```
CREATE TABLE hudi_table1 (
ts BIGINT,
uuid STRING,
rider STRING,
driver STRING,
fare DOUBLE,
city STRING
…
-
### Is your feature request related to a problem?
This first step of consolidating the PPL spec into a single repository which will be deployed as an independent artifact.
### What solution would …