-
Just wondering if `preg_quote()` would be a valid sanitizing function - obviously should only be used for regex context, but in that context it might be the best way to go or would other sanitation be…
-
Currently we are doing the `format!` function to create the SQL statements, this technically would allow for easy SQL injection attacks. This is to provide sanitization of the SQL before execution
-
STR:
1. Open a profile with memory or network tracks, for example https://share.firefox.dev/3nQF5zG
1. Hide the memory or network track, as well as a process thread track. In the previous link this i…
-
When runnning with the gcc address sanitizer enabled using gcc 13 on Cosma the code crashes in various ways. To reproduce:
```
git clone git@github.com:SWIFTSIM/HBTplus.git
cd HBTplus/testing
git …
-
**Describe the bug**
When I click on each action event, occasionally the command associated with the action event (either edit or delete) is not executed. At the same time, the console displays the…
-
## The main file of the plugin has a name that does not follow the convention.
We expect the main plugin file (the file containing the plugin headers) to have the same name as the plugin folder, wh…
-
在设置-sanitize-coverage=func -sanitize=undefined后,编译时,当Swift组件中import OC moudle时 会报 “No such module 'xxx'”
-
To avoid problems like this one https://github.com/chainloop-dev/chainloop/issues/1189 we should add some basic CI checks for the Helm Chart rendering.
What I'd do
- On PR, if the helm chart dir…
-
Building and running any program with LeakSanitizer or with AddressSanitizer's `detect_leaks=1` shows a leak in the system library `libobjc.A.dylib` on Aarch64.
I tested this in a virtual machine a…
-
I've implemented the package like this in my express app:
```js
const { xss } = require('express-xss-sanitizer');
app.use(xss());
```
Unfortunately it doesn't change the user input.
When I for…