MatthewNobes / risk-matrix-generator

This project was created primarily to generate a binary risk matrix, however, in the future more risk management tools may be added to it. In its current state, it plays host to a binary risk matrix.
https://matthewnobes.github.io/risk-matrix-generator/
MIT License
1 stars 0 forks source link

Logic check #1

Closed MatthewNobes closed 2 years ago

MatthewNobes commented 2 years ago

Check the logic, there are a few circumstances where the logic doesn't work resulting in an incorrect result.

MatthewNobes commented 2 years ago

New test scripts could be written to check for these flaws

MatthewNobes commented 2 years ago

Use this to build test https://binary.protect.io/app/index.html

MatthewNobes commented 2 years ago
Screenshot 2022-05-02 at 15 51 01

Flawed logic example

MatthewNobes commented 2 years ago

Bug was found to be linked to broken value assigning. All fixed.