-
Notifications
You must be signed in to change notification settings - Fork 238
chore(ci): remove the "expires" field from aggrid ignores COMPASS-9862 #7346
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,14 +7,12 @@ ignore: | |||||||
reason: >- | ||||||||
Not applicable as we do not use a valueFormatter or cellRenderer | ||||||||
function | ||||||||
expires: 2025-09-17T13:05:57.065Z | ||||||||
created: 2024-01-18T18:27:24.353Z | ||||||||
SNYK-JS-AGGRIDCOMMUNITY-7414157: | ||||||||
- '*': | ||||||||
reason: >- | ||||||||
Not applicable as we don't use ag-grid utils and the library never | ||||||||
passes user input directly to the merge function | ||||||||
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. This ignore entry is now indefinite; if future code begins using ag-grid utils or passes user-influenced data into merge, the suppressed issue would remain hidden. Recommend reinstating an expires timestamp or adding a documented review note to mitigate the risk of stale ignores.
Suggested change
Copilot uses AI. Check for mistakes. Positive FeedbackNegative Feedback |
||||||||
expires: 2025-09-17T13:05:57.065Z | ||||||||
created: 2024-09-17T13:05:57.071Z | ||||||||
SNYK-JS-ELECTRON-8642944: | ||||||||
- '*': | ||||||||
|
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.
Removing the expires field makes this ignore permanent; without a scheduled re-evaluation, a future change in usage (e.g., introduction of valueFormatter/cellRenderer) could leave a real vulnerability suppressed. Consider retaining an expires field (even if far in the future) or adding an explicit periodic review process annotation to ensure continued validity.
Copilot uses AI. Check for mistakes.