-
I'm confused as to which combination of `MapObserver`s and `Feedback`s I should use. Is there a good overview of what the different options do/how to combine them? I have found some ways to accomplish…
-
It wasn't clear what the issue with the built in sanitizer. I haven't used the plugin yet (I like to wait for them to be officially in the app list), but does it fetch jst the feed or the article con…
-
I am trying to use the libafl_libfuzzer shim with cargo-fuzz and hitting this error:
```
--- stderr
src/sanitizer_interfaces.h:1:10: fatal error: 'sanitizer/allocator_interface.h' file not …
-
We have a problem currently that `new Sanitizer()` ends up being the same configuration for safe and unsafe, with completely different effects. This makes it really hard to design an API to manipulate…
-
**Describe the bug**
When using the shm provider in a simple setup with one client thread and one server thread within a single process, a data race is detected when compiled with clang-19 and run wi…
-
Sanitize content before saving to db, and/or when presenting to user
---
- Bitbucket: https://bitbucket.org/bup/bundolo/issue/7
- Originally Reported By: [Daniel Farkaš](http://bitbucket.org/bup)
- O…
-
### Problem
Using sanitizers currently requires `RUSTFLAGS` this is not discoverable.
### Proposed Solution
Expose sanitizer settings in cargo's CLI.
### Notes
I've opened this as requested in ht…
-
hello
i am using cagebreak because i love it simplicity,
but somehow i have a trouble when i'm selecting text with my mouse then right click trying to copy to clipboard but then it's exit to tty an…
-
Vulnerable Library - rails-5.2.3.gem
Path to dependency file: /ruby/parameter-binding/Gemfile.lock
Path to vulnerable library: /home/wss-scanner/.gem/ruby/3.2.0/cache/rails-html-sanitizer-1.0.4.gem…
-
We have builders that runs compiler and testes in race mode.
https://github.com/golang/go/issues/19962
But not any sanitizer modes (i.e. address/memory)
After I enable msan/asan mode in dist lik…