unclesp1d3r/CipherSwarm

View on GitHub

feat: Implement filter to restrict task assignment based on agent benchmark performance
#199

unclesp1d3r wants to merge add-performance-filter into main
Failed
1 issue to fix.

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
FileMaintainability
app/models/agent.rb
A
B
+40 mins