Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ load("//bazel:repositories.bzl", "define_envoy_implementation")
# 1. Determine SHA256 `wget https://github.com/envoyproxy/envoy/archive/$COMMIT.tar.gz && sha256sum $COMMIT.tar.gz`
# 2. Update .bazelversion, envoy.bazelrc and .bazelrc if needed.
#
# Commit date: 09/04/25
# Commit date: 12/16/25
ENVOY_SHA = "93466adc53567315e3114d6d1774c56f8066d24e"

ENVOY_SHA256 = "703aa4a59c2771681ab2b3ef878c2374e3a94b160b40122c03cd8d2c6debf7bd"
Expand All @@ -30,8 +30,8 @@ ENVOY_ORG = "envoyproxy"

ENVOY_REPO = "envoy"

OPENSSL_ENVOY_SHA = "14113b3b7593aabd76e7ca30fc5a5d1635900a13"
OPENSSL_ENVOY_SHA256 = "23a40185710dedfbd19439c7638d6e7b4139b0b83989d74d8ec423e6ad4920b3"
OPENSSL_ENVOY_SHA = "0eb44650048f0ac1aae75fdc29358065fae1445c"
OPENSSL_ENVOY_SHA256 = "cb17881d85a5ce2f60aa536483ebd8db9877d7231dafecbdfdb73853dd795b78"
OPENSSL_ENVOY_ORG = "envoyproxy"
OPENSSL_ENVOY_REPO = "envoy-openssl"

Expand Down
8 changes: 4 additions & 4 deletions ossm/vendor/base_pip3/requirements.bzl

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions ossm/vendor/base_pip3/types_protobuf/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
load("@bazel_skylib//lib:selects.bzl", "selects")

package(default_visibility = ["//visibility:public"])

alias(
name = "types_protobuf",
actual = ":pkg",
)

alias(
name = "pkg",
actual = "@base_pip3_types_protobuf//:pkg",
)

alias(
name = "whl",
actual = "@base_pip3_types_protobuf//:whl",
)

alias(
name = "data",
actual = "@base_pip3_types_protobuf//:data",
)

alias(
name = "dist_info",
actual = "@base_pip3_types_protobuf//:dist_info",
)
18 changes: 18 additions & 0 deletions ossm/vendor/com_github_curl/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
#
# SPDX-License-Identifier: curl

root = true

[*]
charset = utf-8
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true

[*.{c,h}]
indent_size = 2
max_line_length = 79

[*.{pl,pm}]
indent_size = 4
Loading