mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-06 07:57:08 +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"
|
|
)
|