Skip to content

Add WS/SSE transport engines: SSE, init-timeout, stale-auth, subscrip… - #17

Merged
ccc909 merged 1 commit into
mainfrom
attacks-batch5-ws-sse
Jul 27, 2026
Merged

Add WS/SSE transport engines: SSE, init-timeout, stale-auth, subscrip…#17
ccc909 merged 1 commit into
mainfrom
attacks-batch5-ws-sse

Conversation

@ccc909

@ccc909 ccc909 commented Jul 27, 2026

Copy link
Copy Markdown
Owner

GraphQL-over-SSE support + unauthenticated data over an SSE subscription (pure requests streaming). subscribe now also lags a missing connection_init timeout (un-initialised socket held open, no 4408) and, when given verify_query+revoke_query, a model-driven stale-auth check (HTTP honours revocation but the open subscription keeps delivering). sub_flood action opens ~40 subscriptions on one connection to flag a missing per-connection cap (DoS-flavored, rides the dos toggle: default-off and safe_mode-off). Completes all 21 buildable gap techniques.

…tion cap

sse action: GraphQL-over-SSE support + unauthenticated data over an SSE subscription (pure requests streaming). subscribe now also flags a missing connection_init timeout (un-initialised socket held open, no 4408) and, when given verify_query+revoke_query, a model-driven stale-auth check (HTTP honours revocation but the open subscription keeps delivering). sub_flood action opens ~40 subscriptions on one connection to flag a missing per-connection cap (DoS-flavored, rides the dos toggle: default-off and safe_mode-off). Completes all 21 buildable gap techniques.
@ccc909 ccc909 closed this Jul 27, 2026
@ccc909 ccc909 reopened this Jul 27, 2026
@ccc909
ccc909 merged commit a6c2e56 into main Jul 27, 2026
9 checks passed
@ccc909
ccc909 deleted the attacks-batch5-ws-sse branch July 27, 2026 20:56
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