-
Creation of unit tests designed for use with fuzz testers, such as American Fuzzy Lop (http://lcamtuf.coredump.cx/afl/) will help catch bugs.
A good candidate where fuzz testing would be effective …
-
Per discussion with the security wg at the 11/23/2023 wg meeting, an issue has been created to kick off and help track the fuzzing security initiative scheduled for December 2023. A general descripti…
-
Hi!
I am new to golang and this is probably bit of a dumb question to ask, but how do I compile and install this from a local directory on my own machine? I know that to fetch it remotely to just r…
-
Adding some stuff to Executive in https://github.com/paritytech/polkadot-sdk/pull/3666 and there are now so many assumptions of what comes first and stuff being done in the correct order.
Would be …
-
**Description**
Sometimes in the beginning of symbolic analyze SMT Solver initialize with bad parameters' values that may increase time of analyzing and then generating tests. The main idea is usin…
-
# Describe the bug
AddressSanitizer: heap-buffer-overflow in untrunc
# ASAN Output
sheep@sheep-virtual-machine:~/Desktop/fuzz/untrunc$ ./untrunc -sv -dyn -dcc -dyn -dst ./out/1.mp4 ./out/defa…
-
Adding a degree of randomization in Manta's testing can be beneficial to catch more bugs.
Use manta-pay's test randomization as reference.
-
Note: #749 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 900f999e772bd3f8e4995d70979c9041d6ff905f
buildURL: [Build Status](https://source.…
-
**As a** *developer* **I want** *my OAS fuzzed by Schemathesis* **So That** *I am confident in it's implementation and save time testing endpoints*
**Additional Context**
- https://schemathesis.re…
-
Our printf parser has fuzzing, our upcoming pattern parser will have fuzzing, and if we integrate gosmith, we could fuzz staticcheck itself, too (gosmith would also be beneficial for fuzzing the match…