fuzz-introspector
fuzz-introspector copied to clipboard
Fuzz Introspector -- introspect, extend and optimise fuzzers
Signed-off-by: Steven Wirsz
For java projects it would be nice to have a test example that uses multiple jar files. A simple test case that is meant for illustrating the concepts. - Add...
Integrate support for Python fuzzing. Roughly, the steps: 1) Add a set of test cases such that once these are analysed properly we have basic support for python 2) Add...
I'm not sure how exactly FI is supposed to be used but it seems to me that in general building at least two reports and comparing them would be a...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 2.5.0 to 2.5.1. Release notes Sourced from actions/dependency-review-action's releases. 2.5.1 Adding some quality-of-life improvements to the local development experience. You can now pass a flag to the...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1. Release notes Sourced from actions/upload-artifact's releases. v3.1.1 Update actions/core package to latest version to remove set-output deprecation warning #351 Commits 83fd05a Bump actions-core to...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.26 to 2.1.28. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog [UNRELEASED] No user facing changes. 2.1.28 - 18 Oct 2022 Update default CodeQL bundle version to...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.4 to 2.0.6. Release notes Sourced from ossf/scorecard-action's releases. v2.0.6 What's Changed Fix - Broken dockerfile by @naveensrinivasan in ossf/scorecard-action#979 Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.0.5...v2.0.6 v2.0.5 What's Changed Remove...
This PR is targeting step 2 and 3 from Issue https://github.com/ossf/fuzz-introspector/issues/536 Signed-off-by: Arthur Chan
Integrate support for Java fuzzing. The tentative steps: 1. Add a set of java test cases with different classes, packages and library usage to demonstrate basic support for java projects....