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