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

perf(vulnfeeds): validate URLs on a more as-needed basis #2840

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

andrewpollock
Copy link
Contributor

This commit addresses the performance regression introduced in #2836 by only making a remote network request for URLs that have passed initial muster as being appropriately shaped.

(#2836 causes a significant blowout in runtime of a conversion run due to the aggregate latency of all the remote link checking)

This commit addresses the performance regression introduced in google#2836 by
only making a remote network request for URLs that have passed initial
muster as being appropriately shaped.
@andrewpollock andrewpollock merged commit 03122a6 into google:master Nov 8, 2024
12 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