Skip to content
Snippets Groups Projects
Commit 44fbd5a3 authored by Shavers, Nicholas H's avatar Shavers, Nicholas H
Browse files

Ignoring vulnerability 71199 as _eventloop.get_asynclib is not used directly...

Ignoring vulnerability 71199 as _eventloop.get_asynclib is not used directly or indirectly by FastAPI, HTTPX, or Watchfiles.
parent 988e3842
No related branches found
No related tags found
1 merge request!331Updated poetry.lock
...@@ -83,7 +83,8 @@ copy-instrument = "geomagio.processing.copy_instrument:main" ...@@ -83,7 +83,8 @@ copy-instrument = "geomagio.processing.copy_instrument:main"
[tool.poe.tasks] [tool.poe.tasks]
# e.g. "poetry run poe lint" # e.g. "poetry run poe lint"
audit = [ audit = [
{ shell = "safety check --ignore 51668 --ignore 67599"} # Ignore 71199 as _eventloop.get_asynclib is not used directly or indirectly by FastAPI, HTTPX, or Watchfiles.
{ shell = "safety check --ignore 51668 --ignore 67599 --ignore 71199"}
] ]
lint = [ lint = [
{ shell = "black --check ." }, { shell = "black --check ." },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment