Skip to content

chore: harden repository security - #11

Merged
cmilesio merged 11 commits into
mainfrom
chore/security-hardening
Sep 5, 2026
Merged

chore: harden repository security#11
cmilesio merged 11 commits into
mainfrom
chore/security-hardening

Conversation

@cmilesio

@cmilesio cmilesio commented Sep 4, 2026

Copy link
Copy Markdown
Member

What

Cover all three Execx modules with reproducible source and dependency security checks.

Control Scope
Organization-managed CodeQL All Go source
govulncheck All three module graphs
Gitleaks Full repository history
CycloneDX Three canonical JSON library SBOMs with test dependencies
Dependabot Every Go module and GitHub Actions
Dependency graph Root and examples select golang.org/x/sys 0.44

The examples continue resolving the root locally through equivalent ./.. syntax, preventing ambiguous SBOM components. The minimum Go version remains 1.25. There is no command execution API, process behavior, configuration, or persisted-data change.

Why

Execx sits on a process-execution boundary. This PR does not expand that boundary; it removes the current system-call dependency advisory and makes future changes easier to audit with complete source, dependency, history, and inventory evidence.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@cmilesio
cmilesio merged commit 0bba330 into main Sep 5, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants