Modernize Web App Markdown Parser (Showdown to Marked)#1295
Open
inlined wants to merge 1 commit into
Open
Conversation
|
Warning Gemini encountered an error creating the review. You can try again by commenting |
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
49174fe to
628d63d
Compare
628d63d to
c76d6ae
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1. Original CVEs
GHSA-2mjp-6q6p-2qxm, GHSA-2pr8-phx7-x9h3, GHSA-4992-7rv2-5pvq, GHSA-66ff-xgx4-vchm, GHSA-685m-2w69-288q, GHSA-75px-5xx7-5xc7, GHSA-c76h-2ccp-4975, GHSA-cxrh-j4jr-qwg3, GHSA-f269-vfmq-vjvj, GHSA-fx83-v9x8-x52w, GHSA-g78m-2chm-r7qv, GHSA-g9mf-h72j-4rw9, GHSA-gv7w-rqvm-qjhr, GHSA-jggg-4jg4-v7c6, GHSA-jvwf-75h9-cwgg, GHSA-mw96-cpmx-2vgc, GHSA-q6x5-8v7m-xcrf, GHSA-qx2v-qp2m-jg93, GHSA-rmmh-p597-ppvv, GHSA-v9p9-hfj2-hcw8, GHSA-vrm6-8vpv-qv8q, GHSA-xffm-g5w8-qvg7, GHSA-xq3m-2v4x-88gg2. CVEs Fixed
21 vulnerabilities fully eliminated, notably
GHSA-rmmh-p597-ppvv(The directshowdownparser ReDoS vulnerability).3. CVEs Introduced
None
4. CVEs Remaining
GHSA-25h7-pfq9-p65f, GHSA-rf6f-7fwh-wjghRemaining Vulnerable Transitive Dependencies:
flatted-> Base package:vite(viarollup)5. Changes Made
showdowncompletely from the frontend web application.marked(^12.0.2) markdown library, updating frontend rendering scripts (main.ts) to useawait marked.parse().6. Automated Test Strategy
Executed the complete frontend application production build pipeline (
npm run build->vite build) to confirm 100% clean TypeScript compilation, asset bundling, and zero module externalization runtime errors.