Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.51 KB

File metadata and controls

62 lines (41 loc) · 1.51 KB
name security
description Review image supply-chain, signing, COPR, and secure-boot changes.
metadata
source-of-truth
SECURITY.md
build_files/shared/copr-helpers.sh
.github/workflows/

Security

Use when

  • Adding or reviewing a package source.
  • Changing signing, verification, secure boot, or release trust behavior.

Procedure

  1. Read SECURITY.md and the affected source.
  2. Prefer first-party or distribution repositories.
  3. Treat new third-party repositories as exceptional.
  4. Preserve explicit verification and isolation steps.
  5. Run the focused check plus the default repository gate.
just check
pre-commit run --all-files

For container signatures, use the repository's existing verification recipe; do not invent a replacement key or trust path.

References

When to Use

Use for Supply-chain, signing, package-source, or secure-boot review.

When NOT to Use

Do not use for Routine package or build work without a trust-boundary change.

Core Process

Read the policy and source, preserve isolation and verification, run focused checks.

Common Rationalizations

  • "A shortcut is harmless." Follow the source-of-truth and verification rules instead.

Red Flags

  • Disabling verification or treating isolation as optional cleanup.

Verification

  • The selected source and focused command were checked.
  • The repository default gate passes.