pyfair icon indicating copy to clipboard operation
pyfair copied to clipboard

Factor Analysis of Information Risk (FAIR) model written in Python.

Results 29 pyfair issues
Sort by recently updated
recently updated
newest added

Similar to the validation checks in place for `'Probability of Action', 'Vulnerability', 'Control Strength', 'Threat Capability'`, there probably should be a check in place for `Secondary Loss Event Frequency` as...

bug

A brief LaTeX walkthrough would be beneficial

enhancement

Determine whether it is more appropriate to: a) run routines to fix the model and continue b) put it in a conspicuous and permanent error state so people know not...

bug

In the original code losses were multiplied (instead of being added) and frequencies were added (instead of being multiplied). Now the code works as expected: ```python model1 = pyfair.FairModel(name="Insider Threat",...

The secondary losses computed through ```input_multi_data``` are wrong. Here are some examples: ```python model1 = pyfair.FairModel(name="Insider Threat", n_simulations=10) model1.input_multi_data('Secondary Loss', { 'Reputational': { 'Secondary Loss Event Frequency': {'constant': 1}, 'Secondary...

bug

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...