Skip to content

wait for port

Codacy Production / Codacy Static Code Analysis required action Dec 2, 2024 in 0s

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

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

Issues
======
- Added 11
           

Complexity increasing per file
==============================
- utils/benchmark_rocks_config/main.py  3
         

Clones added
============
- utils/benchmark_rocks_config/configs/config_05.rs  5
- utils/benchmark_rocks_config/configs/config_10.rs  4
- utils/benchmark_rocks_config/configs/config_12.rs  3
- utils/benchmark_rocks_config/configs/config_04.rs  4
- utils/benchmark_rocks_config/configs/config_11.rs  8
- utils/benchmark_rocks_config/configs/config_01.rs  3
- utils/benchmark_rocks_config/configs/config_03.rs  2
- utils/benchmark_rocks_config/configs/config_08.rs  1
- utils/benchmark_rocks_config/configs/config_02.rs  5
- utils/benchmark_rocks_config/configs/config_07.rs  6
- utils/benchmark_rocks_config/configs/config_06.rs  2
- utils/benchmark_rocks_config/configs/config_09.rs  2
- src/eth/storage/permanent/rocks/rocks_state.rs  1
- src/eth/storage/permanent/rocks/rocks_config.rs  23
- src/bin/rocks_migration.rs  3
         

See the complete overview on Codacy

Annotations

Check warning on line 6 in utils/benchmark_rocks_config/main.py

See this annotation in the file changed.

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

utils/benchmark_rocks_config/main.py#L6

Consider possible security implications associated with the subprocess module.

Check warning on line 23 in utils/benchmark_rocks_config/main.py

See this annotation in the file changed.

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

utils/benchmark_rocks_config/main.py#L23

Starting a process with a partial executable path

Check warning on line 23 in utils/benchmark_rocks_config/main.py

See this annotation in the file changed.

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

utils/benchmark_rocks_config/main.py#L23

subprocess call - check for execution of untrusted input.

Check warning on line 32 in utils/benchmark_rocks_config/main.py

See this annotation in the file changed.

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

utils/benchmark_rocks_config/main.py#L32

Starting a process with a partial executable path

Check warning on line 32 in utils/benchmark_rocks_config/main.py

See this annotation in the file changed.

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

utils/benchmark_rocks_config/main.py#L32

subprocess call - check for execution of untrusted input.

Check warning on line 42 in utils/benchmark_rocks_config/main.py

See this annotation in the file changed.

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

utils/benchmark_rocks_config/main.py#L42

Starting a process with a partial executable path

Check warning on line 42 in utils/benchmark_rocks_config/main.py

See this annotation in the file changed.

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

utils/benchmark_rocks_config/main.py#L42

subprocess call - check for execution of untrusted input.

Check failure on line 46 in utils/benchmark_rocks_config/main.py

See this annotation in the file changed.

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

utils/benchmark_rocks_config/main.py#L46

time.sleep() call; did you mean to leave this in?

Check warning on line 64 in utils/benchmark_rocks_config/main.py

See this annotation in the file changed.

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

utils/benchmark_rocks_config/main.py#L64

Requests call without timeout

Check warning on line 75 in utils/benchmark_rocks_config/main.py

See this annotation in the file changed.

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

utils/benchmark_rocks_config/main.py#L75

Requests call without timeout

Check failure on line 83 in utils/benchmark_rocks_config/main.py

See this annotation in the file changed.

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

utils/benchmark_rocks_config/main.py#L83

time.sleep() call; did you mean to leave this in?