mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-10 00:14:38 +00:00
6 lines
208 B
Go
6 lines
208 B
Go
package api
|
|
|
|
const (
|
|
shippedSecurityDocPath = "/docs/SECURITY.md"
|
|
shippedSecurityContainerNoticeDocAnchor = shippedSecurityDocPath + "#critical-security-notice-for-container-deployments"
|
|
)
|