Skip to content

fix: resolve code scanning alerts#67

Merged
NormB merged 1 commit into
mainfrom
fix/code-scanning-alerts
Dec 13, 2025
Merged

fix: resolve code scanning alerts#67
NormB merged 1 commit into
mainfrom
fix/code-scanning-alerts

Conversation

@NormB

@NormB NormB commented Dec 13, 2025

Copy link
Copy Markdown
Owner

Summary

Resolves 3 GitHub code scanning alerts:

Changes

  • scripts/devstack/utils.py: Replace print() with sys.stderr.write() for module-level error messages
  • scripts/devstack/vault.py: Remove unused from pathlib import Path import

Test plan

  • Python syntax is valid
  • Module imports work correctly
  • CI checks pass

- Replace print() with sys.stderr.write() at module level in utils.py
- Remove unused Path import from vault.py

Resolves GitHub code scanning alerts #5, #6, #7
@NormB NormB merged commit e82e765 into main Dec 13, 2025
30 checks passed
@NormB NormB deleted the fix/code-scanning-alerts branch December 13, 2025 14:26
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.

1 participant