ZupIT / charlescd

CharlesCD is an open source tool that makes deployments more agile, continuous and safe, which allows development teams to perform hypothesis validations with a specific group of users, simultaneously.
https://charlescd.io
Apache License 2.0
333 stars 79 forks source link

Update dependency prismjs to 1.27.0 [SECURITY] #1557

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change
prismjs 1.24.1 -> 1.27.0

GitHub Vulnerability Alerts

CVE-2022-23647

Impact

Prism's Command line plugin can be used by attackers to achieve an XSS attack. The Command line plugin did not properly escape its output, leading to the input text being inserted into the DOM as HTML code.

Server-side usage of Prism is not impacted. Websites that do not use the Command Line plugin are also not impacted.

Patches

This bug has been fixed in v1.27.0.

Workarounds

Do not use the Command line plugin on untrusted inputs, or sanitized all code blocks (remove all HTML code text) from all code blocks that use the Command line plugin.

References


Configuration

πŸ“… Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 2 years ago

Codecov Report

Merging #1557 (4d240a7) into main (722dcc5) will increase coverage by 0.03%. The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #1557      +/-   ##
============================================
+ Coverage     78.36%   78.39%   +0.03%     
  Complexity     2266     2266              
============================================
  Files          1287     1287              
  Lines         17919    17919              
  Branches       1651     1651              
============================================
+ Hits          14042    14048       +6     
+ Misses         3388     3385       -3     
+ Partials        489      486       -3     
Flag Coverage Ξ”
ui 80.10% <ΓΈ> (+0.07%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Ξ”
ui/src/modules/Circles/Release/hooks.ts 81.39% <0.00%> (+2.32%) :arrow_up:
ui/src/modules/Circles/Release/Create/Module.tsx 92.50% <0.00%> (+2.50%) :arrow_up:
ui/src/modules/Modules/hooks/module.ts 68.67% <0.00%> (+4.81%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 722dcc5...4d240a7. Read the comment docs.