OWASP-Benchmark / BenchmarkUtils

OWASP Benchmark Project Utilities - Provides scorecard generation and crawling tools for Benchmark style test suites.
https://owasp.org/www-project-benchmark/
GNU General Public License v3.0
13 stars 48 forks source link

Move tool scorecard generation to separate class #76

Closed darkspirit510 closed 3 weeks ago

darkspirit510 commented 1 month ago

The (domain) tool class also contains report generation code. It should not be there, so I extracted it to separate class. I created two interfaces so I can create tests without doing black magic with mocks.