-
Notifications
You must be signed in to change notification settings - Fork 70
build: update dependency sass_api to v17.6.0 #3697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,6 @@ environment: | |
|
|
||
| # Add regular dependencies here. | ||
| dependencies: | ||
| sass_api: 17.5.0 | ||
| sass_api: 17.6.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 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 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.