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 <renewitt@google.com>
Commit-Queue: Rachael Newitt <renewitt@google.com>
Reviewed-by: Jordan Brown <rop@google.com>
Commit-Queue: Jordan Brown <rop@google.com>
This commit is contained in:
Rachael Newitt
2025-11-13 18:15:02 -08:00
committed by LUCI CQ
parent 257c4d187d
commit 11b0e6b805

View File

@@ -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