This repository has been archived by the owner on May 10, 2021. It is now read-only.
chore(deps): update dependency highlight.js to v9.18.2 [security] - autoclosed #4
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.
This PR contains the following updates:
9.11.0
->9.18.2
GitHub Vulnerability Alerts
CVE-2020-26237
Impact
Affected versions of this package are vulnerable to Prototype Pollution. A malicious HTML code block can be crafted that will result in prototype pollution of the base object's prototype during highlighting. If you allow users to insert custom HTML code blocks into your page/app via parsing Markdown code blocks (or similar) and do not filter the language names the user can provide you may be vulnerable.
The pollution should just be harmless data but this can cause problems for applications not expecting these properties to exist and can result in strange behavior or application crashes, i.e. a potential DOS vector.
If your website or application does not render user provided data it should be unaffected.
Patches
Versions 9.18.2 and 10.1.2 and newer include fixes for this vulnerability. If you are using version 7 or 8 you are encouraged to upgrade to a newer release.
Workarounds
Patch your library
Manually patch your library to create null objects for both
languages
andaliases
:Filter out bad data from end users
Filter the language names that users are allowed to inject into your HTML to guarantee they are valid.
References
For more information
If you have any questions or comments about this advisory:
Release Notes
highlightjs/highlight.js
v9.18.1
Compare Source
Grammar Improvements:
v9.18.0
Compare Source
New languages:
New themes:
Core Changes:
Language Improvements:
block
andendblock
keywords (#2343) Philipp EngelA::typeName func(...)
) (#2332) Josh GoebelA::functionName
) (#2332) Josh Goebelint8_t
, etc.) as function types (#2332) Josh GoebelDeveloper Tools:
v9.17.1
Compare Source
Fixes:
v9.17.0
Compare Source
New languages:
New themes:
Core Improvements:
createElementNS
tocreateElement
(#2314) Josh Goebelself
mode at the top-level of a language (#2294) Josh GoebelLanguage Improvements:
if
getting confused as an f-string (#2200) Josh Goebel and Carl Baxtercalc(2px+3px)
(#2241)v9.16.2
Compare Source
New languages:
none.
New styles:
none.
Improvements:
v9.16.1
Compare Source
New languages:
none.
New styles:
Improvements:
!~
method definition (#2222)@dynamicMemberLookup
and@propertyWrapper
(#2202)endWithParent
insidestarts
now always works (#2201)vbscript
as potential script tag subLanguagefuture
built-in (#1610)v9.15.10
Compare Source
New languages:
none.
New styles:
none.
Improvements:
script
tags (#1690)v9.15.9
Compare Source
Improvements:
v9.15.8
Compare Source
New languages:
none.
New styles:
none.
Improvements:
v9.15.7
Compare Source
New languages:
none.
New styles:
none.
Improvements:
v9.15.6
Compare Source
New languages:
none.
New styles:
none.
Improvements:
v9.15.5
Compare Source
New languages:
none.
New styles:
none.
Improvements:
🔥 Hot fix: updated build tool.
v9.15.2
Compare Source
New languages:
none.
New styles:
none.
Improvements:
🔥 Hot fix that was preventing highlight.js from installing.
v9.15.1
Compare Source
New languages:
none.
New styles:
none.
Improvements:
script
tags (#1690)v9.14.2
Compare Source
New languages:
none.
New styles:
none.
Improvements:
v9.14.1
Compare Source
New languages:
none.
New styles:
none.
Improvements:
v9.13.1
Compare Source
Improvements:
autoDetection
to accept language aliases.v9.13.0
Compare Source
New languages:
New styles:
Improvements:
endSameAsBegin
for nested constructs with variable namesby Egor Rogov.
@objcMembers
to@attributes
, by Berk ÇebidisableAutodetect
for preventing autodetection by Egor Rogovv9.12.0
Compare Source
New language:
New style:
Improvements:
has not been updated for more than 8 years. The new version supports syntax
for versions 7.7 and 8.
titles detection and added highlighting of
[Attributes]
.consistently with other kinds.
Renovate configuration
📅 Schedule: "" (UTC).
🚦 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 WhiteSource Renovate. View repository job log here.