Skip to content

allow additional ranges of ips

2443a9f
Select commit
Loading
Failed to load commit list.
Open

allow additional ranges of ips #1

allow additional ranges of ips
2443a9f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 30, 2025 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 33 in oryx/dbal/testhelpers.go

See this annotation in the file changed.

Code scanning / CodeQL

Writable file handle closed without error handling Warning test

File handle may be writable as a result of data flow from a
call to OpenFile
and closing it may result in data loss upon failure, which is not handled explicitly.