Skip to content

enable bandit security - #1626

Merged
hitnik merged 21 commits into
devfrom
ci/python-security
Aug 14, 2026
Merged

enable bandit security#1626
hitnik merged 21 commits into
devfrom
ci/python-security

Conversation

@hitnik

@hitnik hitnik commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
sock.bind(("0.0.0.0", MODBUS_PORT))
sock.bind(("0.0.0.0", MODBUS_PORT)) # nosec B104
@hitnik
hitnik requested a review from sofyakurilova August 13, 2026 09:58
@hitnik
hitnik merged commit ff45b2b into dev Aug 14, 2026
25 checks passed
@hitnik
hitnik deleted the ci/python-security branch August 14, 2026 08:35
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.

3 participants