Skip to content

Take a dependency on a Rust library? #1443

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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nathanhammond
Copy link
Contributor

Cargo.lock parsing is tedious and needs constant maintenance. It would be nice to use a pre-existing parser to do it. This is a possible solution for loading data from Cargo.lock without having to implement a parser.

Mega-detector layers:

  1. Lockfile parsing. Can't take runtime dependencies.
  2. cargo metadata. Requires cargo to exist.
  3. SBOM parser. Requires a cargo build to have been completed.

This code is for Layer 1.

Current status: library embedding tech demo. Data reaches C# but isn't consumed by a detector.

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.

1 participant