-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore: fix cookie vulnerability #6773
Conversation
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
1 similar comment
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
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.
👍 Looks good to me! Reviewed everything up to 0fff4e9 in 18 seconds
More details
- Looked at
13
lines of code in1
files - Skipped
1
files when reviewing. - Skipped posting
2
drafted comments based on config settings.
1. frontend/package.json:249
- Draft comment:
Ensure the 'cookie' package is used in the codebase to address the vulnerability mentioned in the PR title. - Reason this comment was not posted:
Confidence changes required:50%
The addition of the 'cookie' package in both dependencies and resolutions is consistent, but it's important to ensure that the package is actually used in the codebase to address the vulnerability mentioned in the PR title.
2. frontend/package.json:249
- Draft comment:
Ensure that the addition of the 'cookie' package is necessary and relevant to the current changes. If it's unrelated to the ClickHouseReader interface or design token usage, consider removing it. - Reason this comment was not posted:
Confidence changes required:50%
The addition of the 'cookie' package seems unrelated to the ClickHouseReader interface or any design token usage.
Workflow ID: wflow_gCJW6jSfZEw6Blm5
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Summary
Related Issues / PR's
https://github.com/SigNoz/signoz/security/dependabot/183
Screenshots
NA
Affected Areas and Manually Tested Areas
Important
Add
cookie
package topackage.json
to address cookie vulnerability.cookie
package version^0.7.1
todependencies
inpackage.json
.This description was created by for 0fff4e9. It will automatically update as commits are pushed.