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

fix: constrain HTTP and JSON to have valid structure #56

Open
2 tasks
Tracked by #68
Autoparallel opened this issue Nov 20, 2024 · 0 comments
Open
2 tasks
Tracked by #68

fix: constrain HTTP and JSON to have valid structure #56

Autoparallel opened this issue Nov 20, 2024 · 0 comments

Comments

@Autoparallel
Copy link
Contributor

Autoparallel commented Nov 20, 2024

Right now we do not enforce that a given HTTP or JSON object actually has valid structure. For instance, 512b block of zeros will pass through HTTP possibly. HTTP at least needs a start line (and likely needs a header).

Tasks

  • Determine weakest valid HTTP structure
  • Enforce this structure is met for HTTP in-circuit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant