-
## Feature description
I think it would be valuable to have a single test that runs a big chunk of HTML through the sanitizer which contains at least 1 validation error for each of the different sa…
-
Currently you can name instances things like “reg”, “wire” etc, which will then emit these names into the verilog file, which will cause some verilog compilers to fail. Can we add a sanity check to an…
-
`quicksilver-examples/db_sanitization/db_sanitization_drupal.php` is named "Drupal" but it won't work for Drupal 8 because the password and such is in **users_field_data**, not **users**.
Please add …
-
```
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…
-
I may be doing it wrong, but the sanitization example does not seem to be correct for resetting the password on Drupal 7.
When I use the statement:
db_query("UPDATE users SET pass = MD5(CONCAT('MI…
-
https://en.wikipedia.org/wiki/AddressSanitizer
example @ http://bazaar.launchpad.net/~dmedia/degu/trunk/view/head:/setup.py
-
Hi
I'm adapting our spring(boot) mustache files to comply to our security needs. However we've noticed that the CodegenSecurity class is not as well defined as CodegenParameter.
For our use case…
-
Visual feedback that operation is not possible.
Prevent lines that destroy faces.
-
Integrating the clang / gcc sanitizers for, for example, debug builds, and continuous integration systems, would be useful in catching problems.
For example:
https://clang.llvm.org/docs/AddressSan…
-
I would like to see an option to enable the address (and UB?) sanitizer(s) in `CMakeUserPresets.json` or even enable it/them by default for (at least) the unit tests. The address sanitizer is availabl…