Skip to content

Hardening/control plane security#62

Merged
evansims merged 2 commits intomainfrom
hardening/control-plane-security
Mar 23, 2026
Merged

Hardening/control plane security#62
evansims merged 2 commits intomainfrom
hardening/control-plane-security

Conversation

@evansims
Copy link
Member

Pull Request

Summary

Related Issues

Changes

Testing

  • Unit tests added/updated
  • Integration tests added/updated
  • Manual testing performed

Checklist

  • Tests pass locally (cargo test)
  • Code quality checks pass (cargo clippy)
  • Documentation updated (if applicable)
  • No breaking changes (or clearly documented)

@evansims evansims merged commit 9897d89 into main Mar 23, 2026
7 of 9 checks passed
@evansims evansims deleted the hardening/control-plane-security branch March 23, 2026 04:39
@github-actions github-actions bot added area/api REST/gRPC API area/config Configuration area/deps Dependencies area/testing Testing area/auth labels Mar 23, 2026
@github-actions
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

.field("email_host", &self.email_host)
.field("email_port", &self.email_port)
.field("email_username", &self.email_username)
.field("email_password", &self.email_password.as_ref().map(|_| "[REDACTED]"))

Check failure

Code scanning / CodeQL

Cleartext logging of sensitive information High

This operation writes
... .as_ref()
to a log file.

Copilot Autofix

AI 4 days ago

Copilot could not generate an autofix suggestion

Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/api REST/gRPC API area/auth area/config Configuration area/deps Dependencies area/testing Testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant