Skip to content

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