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 apilinks.json generator #153

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

feat apilinks.json generator

96355ad
Select commit
Loading
Failed to load commit list.
Draft

feat apilinks.json generator #153

feat apilinks.json generator
96355ad
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 29, 2024 in 7s

4 new alerts including 4 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 15 in src/utils/git.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Unsafe shell command constructed from library input Medium

This string concatenation which depends on
library input
is later used in a
shell command
.

Check warning on line 17 in src/utils/git.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Unsafe shell command constructed from library input Medium

This string concatenation which depends on
library input
is later used in a
shell command
.

Check warning on line 41 in src/utils/git.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Unsafe shell command constructed from library input Medium

This string concatenation which depends on
library input
is later used in a
shell command
.

Check warning on line 43 in src/utils/git.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Unsafe shell command constructed from library input Medium

This string concatenation which depends on
library input
is later used in a
shell command
.