We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01a14b commit 2d1e8e1Copy full SHA for 2d1e8e1
compass.api/src/compass/api/app.py
@@ -107,7 +107,7 @@
107
from compass.core.logger import enable_debug_logging
108
109
enable_debug_logging()
110
- uvicorn.run("app:app", host="0.0.0.0", port=8002)
+ uvicorn.run("app:app", host="0.0.0.0", port=8002) # nosec (B104; don't care as explicitly for local testing)
111
print()
112
113
0 commit comments