Skip to content
Open
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
6 changes: 5 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,12 @@ jobs:
# unsupported by us).
# filelock: https://github.com/advisories/GHSA-w853-jp5j-5j7f
# filelock: https://github.com/advisories/GHSA-qmgc-5h2g-mvrw
# filelock: https://github.com/advisories/GHSA-5v7r-6r5c-r473
# filelock: https://github.com/advisories/GHSA-j47w-4g3g-c36v
allow-ghsas: >-
GHSA-w853-jp5j-5j7f,
GHSA-qmgc-5h2g-mvrw
GHSA-qmgc-5h2g-mvrw,
GHSA-5v7r-6r5c-r473,
GHSA-j47w-4g3g-c36v,
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Trailing comma on last allow-ghsas list entry

Low Severity

The last entry GHSA-j47w-4g3g-c36v, has a trailing comma, which is inconsistent with the established pattern in this file (e.g., pkg:npm/strtok3 on line 204 has no trailing comma). With the >- block scalar, this produces a string ending in , which could result in an empty entry when the dependency-review-action splits by comma, potentially causing unexpected behavior depending on how the action handles empty strings.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit f8a93df. Configure here.


comment-summary-in-pr: on-failure