Skip to content

(feat): publish roll flash. - #202

Merged
PanAndy merged 1 commit into
mainfrom
sync/sync_roll_flash
Oct 29, 2025
Merged

(feat): publish roll flash.#202
PanAndy merged 1 commit into
mainfrom
sync/sync_roll_flash

Conversation

@PanAndy

@PanAndy PanAndy commented Oct 29, 2025

Copy link
Copy Markdown
Collaborator

(feat): publish roll flash.


def collect_free_port():
with socket.socket() as sock:
sock.bind(("", 0))

Check warning

Code scanning / CodeQL

Binding a socket to all network interfaces Medium

'' binds a socket to all interfaces.

Copilot Autofix

AI 10 months 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.

@PanAndy
PanAndy merged commit cec5234 into main Oct 29, 2025
6 checks passed
@PanAndy
PanAndy deleted the sync/sync_roll_flash branch October 31, 2025 06:10
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