Skip to content
BETAGuardrails are in beta. The library, the configuration format and the CLI command can still change.

Guardrails / docs

Repository documents how to report a vulnerability

docs/security-policy@v1

The repository carries a SECURITY.md naming where a security problem should be reported.

Iddocs/security-policy
Versionv1
Categorydocs
Default severitywarning
Interpreterpython3
Timeout30 seconds
Violations tolerated0
Collectsfiles

Collectors

This guardrail gathers nothing itself. It depends on the collectors below, which the CLI runs once per build before any check, and reads what they found out of GUARDRAIL_FACTS. A collector that collects nothing skips this guardrail rather than failing it.

CollectorGathersInputs it is given
filesPresence, size and line counts of the well known files a repository is expected to carry, plus any extra path the guardrail asks for.path

The inputs above are this guardrail's own, passed straight through. Configuring one in buildnote.json changes what is collected, and two guardrails configured the same way share the one collection.

Configuration

json
{
  "guardrails": {
      "failOn": "error",
      "comment": true,
      "checks": [
          {
              "use": "docs/security-policy@v1",
              "severity": "warning",
              "with": {
                  "path": "SECURITY.md",
                  "minLines": "3",
                  "contact": "true"
              },
              "exemptions": []
          }
      ]
  }
}

Inputs

InputDescriptionDefaultEnvironment variable
pathPath to the security policy, relative to the directory the CLI runs in.SECURITY.mdGUARDRAIL_INPUT_PATH
minLinesHow many non-blank lines it must have before it counts as written.3GUARDRAIL_INPUT_MINLINES
contactWhether the policy must name a way to make contact, an email address or a URL.trueGUARDRAIL_INPUT_CONTACT

How to fix

Add a SECURITY.md at the repository root, or under .github/, saying where to report a vulnerability and how quickly a reporter can expect an answer:

markdown
# Security

Report a vulnerability to security@acme.com. We acknowledge within two working days.

GitHub links this file from the repository's Security tab and from the advisory form. Without it a researcher who finds something has nowhere to send it but a public issue, which is disclosure rather than a report.

More in docs

  • docs/agent-instructions. The repository carries an agent instruction file, and it is long enough to say something and short enough to be read.
  • docs/changelog. The repository carries a changelog, so what changed between two releases is written down rather than reconstructed from commits.
  • docs/code-of-conduct. The repository carries a CODE_OF_CONDUCT.md, so the standard contributors are held to is written down and so is who enforces it.
  • docs/contributing. The repository carries a CONTRIBUTING.md saying how a change is proposed, built and reviewed.
  • docs/license-present. The repository carries a licence file, so what may be done with the code is written down rather than assumed.
  • docs/readme. The repository has a README, and it says more than its title.

All 7 docs guardrails

Buildnote Limited
Registered in England and Wales, Reg: 16140412