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

test: fix e2e tests + PSS e2e tests use permissionless #2192

Merged
merged 9 commits into from
Sep 3, 2024

addressed more review comments

d10b610
Select commit
Loading
Failed to load commit list.
Merged

test: fix e2e tests + PSS e2e tests use permissionless #2192

addressed more review comments
d10b610
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Sep 3, 2024 in 4s

8 new alerts including 6 critical severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 6 critical

Other Alerts:

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 456 in tests/e2e/actions.go

See this annotation in the file changed.

Code scanning / CodeQL

Potentially unsafe quoting Critical test

If this
JSON value
contains a single quote, it could break out of the enclosing quotes.

Check failure on line 612 in tests/e2e/actions.go

See this annotation in the file changed.

Code scanning / CodeQL

Potentially unsafe quoting Critical test

If this
JSON value
contains a single quote, it could break out of the enclosing quotes.

Check failure on line 774 in tests/e2e/actions.go

See this annotation in the file changed.

Code scanning / CodeQL

Potentially unsafe quoting Critical test

If this
JSON value
contains a single quote, it could break out of the enclosing quotes.

Check failure on line 903 in tests/e2e/actions.go

See this annotation in the file changed.

Code scanning / CodeQL

Potentially unsafe quoting Critical test

If this
JSON value
contains a single quote, it could break out of the enclosing quotes.

Check failure on line 1034 in tests/e2e/actions.go

See this annotation in the file changed.

Code scanning / CodeQL

Potentially unsafe quoting Critical test

If this
JSON value
contains a single quote, it could break out of the enclosing quotes.

Check failure on line 2497 in tests/e2e/actions.go

See this annotation in the file changed.

Code scanning / CodeQL

Potentially unsafe quoting Critical test

If this
JSON value
contains a single quote, it could break out of the enclosing quotes.

Check warning on line 477 in tests/e2e/state.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning test

Iteration over map may be a possible source of non-determinism

Check warning on line 939 in tests/e2e/state.go

See this annotation in the file changed.

Code scanning / CodeQL

Iteration over map Warning test

Iteration over map may be a possible source of non-determinism