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: 4 additions & 4 deletions bazel/rules/rules_sass/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -365,18 +365,18 @@ packages:
dependency: transitive
description:
name: sass
sha256: "00adc78d8c906d6f5435526ee770fb5183e71f19818985e53f566b98ef693f59"
sha256: "7c5f702d563d363282088adf43199595926340afe9275b23168314309cad3118"
url: "https://pub.dev"
source: hosted
version: "1.99.0"
version: "1.100.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-high high

The version "1.100.0" for the "sass" package is inconsistent with the official release versions on pub.dev (currently at "1.83.x"). This unusual version jump suggests a potential security risk related to dependency confusion.

sass_api:
dependency: "direct main"
description:
name: sass_api
sha256: f1ce74be211d3f6d61321e47f19dbfaf7df257e7472046860f9cca0499f35909
sha256: "6f22252894083698f346c187e0e9d87e9bc065d9a50da3f4d7c5b780547c8ec0"
url: "https://pub.dev"
source: hosted
version: "17.5.0"
version: "17.6.0"
shelf:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion bazel/rules/rules_sass/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ environment:

# Add regular dependencies here.
dependencies:
sass_api: 17.5.0
sass_api: 17.6.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-high high

The version "17.6.0" for "sass_api" does not exist on the official pub.dev registry (the latest version is "1.0.0"). This discrepancy is a significant security concern as it may indicate a dependency confusion attack where a malicious package is published with a higher version number to a public registry. Additionally, the dependency is pinned to a specific version, which is inconsistent with the semantic version ranges (e.g., "^7.0.0") used for other dependencies in this file.

sprintf: ^7.0.0
# path: ^1.8.0