Skip to content

FE-737: Start web shell frontier#147

Draft
lunelson wants to merge 36 commits into
ln/fe-736-jsonl-session-viabilityfrom
ln/fe-737-web-shell
Draft

FE-737: Start web shell frontier#147
lunelson wants to merge 36 commits into
ln/fe-736-jsonl-session-viabilityfrom
ln/fe-737-web-shell

Conversation

@lunelson
Copy link
Copy Markdown
Contributor

FE-737: Start web shell frontier

FE-737 reject non-linear transcript JSONL

FE-737 fail fast on non-linear session RPC

FE-737 block TUI branch flows

Copy link
Copy Markdown
Contributor Author

lunelson commented May 21, 2026

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Comment thread src/web-host.ts Outdated
}

function websocketHandshakeResponse(key: string): string {
const accept = createHash("sha1")
Copy link
Copy Markdown

@semgrep-code-hashintel semgrep-code-hashintel Bot May 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The use of a weak cryptographic algorithm (e.g., SHA-1 or MD5) has been identified. These algorithms are considered insecure due to vulnerabilities that make them susceptible to collision attacks, allowing attackers to compromise data integrity or security. Replace SHA-1 or MD5 with secure hashing algorithms, such as: SHA-256 or higher (e.g., SHA-3).

Fixed in commit ec2f985

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.

1 participant