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

feat: add createMarkdown() factory to expose the compiler and parser #649

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

feat: add createMarkdown() factory to expose the compiler and parser

ca6818a
Select commit
Loading
Failed to load commit list.
Draft

feat: add createMarkdown() factory to expose the compiler and parser #649

feat: add createMarkdown() factory to expose the compiler and parser
ca6818a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 7, 2025 in 6s

11 new alerts including 11 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 11 high

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 179 in index.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '-="' and containing many repetitions of '\!'.

Check failure on line 179 in index.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '-='' and containing many repetitions of '\&'.

Check failure on line 179 in index.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '-={' and containing many repetitions of '\|'.

Check failure on line 236 in index.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '*' and containing many repetitions of '<>'.

Check failure on line 236 in index.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '*' and containing many repetitions of '['.

Check failure on line 236 in index.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '*[](' and containing many repetitions of ')[]('.

Check failure on line 236 in index.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '*<' and containing many repetitions of '><'.

Check failure on line 236 in index.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '*<>' and containing many repetitions of '<><>'.

Check failure on line 236 in index.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '*<><' and containing many repetitions of '><><'.

Check failure on line 275 in index.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '<a ' and containing many repetitions of '<<>'.

Check failure on line 275 in index.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '<a <' and containing many repetitions of '><'.