Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/api fuzzing #251

Merged
merged 20 commits into from
Dec 11, 2024
Merged

Feat/api fuzzing #251

merged 20 commits into from
Dec 11, 2024

Conversation

ivarprudnikov
Copy link
Member

@ivarprudnikov ivarprudnikov commented Dec 10, 2024

  • Adds basic POST /entries fuzz tests that manipulates CBOR bytes, similar test is in CCF
    • Fuzz tests run on schedule like the ASAN test
    • Fuzz test can be triggered by adding a label to the PR run-fuzz-test like in this PR
    • 1 test sends random bytes
    • 2 test sends mutated/fuzzed cose payload
  • Fixes pyscitt dependency error after CCF changed to use dev8

@ivarprudnikov ivarprudnikov marked this pull request as ready for review December 11, 2024 16:27
@ivarprudnikov ivarprudnikov requested a review from a team as a code owner December 11, 2024 16:27
@ivarprudnikov ivarprudnikov enabled auto-merge (squash) December 11, 2024 16:35
@ivarprudnikov ivarprudnikov merged commit bfd6592 into main Dec 11, 2024
9 checks passed
@ivarprudnikov ivarprudnikov deleted the feat/api-fuzzing branch December 11, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants