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: remove cheerio dependency #627

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

feat: build and shoot remove cheerio, replace with regexes

13cba46
Select commit
Loading
Failed to load commit list.
Draft

feat: remove cheerio dependency #627

feat: build and shoot remove cheerio, replace with regexes
13cba46
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Sep 3, 2024 in 4s

4 new alerts including 4 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 38 in protocols/buildandshoot.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 39 in protocols/buildandshoot.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 40 in protocols/buildandshoot.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check failure on line 41 in protocols/buildandshoot.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.