unclesp1d3r/CipherSwarm

View on GitHub
app/models/agent.rb

Summary

Maintainability
A
B
+40 mins
Test Coverage

Avoid too many return statements within this method.
New

        return tasks.create(attack: attack, start_date: Time.zone.now) if meets_performance_threshold?(attack.hash_mode)
Severity: Major
Found in app/models/agent.rb - About 30 mins to fix

Avoid too many return statements within this method.
Fixed

Severity: Major
Found in app/models/agent.rb - About 30 mins to fix

There are no issues that match your filters.

Category
Status