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

Recover dependency tree for rust #89

Merged
merged 1 commit into from
Apr 21, 2024
Merged

Recover dependency tree for rust #89

merged 1 commit into from
Apr 21, 2024

Conversation

prabhu
Copy link
Member

@prabhu prabhu commented Apr 21, 2024

Also fixes #85

@timmyteo could you kindly review this PR?

Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
@@ -218,24 +219,6 @@ def parse_strings(parsed_obj):
return strings_list


def ignorable_symbol(symbol_name: str | None) -> bool:
Copy link
Member Author

Choose a reason for hiding this comment

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

Removed this method as per #85

scope=Scope.required,
evidence=create_component_evidence(dependency["name"], 1.0)
evidence=create_component_evidence(dependency["name"], 0.8)
Copy link
Member Author

@prabhu prabhu Apr 21, 2024

Choose a reason for hiding this comment

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

Reduced confidence slightly, since cargo-auditable isn't perfect and could over-estimate dependencies.

Copy link
Collaborator

@timmyteo timmyteo left a comment

Choose a reason for hiding this comment

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

Looks good @prabhu!

@prabhu prabhu merged commit d572f2d into main Apr 21, 2024
16 checks passed
@prabhu prabhu deleted the feature/rust-binary-part2 branch April 21, 2024 15:40
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.

Remove ignorable symbols
2 participants