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

Adding clamav cargo vcs info for each rust component as used by ClamAV at build time #1399

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

rsundriyal
Copy link
Contributor

This file can be used to get the source code for each rust component used while building ClamAV.

Here "package_version" is the new key added to specify the "git" sha1 of individual rust package. File is derived from .cargo_vcs_info.json file build time.

Sample Value for a component.

{ "git": { "sha1": "6aa1d2eb8d9d82f09772a665ffe4f689a90f0a9c" }, "path_in_vcs": "derive", "package_version": "zune-inflate-0.2.54" }

Copy link
Contributor

@micahsnyder micahsnyder left a comment

Choose a reason for hiding this comment

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

Makes sense. Thanks Ravi

@micahsnyder micahsnyder merged commit d6d25c3 into Cisco-Talos:main Nov 14, 2024
23 of 24 checks passed
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