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

Sb clang include epoch in ext #28

Merged
merged 3 commits into from May 7, 2019
Merged

Conversation

stevebillings
Copy link
Contributor

Clang: DPKG and RPM packages may or may not specify a version string. If specified, it should be be prefixed to the version string as: epoch:version. These changes make that happen. For DPKG, the epoch was already being included (no special code required since it's included in the version string in the pkg mgr command output) so I just added tests to verify that.

For RPM, the pkg mgr command, and the way it is parsed, have changed to include epoch in version. The epoch is not built into the version string by the pkg mgr, so that work needs to be done in Detect code.

@BlackDuckCoPilot
Copy link

Black Duck Security Report

Merging #28 into master will not change security risk.

Click here to see full report

@stevebillings stevebillings merged commit 3ff28cd into master May 7, 2019
@stevebillings stevebillings deleted the sb_clangIncludeEpochInExtId branch May 8, 2019 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants