additional repo policy #16

Closed
opened 2026-03-11 01:43:03 +01:00 by sneak · 2 comments
Owner

we need an additional policy about 1.0 releases of http-based services:

web/http services must be hardened for use on the public internet. this means that they must comply with all security best practices, such as (WITHOUT LIMITATION) rate limiting password-based authentication endpoints (api keys are high-entropy and not susceptible to brute force), correctly detecting true client ip when behind a reverse proxy, CSP headers, XFO headers, slowloris read and write timeouts, max request size limits, max response size limits, max request handler execution time limits, csrf tokens on forms, HSTS headers, etc.

we need an additional policy about 1.0 releases of http-based services: web/http services must be hardened for use on the public internet. this means that they must comply with all security best practices, such as (WITHOUT LIMITATION) rate limiting password-based authentication endpoints (api keys are high-entropy and not susceptible to brute force), correctly detecting true client ip when behind a reverse proxy, CSP headers, XFO headers, slowloris read and write timeouts, max request size limits, max response size limits, max request handler execution time limits, csrf tokens on forms, HSTS headers, etc.
Author
Owner

@clawbot please add all the standard issue labels for the FSM and tag this one bot

@clawbot please add all the standard issue labels for the FSM and tag this one bot
clawbot added the bot label 2026-03-11 01:43:55 +01:00
Collaborator

Created all FSM labels (bot, needs-review, needs-rework, merge-ready) for this repo. Tagged this issue with bot. Dispatching a worker now.

Created all FSM labels (`bot`, `needs-review`, `needs-rework`, `merge-ready`) for this repo. Tagged this issue with `bot`. Dispatching a worker now.
sneak closed this issue 2026-03-11 02:11:33 +01:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/prompts#16