Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************
load("@score_cr_checker//:cr_checker.bzl", "copyright_checker")
load("@score_dash_license_checker//:dash.bzl", "dash_license_checker")
load("@score_format_checker//:macros.bzl", "use_format_targets")
load("@score_tooling//:defs.bzl", "copyright_checker", "dash_license_checker", "use_format_targets")
load("//:project_config.bzl", "PROJECT_CONFIG")

copyright_checker(
Expand All @@ -26,8 +24,8 @@ copyright_checker(
"//:BUILD",
"//:MODULE.bazel",
],
config = "@score_cr_checker//resources:config",
template = "@score_cr_checker//resources:templates",
config = "@score_tooling//cr_checker/resources:config",
template = "@score_tooling//cr_checker/resources:templates",
visibility = ["//visibility:public"],
)

Expand Down
9 changes: 1 addition & 8 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,13 @@ module(
repo_name = "bazel_tools_python",
)

# Checker rule for CopyRight checks/fixs
bazel_dep(name = "score_cr_checker", version = "0.3.1", dev_dependency = True)
bazel_dep(name = "score_python_basics", version = "0.3.4", dev_dependency = True)

# Dash license checker
bazel_dep(name = "score_dash_license_checker", version = "0.1.2", dev_dependency = True)

# Format checker
bazel_dep(name = "score_format_checker", version = "0.1.1", dev_dependency = True)
bazel_dep(name = "aspect_rules_lint", version = "1.4.4", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2", dev_dependency = True)

# docs-as-code
bazel_dep(name = "score_docs_as_code", version = "1.0.1", dev_dependency = True)
bazel_dep(name = "score_tooling", version = "1.0.4", dev_dependency = True)
bazel_dep(name = "platforms", version = "0.0.11", dev_dependency = True)

# Unfortunately bazel_skylib can not be dev_dependency because we use some of its libraries.
Expand Down
4 changes: 1 addition & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ The following table lists all known vulnerabilities that could not be fixed:

| Package | Vulnerability ID | Vulnerable Version | Fixed Version | Python Version | Reason |
| ---------- | ------------------- | ------------------ | ------------- | -------------- | ------------------------------------ |
| urllib3 | GHSA-48p4-8xcf-vxj5 | 2.2.3 | 2.5.0 | 3.8 | Fixed package requires Python >= 3.9 |
| urllib3 | GHSA-pq67-6m6q-mj2v | 2.2.3 | 2.5.0 | 3.8 | Fixed package requires Python >= 3.9 |
| pip | GHSA-4xh5-x5gv-qwph | 25.0.1 | 25.3 | 3.8 | Fixed package requires Python >= 3.9 |
| | | | | | |

### Vulnerable Python Versions

Expand Down
913 changes: 474 additions & 439 deletions third_party/pip/requirements_lock_3_10.txt

Large diffs are not rendered by default.

831 changes: 428 additions & 403 deletions third_party/pip/requirements_lock_3_11.txt

Large diffs are not rendered by default.

831 changes: 428 additions & 403 deletions third_party/pip/requirements_lock_3_12.txt

Large diffs are not rendered by default.

300 changes: 172 additions & 128 deletions third_party/pip/requirements_lock_3_8.txt

Large diffs are not rendered by default.

929 changes: 502 additions & 427 deletions third_party/pip/requirements_lock_3_9.txt

Large diffs are not rendered by default.

Loading