Description
Is your feature request related to a problem? Please describe.
Following on from the recent work on CVSSv4 integration it would be great to introduce another calculator into the mix. I have often looked at CWSS as a way of helping people get their heads round issues that aren't direct vulnerabilities but are instead related to defence in depth. My experience of CVSS is that you either leave it out or you shoe-horn it in and neither really cuts it. CWSS, whilst a little old, potentially offers a more repeatable and objective method for quantifying these circumstance.
Describe the solution you'd like
It would be great if we could add a new tab to the new CVSS calculator for CWSSv1. In a previous PR I raised this and it was suggested that to make this happen the biggest piece of work would be the creation of a CWSS JavaScript calculator. I had a look around and there appears to be only one of these online at the moment and it isn't marked as free to use. I have then spent time writing a new JavaScript calculator which I believe works correctly etc. (Please see attached).
CWSScalc.html.txt
(In "txt" format for upload to GitHub without potential for execution)