Skip to content

Fix permissions

Codacy Production / Codacy Static Code Analysis required action Jan 6, 2025 in 0s

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

Annotations

Check warning on line 1708 in aqt/installer.py

See this annotation in the file changed.

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

aqt/installer.py#L1708

These permissions `0o700` are widely permissive and grant access to more people than may be necessary.

Check failure on line 1729 in aqt/installer.py

See this annotation in the file changed.

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

aqt/installer.py#L1729

Detected subprocess function 'check_call' without a static string.

Check warning on line 1731 in aqt/installer.py

See this annotation in the file changed.

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

aqt/installer.py#L1731

subprocess call - check for execution of untrusted input.