-
Notifications
You must be signed in to change notification settings - Fork 60
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
[Rust]: Add logic for handling rust projects #1818
Conversation
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add the relevant OSS-Fuzz glue logic in https://github.com/ossf/fuzz-introspector/tree/main/oss_fuzz_integration so this is easily tested?
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update the README.md of the PR with details on the implementation? Please also include some information about the algorithms, e.g. since we use AST-based analysis how is project-wide control-flow analysed? And perhaps list important limitations in the PR e.g. is code coverage a limitation?
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
e0ca280
to
236b32e
Compare
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
ffa2f6f
to
7bdaa49
Compare
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
7bdaa49
to
fbcc807
Compare
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Very exciting
This PR targets to provide a Fuzz-Introspector frontend and backend logic for rust projects.