Skip to content

Conversation

@NormB
Copy link
Owner

@NormB NormB commented Dec 13, 2025

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.

2 participants