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

Make report html tags configurable #82

Closed darkspirit510 closed 1 week ago

darkspirit510 commented 1 week ago

I moved projectLinkEntry, precisionKeyEntry and fsCoreEntry (including default handling) to Configuration class. During that, I also handled the TODO about making them providable via config file.

Fun fact: With this PR, BenchmarkScore class is below 1k lines 🥳