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

[DRAFT][Rust]: Add logic for handling rust projects #1818

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

arthurscchan
Copy link
Contributor

@arthurscchan arthurscchan commented Nov 12, 2024

This PR targets to provide a Fuzz-Introspector frontend and backend logic for rust projects.

Copy link
Contributor

@DavidKorczynski DavidKorczynski left a 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 <[email protected]>
Signed-off-by: Arthur Chan <[email protected]>
@DavidKorczynski DavidKorczynski marked this pull request as ready for review November 15, 2024 23:54
Copy link
Contributor

@DavidKorczynski DavidKorczynski left a 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?

@arthurscchan arthurscchan changed the title [DRAFT][Rust]: Add frontend logic for rust projects [DRAFT][Rust]: Add logic for handling rust projects Nov 16, 2024
);
}

fn process_function(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add comments to each function please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants