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

Perform import validation when aggregating remote audit files #586

Merged
merged 1 commit into from May 24, 2024

Conversation

mystor
Copy link
Collaborator

@mystor mystor commented Jan 5, 2024

This copies the behaviour from normal imports, meaning that it handles things like version mismatches gracefully, and only emits a warning that those audits were ignored.

We may want to include an option to make this more aggressive, as aggregate is expected to be frequently run in automation so warnings may be invisible.

@bholley bholley requested a review from afranchuk January 8, 2024 17:28
src/storage.rs Outdated Show resolved Hide resolved
src/main.rs Show resolved Hide resolved
@mystor
Copy link
Collaborator Author

mystor commented Mar 14, 2024

The clippy lint failures will be fixed in #596

This copies the behaviour from normal imports, meaning that it handles
things like version mismatches gracefully, and only emits a warning that
those audits were ignored.

We may want to include an option to make this more aggressive, as
aggregate is expected to be frequently run in automation so warnings may
be invisible.
@mystor mystor merged commit 5a2a211 into mozilla:main May 24, 2024
8 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.

None yet

2 participants