Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
urls = ["https://github.com/mirror/tclap/archive/tclap-{version}-release-final.tar.gz"],
release_date = "2011-04-16",
use_category = ["other"],
cpe = "cpe:2.3:a:tclap_project:tclap:*",
),
com_github_fmtlib_fmt = dict(
project_name = "fmt",
Expand Down Expand Up @@ -271,7 +272,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
release_date = "2021-10-01",
use_category = ["dataplane_ext"],
extensions = ["envoy.tls.key_providers.cryptomb"],
cpe = "N/A",
cpe = "cpe:2.3:a:intel:cryptography_for_intel_integrated_performance_primitives:*",
),
com_github_luajit_luajit = dict(
project_name = "LuaJIT",
Expand Down Expand Up @@ -355,7 +356,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
use_category = ["observability_ext"],
extensions = ["envoy.tracers.skywalking"],
release_date = "2021-06-07",
cpe = "N/A",
cpe = "cpe:2.3:a:apache:skywalking:*",
),
com_github_skyapm_cpp2sky = dict(
project_name = "cpp2sky",
Expand Down Expand Up @@ -555,7 +556,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
# replacement for protobuf JSON.
use_category = ["controlplane", "dataplane_core"],
release_date = "2021-08-26",
cpe = "cpe:2.3:a:json_project:json:*",
cpe = "cpe:2.3:a:json-for-modern-cpp_project:json-for-modern-cpp:*",
),
# This is an external dependency needed while running the
# envoy docker image. A bazel target has been created since
Expand Down Expand Up @@ -619,6 +620,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
urls = ["https://github.com/google/googletest/archive/{version}.tar.gz"],
release_date = "2020-09-10",
use_category = ["test_only"],
cpe = "cpe:2.3:a:google:google_test:*",
),
com_google_protobuf = dict(
project_name = "Protocol Buffers",
Expand Down Expand Up @@ -767,7 +769,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
release_date = "2021-04-05",
use_category = ["dataplane_ext"],
extensions = ["envoy.wasm.runtime.wasmtime"],
cpe = "N/A",
cpe = "cpe:2.3:a:bytecodealliance:wasmtime:*",
),
com_github_wasm_c_api = dict(
project_name = "wasm-c-api",
Expand Down Expand Up @@ -899,7 +901,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
"envoy.rbac.matchers.upstream_ip_port",
],
release_date = "2021-05-10",
cpe = "N/A",
cpe = "cpe:2.3:a:google:flatbuffers:*",
),
com_googlesource_code_re2 = dict(
project_name = "RE2",
Expand Down Expand Up @@ -927,6 +929,7 @@ REPOSITORY_LOCATIONS_SPEC = dict(
urls = ["https://github.com/llvm/llvm-project/releases/download/llvmorg-{version}/compiler-rt-{version}.src.tar.xz"],
release_date = "2021-07-09",
use_category = ["test_only"],
cpe = "cpe:2.3:a:llvm:compiler-rt:*",
),
upb = dict(
project_name = "upb",
Expand Down