From 11b0e6b80543472bfc88eaeae478744f317a0d32 Mon Sep 17 00:00:00 2001 From: Rachael Newitt Date: Thu, 13 Nov 2025 18:15:02 -0800 Subject: [PATCH] Update the insuffient vuln scanning warning. The previous CL changed the validation criteria, but did not update the error message we're posting on the bugs we file, which is very confusing. In the future we should try to write some tests to catch things like this. Bug: 452151523 Change-Id: I08272353a3cfada8f242355b48c4f003eec4abf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/7153383 Auto-Submit: Rachael Newitt Commit-Queue: Rachael Newitt Reviewed-by: Jordan Brown Commit-Queue: Jordan Brown --- metadata/dependency_metadata.py | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata/dependency_metadata.py b/metadata/dependency_metadata.py index 3a4e191538..051cdac648 100644 --- a/metadata/dependency_metadata.py +++ b/metadata/dependency_metadata.py @@ -335,7 +335,6 @@ class DependencyMetadata: "Please provide one of the following combinations:", "- 'CPEPrefix' with a version.", "- A git clonable 'URL' and a 'Revision'.", - "- A git clonable 'URL' and a 'Version' matching the git tag.", "- A package manager 'URL' and a 'Version'. ", ])) return results