Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guidance on score reporting #236

Open
aramhovsepyan opened this issue May 21, 2024 · 3 comments
Open

Guidance on score reporting #236

aramhovsepyan opened this issue May 21, 2024 · 3 comments
Assignees

Comments

@aramhovsepyan
Copy link
Collaborator

aramhovsepyan commented May 21, 2024

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.

@aramhovsepyan aramhovsepyan converted this from a draft issue May 21, 2024
@aramhovsepyan aramhovsepyan self-assigned this May 21, 2024
@aramhovsepyan aramhovsepyan moved this from Todo to In Progress in SAMM May 21, 2024
@aramhovsepyan aramhovsepyan moved this from In Progress to Todo in SAMM May 25, 2024
@maximbaele maximbaele self-assigned this Nov 5, 2024
@SebaDele
Copy link
Contributor

SebaDele commented Nov 5, 2024

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 ...

@johndileo
Copy link

johndileo commented Nov 5, 2024

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%)

@aramhovsepyan
Copy link
Collaborator Author

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

5 participants