You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/metadata
Rachael Newitt 11b0e6b805 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>
2 months ago
..
fields Update licenses allowlist for the latest build of ChromeScreenAI. 2 months ago
tests Removing git tag as acceptable for vuln sufficiency 2 months ago
LICENSE_OWNERS Add clear documentation to license_allowlist.py 1 year ago
OWNERS Updating presubmit to check license is a valid spdx identifier. 1 year ago
PRESUBMIT.py
README.md
SECURITY_TEAM_OWNERS Updating presubmit to check license is a valid spdx identifier. 1 year ago
__init__.py
dependency_metadata.py Update the insuffient vuln scanning warning. 2 months ago
discover.py
parse.py [dependency_metadata] Allow descriptions for CVEs 12 months ago
scan.py
validate.py metadata: Fix metadata validator error reporting 11 months ago
validation_result.py

README.md

Validation for Chromium's Third Party Metadata Files

This directory contains the code to validate Chromium third party metadata files, i.e. README.chromium files.

Prerequisites

  1. Have the Chromium source code checked out on disk
  2. Ensure you've run gclient runhooks on your source checkout

Run

metadata/scan.py can be used to search for and validate all Chromium third party metadata files within a repository. For example, if your chromium/src checkout is at ~/my/path/to/chromium/src, run the following command from the root directory of depot_tools:

vpython3 --vpython-spec=.vpython3 metadata/scan.py ~/my/path/to/chromium/src