Skip to content

Update Dockerfile, use no install recommends and replace cd with work…

Codacy Production / Codacy Static Code Analysis required action Mar 9, 2024 in 0s

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

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 11
- Added 6
           

Complexity increasing per file
==============================
- utils/update.py  1
- unit_test.py  2
         

Clones added
============
- unit_test.py  2
         

See the complete overview on Codacy

Annotations

Check warning on line 27 in Dockerfile

See this annotation in the file changed.

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

Dockerfile#L27

Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`

Check warning on line 35 in Dockerfile

See this annotation in the file changed.

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

Dockerfile#L35

Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>`

Check warning on line 607 in unit_test.py

See this annotation in the file changed.

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

unit_test.py#L607

String statement has no effect

Check warning on line 82 in utils/update.py

See this annotation in the file changed.

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

utils/update.py#L82

Python possesses many mechanisms to invoke an external executable.

Check warning on line 82 in utils/update.py

See this annotation in the file changed.

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

utils/update.py#L82

subprocess call - check for execution of untrusted input.

Check warning on line 659 in utils/wifi_db_aircrack.py

See this annotation in the file changed.

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

utils/wifi_db_aircrack.py#L659

subprocess call - check for execution of untrusted input.