-
Notifications
You must be signed in to change notification settings - Fork 391
security: [M3-9540] - Remedy canvg dependency vulnerability
#11839
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
Conversation
canvg dependencycanvg dependency vulnerability
|
Coverage Report: ✅ |
hana-akamai
left a comment
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.
Invoice and payment PDFs still working as expected ✅
dwiley-akamai
left a comment
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.
No adverse impacts on PDF generation observed ✅
bnussman-akamai
left a comment
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.
Could we use resolutions to set a minimum version of canvg and leave the bundling alone?
"resolutions": {
"node-fetch": "^2.6.7",
"yaml": "^2.3.0",
"semver": "^7.5.2",
"cookie": "^0.7.0",
"nanoid": "^3.3.8",
"canvg": ">= 4.0.3"
},* Show the APL section only for standard cluster tiers * Added changeset: Disable APL for LKE-E clusters on create flow * WIP - poc for what disabled, rather than hidden, section would look like * Update with proposed UX changes * Update test coverage with mocked endpoints, UX changes * Tweak changeset * Update chip text size to small for consistency with other chips * Fix bug preventing 'no' button from being checked
…o file (linode#11853) * Fix GHA Cypress pipeline by using literal values in matrix * Redirect output to .env file
* change: [M3-9434] - Theme changes to create menu * update styles to CDS * Update CreateMenu.styles.ts * Added changeset: Update styles to CSD for create menu * Update packages/manager/src/features/TopMenu/CreateMenu/CreateMenu.styles.ts Co-authored-by: Hussain Khalil <[email protected]> * Disabling the custom font-weight eslint rule. --------- Co-authored-by: Hussain Khalil <[email protected]>
…cript (linode#11838) * fix: [M3-9459] - show details button misalignment for selected stackscript * Added changeset: show details button misalignment for selected stackscript * Remove StyledRootContainer ans use actionCell prop for alignment * Update changeset description
Cloud Manager UI test results🔺 1 failing test on test run #12 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/linodes/linode-config.spec.ts" |
|||||||||||||||||
Description 📝
This PR fixes this dependabot vulnerability: https://github.com/linode/manager/security/dependabot/154
Changes 🔄
jspdfto3.0.1see: https://www.npmjs.com/package/jspdf
Preview 📷
There should be no visual or functional regressions from this PR
How to test 🧪
Verification steps
Author Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅