maddy icon indicating copy to clipboard operation
maddy copied to clipboard

Add ClusterFuzzLite integration

Open DavidKorczynski opened this issue 2 years ago • 1 comments

This adds fuzzing by way of ClusterFuzzLite, which is a GitHub action that will perform a short amount of fuzzing for new PRs. The goal is to use fuzzing to catch bugs that may be introduced by new PRs.

I added a fuzzer that targets the parsing logic, and currently set the timeout of CFLite to 180 seconds. CFLite will flag if the fuzzer finds any issues in the code introduced by a PR.

DavidKorczynski avatar Dec 21 '23 14:12 DavidKorczynski

In https://github.com/progsource/maddy/actions/runs/7307934736/job/19914831467?pr=54 it says

2023-12-23 12:46:55,438 - root - ERROR - Request to https://api.github.com/repos/progsource/maddy/actions/artifacts?per_page=100&page=1 failed. Code: 401. Response: {'message': 'Bad credentials', 'documentation_url': 'https://docs.github.com/rest'}

Does there need to be maybe another secrets.GITHUB_TOKEN somewhere?

progsource avatar Dec 23 '23 12:12 progsource