Louis Merlin
Louis Merlin
Same issue with [concrete.css](https://concrete.style). It used to be class-light but has not been for a while 😄
+1 I would love to see this implemented !
First reported in #6 and some of the work was started in #7 by @badcat.
Other validators: - [Jigsaw CSS validator](https://jigsaw.w3.org/css-validator/) - [Web Accessibility Evaluation Tool](https://wave.webaim.org/)
Fixed by #12 🎉
That's a great idea, I'll try my hand at this issue at some point. Feel free to submit a PR though if you have the time 😄
Maybe using https://github.com/AFLplusplus/AFLplusplus/blob/1c582b6aeec034b2c0ef650abd35352df7d78fa7/instrumentation/afl-llvm-dict2file.so.cc
Started working on this in https://github.com/srlabs/ziggy/tree/respect-workspace. There are multiple problems when doing this: 1. By default, AFL++ and our runner both build a binary file in `${target}/debug/${name}`. This means that...
For honggfuzz: ``` --rlimit_rss VALUE Per process RLIMIT_RSS in MiB (default: 0 [no limit]). It will also set *SAN's soft_rss_limit_mb if used ``` For AFL++: ``` -m megs - memory...
Implemented in https://github.com/srlabs/ziggy/tree/fuzzing-improvements. I'll also implement #33 there soon and include both in an upcoming release.