Skip to content
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

[WEB-480] fix: code block paste from VSCode and indentation #4198

Merged
merged 242 commits into from
Apr 16, 2024

fix: changing names of plugins and removing packages

7cc2975
Select commit
Loading
Failed to load commit list.
Merged

[WEB-480] fix: code block paste from VSCode and indentation #4198

fix: changing names of plugins and removing packages
7cc2975
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Apr 16, 2024 in 0s

2 new issues (0 max.) of at least minor severity.

Annotations

Check failure on line 55 in packages/editor/core/src/lib/editor-commands.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/editor/core/src/lib/editor-commands.ts#L55

User controlled data in methods like `innerHTML`, `outerHTML` or `document.write` is an anti-pattern that can lead to XSS vulnerabilities

Check notice on line 312 in packages/editor/core/src/ui/extensions/code/code-block.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/editor/core/src/ui/extensions/code/code-block.ts#L312

Detected string concatenation with a non-literal variable in a util.format / console.log function.