Skip to content

revert: revert security fix PRs #31 and #33 to unblock deployments [E-1815]#35

Merged
jonathansantilli merged 3 commits intomainfrom
revert/E-1815
Apr 8, 2026
Merged

revert: revert security fix PRs #31 and #33 to unblock deployments [E-1815]#35
jonathansantilli merged 3 commits intomainfrom
revert/E-1815

Conversation

@jonathansantilli
Copy link
Copy Markdown
Collaborator

Summary

Reverts PRs #31 and #33 to restore the original action code and unblock deployments.

The security fix (removing eval, using bash arrays) broke the autofixer CI test which uses sed to replace npx --yes mobbdev@latest with a local build command containing an inline env var prefix (API_URL=...). This pattern is incompatible with bash arrays.

The security fix will be re-applied with a different approach that is compatible with the test tooling.

Reverted commits

Ref: E-1815

The mobbdev CLI now prefixes its output with status messages like
"[WebSocket Mode] Using WebSocket subscription..." before the URL.
Extract just the https:// URL using grep.

Ref: E-1815
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

image No security issues were found ✅

Awesome! No vulnerabilities were found by CodeQL in the changes made as part of this PR.
Please notice there are issues in this repo that are unrelated to this PR.

@jonathansantilli jonathansantilli merged commit 8e4580e into main Apr 8, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants