[#135] Add fuzzing tests for handlers
Commit should have
[#135] Add fuzzing tests for handlers
header.
done
[OBJECT-8668] Add fuzzing tests for handlers
Add policy decode fuzz tests
Do we really need to use fzgen for simple types ([]byte, string)?
To generate coverage, we need to take an array of bytes as input regardless of the code. Of course, we can generate simple…
Add policy decode fuzz tests
No, I don't see any major reasons. The main reason is cluttering of the packages with code. In addition to tests, we will also need to store a corpus of input data and (possibly) a dictionary…
Add policy decode fuzz tests
- Предлагаю прийти к такому способу (tests/fuzzing/..) хранения фаззинг тестов - https://b.yadro.com/projects/OBJ/repos/tatlin-object-idp/browse/t…