Skip to content

in progress extractFiles

91a5962
Select commit
Loading
Failed to load commit list.
Draft

Readability extract files #163

in progress extractFiles
91a5962
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Feb 11, 2025 in 0s

15 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 540 in zstash/extract.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/extract.py#L540

Detected MD5 hash algorithm which is considered insecure.

Check failure on line 540 in zstash/extract.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/extract.py#L540

Use of weak MD5 hash for security. Consider usedforsecurity=False

Check failure on line 27 in zstash/hpss.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/hpss.py#L27

Detected subprocess function 'check_output' without a static string.

Check failure on line 27 in zstash/hpss.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/hpss.py#L27

Python possesses many mechanisms to invoke an external executable.

Check warning on line 27 in zstash/hpss.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/hpss.py#L27

subprocess call - check for execution of untrusted input.

Check failure on line 38 in zstash/hpss.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/hpss.py#L38

Detected subprocess function 'check_output' without a static string.

Check failure on line 38 in zstash/hpss.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/hpss.py#L38

Python possesses many mechanisms to invoke an external executable.

Check warning on line 38 in zstash/hpss.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/hpss.py#L38

subprocess call - check for execution of untrusted input.

Check failure on line 39 in zstash/hpss.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/hpss.py#L39

Detected subprocess function 'check_output' without a static string.

Check failure on line 39 in zstash/hpss.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/hpss.py#L39

Python possesses many mechanisms to invoke an external executable.

Check warning on line 39 in zstash/hpss.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/hpss.py#L39

subprocess call - check for execution of untrusted input.

Check warning on line 132 in zstash/hpss_utils.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/hpss_utils.py#L132

Detected MD5 hash algorithm which is considered insecure.

Check failure on line 132 in zstash/hpss_utils.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/hpss_utils.py#L132

Use of weak MD5 hash for security. Consider usedforsecurity=False

Check failure on line 39 in zstash/utils.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/utils.py#L39

Detected subprocess function 'Popen' without a static string.

Check warning on line 39 in zstash/utils.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

zstash/utils.py#L39

subprocess call - check for execution of untrusted input.