Open aramhovsepyan opened 5 months ago
there is already a blogpost on N/A https://owaspsamm.org/blog/2023/02/28/the-not-applicable-question/ This also includes the target / percentage to complete ...
Basic Formula:
(a) Progress to date = (Current Score - Baseline Score) / (Target Score - Baseline Score), if Target Score <> Baseline Score
(b) Progress to date = 1.0 (100%), if Target Score == Baseline Score
Value of "Progress to date" is in the range 0.0 - 1.0 (0 - 100%)
Here is the formula I have in mind:
GapQ = Target Score - Current Score (if GapQ < 0, GapQ = 0) (per activity). GapSum = SUM(GapQ) TargetSum = SUM(TargetScore) PercentageToTarget = 1-GapSum/TargetSum;
Create guidance on reporting the scoring to the management / executive board. Blogpost should focus on the whole N/A and how to report scores towards the executive board.
Impact is high on this issue as many users are still struggling to figure out the "Not applicable" issue. Urgency: high.