From 8258c1340ad8681925118da131a2fdfec19ddfbd Mon Sep 17 00:00:00 2001 From: Scott Lee Date: Mon, 9 Sep 2024 23:25:57 +0000 Subject: [PATCH] [depot_tools] annotate third_party/colorama as non security critical https://github.com/tartley/colorama a python library that makes ANSI escape character sequences work under MS windows. AFAIK, the library itself is not used to perform, nor does it perform, any of the operations, listed in https://chromium.googlesource.com/chromium/src/+/HEAD/docs/adding_to_third_party.md#add-a-readme_chromium Bug: 365320907 Change-Id: I2bb9301a3420b0813675c8952f8720e1395761ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5843576 Commit-Queue: Scott Lee Reviewed-by: Josip Sokcevic --- third_party/colorama/README.chromium | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/colorama/README.chromium b/third_party/colorama/README.chromium index ae27015bf..318d6c9ae 100644 --- a/third_party/colorama/README.chromium +++ b/third_party/colorama/README.chromium @@ -5,7 +5,7 @@ Revision: b71bec90d4770d4124ad95d70cc6a4c9289bbadf License: BSD License File: LICENSE.txt Shipped: no - +Security Critical: no Description: Provides a simple cross-platform API to print colored terminal text from Python applications.