Skip to content

Md editor integration tests#2774

Merged
abose merged 54 commits into
mainfrom
md
Apr 3, 2026
Merged

Md editor integration tests#2774
abose merged 54 commits into
mainfrom
md

fix(mdviewer): preserve scroll position when closing image edit dialog

c8dee32
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 3, 2026 in 3s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 258 in src-mdviewer/src/components/image-popover.js

See this annotation in the file changed.

Code scanning / CodeQL

DOM text reinterpreted as HTML High

DOM text
is reinterpreted as HTML without escaping meta-characters.

Check failure on line 1665 in test/spec/md-editor-integ-test.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

'
https://edited-popover.example.com
' can be anywhere in the URL, and arbitrary hosts may come before or after it.

Check failure on line 1666 in test/spec/md-editor-integ-test.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL substring sanitization High test

'
test-link-doc2.example.com
' can be anywhere in the URL, and arbitrary hosts may come before or after it.