Skip to content

Commit db4dcde

Browse files
committed
Disable bandit check (DEV-2235)
1 parent 3b41d43 commit db4dcde

File tree

1 file changed

+1
-1
lines changed
  • label_studio/core/utils

1 file changed

+1
-1
lines changed

label_studio/core/utils/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def url_is_local(url):
177177
raise LabelStudioAPIException(f"Can't resolve hostname {domain}")
178178
else:
179179
if ip in (
180-
'0.0.0.0',
180+
'0.0.0.0', # nosec
181181
):
182182
return True
183183
local_subnets = [

0 commit comments

Comments
 (0)