Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6fa8e76

Browse files
authored
Remove unused metadata in DEPS from vuln scanning (#48995)
These upstream links (used in vulnerability scanning) are not needed since the references to the deps are no longer used. Part of simplifying metadata for the vuln scan process, context in b/248564768. *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 0e7248d commit 6fa8e76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

DEPS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ vars = {
169169
"upstream_file": "https://github.com/google/file.dart.git",
170170
"upstream_fixnum": "https://github.com/dart-lang/fixnum.git",
171171
"upstream_flatbuffers": "https://github.com/google/flatbuffers.git",
172-
"upstream_fontconfig": "https://gitlab.freedesktop.org/fontconfig/fontconfig.git",
173172
"upstream_freetype2": "https://gitlab.freedesktop.org/freetype/freetype.git",
174173
"upstream_gcloud": "https://github.com/dart-lang/gcloud.git",
175174
"upstream_glfw": "https://github.com/glfw/glfw.git",
@@ -201,7 +200,6 @@ vars = {
201200
"upstream_matcher": "https://github.com/dart-lang/matcher.git",
202201
"upstream_mime": "https://github.com/dart-lang/mime.git",
203202
"upstream_mockito": "https://github.com/dart-lang/mockito.git",
204-
"upstream_oauth2": "https://github.com/dart-lang/oauth2.git",
205203
"upstream_ocmock": "https://github.com/erikdoe/ocmock.git",
206204
"upstream_package_config": "https://github.com/dart-lang/package_config.git",
207205
"upstream_packages": "https://github.com/flutter/packages.git",
@@ -239,7 +237,6 @@ vars = {
239237
"upstream_typed_data": "https://github.com/dart-lang/typed_data.git",
240238
"upstream_usage": "https://github.com/dart-lang/usage.git",
241239
"upstream_vector_math": "https://github.com/google/vector_math.dart.git",
242-
"upstream_Vulkan-Headers": "https://github.com/KhronosGroup/Vulkan-Headers.git",
243240
"upstream_VulkanMemoryAllocator": "https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git",
244241
"upstream_watcher": "https://github.com/dart-lang/watcher.git",
245242
"upstream_web_socket_channel": "https://github.com/dart-lang/web_socket_channel.git",

0 commit comments

Comments
 (0)