Claude/audit script analysis Stage IV - #4
Merged
Conversation
- Validate DNS server as IPv4 format, fallback to 1.0.0.1 if invalid - Validate VNC port as numeric in range 1-65535 - Escape dots in GREP_PATTERN regex: . → \. (6 occurrences) https://claude.ai/code/session_01GUjwhhcF9R4o72g3wx98ey
- Check qemu-system-x86_64 is installed before run_qemu - Verify OVMF firmware exists when UEFI mode is requested - Error out when no suitable disks are found - Validate IP/CIDR format in get_network_info https://claude.ai/code/session_01GUjwhhcF9R4o72g3wx98ey
- Check apt install exit code, abort on failure - Use return 1 instead of exit 1 in git clone failures - Download ISO to temp file, rename only after checksum passes - Accept iso_path parameter in verify_iso_checksum https://claude.ai/code/session_01GUjwhhcF9R4o72g3wx98ey
- Add shfmt job: checks shell formatting with 4-space indent - Add actionlint job: lints GitHub Actions workflow files - Apply shfmt -i 4 -ci formatting to ProxRescue.sh (trailing whitespace, case pattern spacing, comment alignment) https://claude.ai/code/session_01GUjwhhcF9R4o72g3wx98ey
Add markdownlint-cli2-action to lint workflow to enforce consistent Markdown formatting in README.md and other .md files. Includes config to disable line-length rule (MD013). https://claude.ai/code/session_01GUjwhhcF9R4o72g3wx98ey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.