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

Building projects: undocumented build commands #125

Open
esbena opened this issue Mar 25, 2021 · 0 comments
Open

Building projects: undocumented build commands #125

esbena opened this issue Mar 25, 2021 · 0 comments
Labels
CVE Data about CVEs tools Features that are implemented in contrib/tools

Comments

@esbena
Copy link
Contributor

esbena commented Mar 25, 2021

For an analysis tool that needs to build a project before it can be analyzed, it may be a problem if the project has non-standard build commands that can not simply be guessed by the analysis tool.

This is be fine if you are interested in evaluating the tool's out-of-the-box abilities.

Alternatively, we could have a field in the benchmark entry that specify the standard way to build the project. Drivers can then use that information to build the project appropriately.

{
    "CVE": "CVE-YYYY-XXXX",
    "build-command": "./configure && make && make install",
    ...
}
@esbena esbena added CVE Data about CVEs tools Features that are implemented in contrib/tools labels Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CVE Data about CVEs tools Features that are implemented in contrib/tools
Projects
None yet
Development

No branches or pull requests

1 participant