6 new issues (0 max.) of at least minor severity.
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
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
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
codacy-production / Codacy Static Code Analysis
unit_test.py#L607
String statement has no effect
Check warning on line 82 in utils/update.py
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
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
codacy-production / Codacy Static Code Analysis
utils/wifi_db_aircrack.py#L659
subprocess call - check for execution of untrusted input.