Skip to content

Fix three code bugs#1

Draft
SpoddyCoder wants to merge 1 commit intomainfrom
cursor/fix-three-code-bugs-8cc7
Draft

Fix three code bugs#1
SpoddyCoder wants to merge 1 commit intomainfrom
cursor/fix-three-code-bugs-8cc7

Conversation

@SpoddyCoder
Copy link
Owner

Fix command injection, race condition, and unquoted variable bugs in Kubernetes helper scripts.

This PR addresses:

  • A command injection vulnerability in find-pod-and by quoting grep search terms.
  • A race condition in launch-dashboard by implementing a file-based lock for kubectl proxy startup.
  • General unquoted variable issues in find-pod-and to improve reliability with special characters.

Open in Cursor Open in Web

Learn more about Cursor Agents

…proxy

Co-authored-by: paul.fernihough <paul.fernihough@gmail.com>
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