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

Collection Flow V2 Main Branch #2912

Open
wants to merge 70 commits into
base: dev
Choose a base branch
from

fix: fixed types

51a19ac
Select commit
Loading
Failed to load commit list.
Open

Collection Flow V2 Main Branch #2912

fix: fixed types
51a19ac
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 24, 2025 in 3s

No new alerts in code changed by this pull request

Annotations

Check failure on line 32 in packages/ui/src/components/organisms/Form/DynamicForm/_stories/FileUploadShowcase/FileUploadShowcase.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical

The hard-coded value "{token}" is used as
authorization header
.

Check failure on line 14 in packages/ui/src/components/organisms/Form/DynamicForm/utils/format-headers.unit.test.ts

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical

The hard-coded value "Bearer {token}" is used as
authorization header
.

Check failure on line 27 in packages/ui/src/components/organisms/Form/DynamicForm/utils/format-headers.unit.test.ts

See this annotation in the file changed.

Code scanning / CodeQL

Hard-coded credentials Critical

The hard-coded value "Bearer abc123" is used as
authorization header
.

Check failure on line 8 in packages/ui/src/components/organisms/Form/DynamicForm/utils/format-string.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings starting with '{' and with many repetitions of '{|'.
This
regular expression
that depends on
library input
may run slow on strings starting with '{' and with many repetitions of '{|'.
This
regular expression
that depends on
library input
may run slow on strings starting with '{' and with many repetitions of '{|'.
This
regular expression
that depends on
library input
may run slow on strings starting with '{' and with many repetitions of '{|'.