-
The 🎛 Params editor dialog allows to edit an EMP-style SQL query (e.g. for "Query Select" widgets), and it offers both an Execute button on top of each editor textarea and the large Save button at the…
-
query sanitation is not happening or not mutating req.query object
```
var express = require('express')
var app = express()
const { query, validationResult } = require('express-validator')
…
-
Many web applications allow for custom content shared between users, such as user comments. Failure to sanitize that content can lead to security issues. #421 adds some basic sanitation functionality,…
-
* Use something outside of WordPress to check **ALL your assets** for vulns.
* Don't weigh down WP
* Don't irresponsibly use third-party assets
* Don't leave it to something that's job is to h…
-
Need to check question and answer submissions for several conditions:
- Escape markup or special characters `` to `<special>`
- Questions without answers and vice versa - throw an error…
-
Sanitation need to be display as it is on the cycle layer, like that https://www.openstreetmap.org/search?query=south%20kivu#map=16/-4.1046/29.0943&layers=C
![image](https://user-images.githubusercon…
-
![image](https://github.com/GEWIS/PDF-generator-client/assets/42782248/6a030205-ad32-4d76-bcd6-0a37cd7396ac)
Items that have a % in their name are not sanitized, meaning that all columns after the na…
-
Having attended conferences in the past, on occasion the toilets have ran out of toilet paper.
Makeshift systems end up happening, but at some point you will arrive at a toilet and it won't have be…
-
Noticed that my LoRAs that have parentheses in their filenames weren't properly listed in the image metadata.
To recreate this bug:
-Create an image with a LoRA from civitai (one that you are sure…
-
First thank you for this excellent library!
I wanted to discuss making an API change. Specifically the `checkInitialized` function would be useful to have exported to make it easier to sanitize inp…