-
#### Expected Behavior
```sql
CREATE TABLE accounts (
user_id SERIAL PRIMARY KEY,
username VARCHAR (50) UNIQUE NOT NULL,
password VARCHAR (50) NOT NULL,
email VARCHAR (255) UNIQUE NOT…
-
Ceramic-one now exposes all pipeline tables via FlightSQL. We want to expose querying this data via the SDK.
DOD
- [ ] SDK can submit an arbitrary FlightSQL query to ceramic-one and return response
-…
-
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…
-
I keep coming back to JSONiq because it's such an elegant language, and it would be cool if I could use it for an api instead of eg. GraphQL. There's Hasura and similar for the latter that auto genera…
-
## What is the current behavior?
there is alternative
https://docs.snowflake.com/en/sql-reference/functions/get
instead of `sql.func.array_agg(col)[0]` use `sql.func.get(sql.func.array_agg(col),0)…
-
### Template for?
CVE-2023-48788
### Details:
PoC
https://github.com/horizon3ai/CVE-2023-48788
-
**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…
-
### 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…
-
### 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…
-
### 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…