Pulse/internal/api/docs_links.go
2026-03-28 20:35:10 +00:00

6 lines
208 B
Go

package api
const (
shippedSecurityDocPath = "/docs/SECURITY.md"
shippedSecurityContainerNoticeDocAnchor = shippedSecurityDocPath + "#critical-security-notice-for-container-deployments"
)