-
Currently, Saleor does very basic sanitization of Editor.js content through the `SanitizedJSONField`, but it's not enough to prevent malicious staff users from inlining JavaScript if a renderer reckle…
-
**Describe the bug**
Some fields in the user profile editor (and potentially in more places) aren't sanitizing user input and aren't escaping their output.
**To Reproduce**
1. Go to your user pro…
-
### Short description of the issue
$sanitizer->truncate() returns partial sentences if it does not find a sentence:
![img](https://i.imgur.com/JiCgCop.png)
### Expected behavior
I'd expect…
-
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…
-
I successfully built [`SWI-Prolog/swipl`](https://github.com/SWI-Prolog/swipl):
```sh
cmake -G Ninja ..
ninja
ctest -j8
```
However, I cannot build it with the address sanitizer (ASAN):
`…
-
They currently are unsanitized.
Context: https://github.com/sourcecred/sourcecred/pull/1293#pullrequestreview-276220971
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/120003…
-
#2236 made me realize that `:sanitize` hasn't been touched in two years while Tridactly's storage has evolved a lot. I need to make sure everything still works as expected.
-
| | |
|--------------------|----|
| Bugzilla Link | [PR27790](https://bugs.llvm.org/show_bug.cgi?id=27790) |
| Status | NEW |
| Importance | P normal |
|…
-
bonzaiferroni#2
The idea of this issue is to parse / sanitize the console output. stripping html etc.
We want to accomplish the following in the long run
- [x] colored console output
- [x] lin…
-
```
What steps will reproduce the problem?
1. Create PolicyFactory with all added sanitizers
(Formatting/Images/Links/Styles/Blocks)
2. Pass "text" to the PolicyFactory.sanitize(String html)
3. Resu…