7 new security issues (0 max.).
Annotations
Check failure on line 408 in hail/hail/src/is/hail/backend/api/Py4JBackendApi.scala
codacy-production / Codacy Static Code Analysis
hail/hail/src/is/hail/backend/api/Py4JBackendApi.scala#L408
Server-Side Request Forgery occur when a web server executes a request to a user supplied destination parameter that is not validated.
Check warning on line 13 in hail/python/benchmark/hail/benchmark_benchmark_analysis.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/benchmark_benchmark_analysis.py#L13
Use of insecure and deprecated function (mktemp).
Check warning on line 19 in hail/python/benchmark/hail/benchmark_benchmark_analysis.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/benchmark_benchmark_analysis.py#L19
Use of insecure and deprecated function (mktemp).
Check warning on line 272 in hail/python/benchmark/hail/conftest.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/conftest.py#L272
Bad indentation. Found 8 spaces, expected 4
Check warning on line 273 in hail/python/benchmark/hail/conftest.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/conftest.py#L273
Bad indentation. Found 8 spaces, expected 4
Check warning on line 274 in hail/python/benchmark/hail/conftest.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/conftest.py#L274
Bad indentation. Found 8 spaces, expected 4
Check warning on line 275 in hail/python/benchmark/hail/conftest.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/conftest.py#L275
Bad indentation. Found 8 spaces, expected 4
Check warning on line 276 in hail/python/benchmark/hail/conftest.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/conftest.py#L276
Bad indentation. Found 12 spaces, expected 8
Check warning on line 277 in hail/python/benchmark/hail/conftest.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/conftest.py#L277
Bad indentation. Found 8 spaces, expected 4
Check warning on line 278 in hail/python/benchmark/hail/conftest.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/conftest.py#L278
Bad indentation. Found 12 spaces, expected 8
Check failure on line 30 in hail/python/benchmark/hail/fixtures.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/fixtures.py#L30
Python possesses many mechanisms to invoke an external executable.
Check failure on line 30 in hail/python/benchmark/hail/fixtures.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/fixtures.py#L30
subprocess call - check for execution of untrusted input
Check warning on line 30 in hail/python/benchmark/hail/fixtures.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/fixtures.py#L30
subprocess call - check for execution of untrusted input.
Check warning on line 61 in hail/python/benchmark/hail/utils.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/utils.py#L61
Unused argument 'signum'
Check warning on line 83 in hail/python/benchmark/hail/utils.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/utils.py#L83
Probable insecure usage of temp file/directory.
Check warning on line 96 in hail/python/benchmark/hail/utils.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/hail/utils.py#L96
Consider explicitly re-raising using 'except __Timeout as exc' and 'raise TimeoutError(f'Timed out after {max_duration}s') from exc'
Check notice on line 51 in hail/python/benchmark/tools/impex.py
codacy-production / Codacy Static Code Analysis
hail/python/benchmark/tools/impex.py#L51
Unnecessary use of a comprehension, use list(__types.ttrial) instead.
Check notice on line 66 in hail/scripts/benchmark_in_batch.py
codacy-production / Codacy Static Code Analysis
hail/scripts/benchmark_in_batch.py#L66
Consider using a set comprehension