| Package | Description |
|---|---|
| us.springett.owasp.riskrating.factors |
| Modifier and Type | Class and Description |
|---|---|
static class |
BusinessImpactFactor.FinancialDamage
How much financial damage will result from an exploit?
|
static class |
BusinessImpactFactor.NonCompliance
How much exposure does non-compliance introduce?
|
static class |
BusinessImpactFactor.PrivacyViolation
How much personally identifiable information could be disclosed?
|
static class |
BusinessImpactFactor.ReputationDamage
Would an exploit result in reputation damage that would harm the business?
|
static class |
TechnicalImpactFactor.LossOfAccountability
Are the threat agents' actions traceable to an individual?
|
static class |
TechnicalImpactFactor.LossOfAvailability
How much service could be lost and how vital is it?
|
static class |
TechnicalImpactFactor.LossOfConfidentiality
How much data could be disclosed and how sensitive is it?
|
static class |
TechnicalImpactFactor.LossOfIntegrity
How much data could be corrupted and how damaged is it?
|
static class |
ThreatAgentFactor.Motive
How motivated is this group of threat agents to find and exploit this vulnerability?
|
static class |
ThreatAgentFactor.Opportunity
What resources and opportunities are required for this group of threat agents to find and exploit this vulnerability?
|
static class |
ThreatAgentFactor.Size
How large is this group of threat agents?
|
static class |
ThreatAgentFactor.SkillLevel
How technically skilled is this group of threat agents?
|
static class |
VulnerabilityFactor.Awareness
How well known is this vulnerability to this group of threat agents?
|
static class |
VulnerabilityFactor.EaseOfDiscovery
How easy is it for this group of threat agents to discover this vulnerability?
|
static class |
VulnerabilityFactor.EaseOfExploit
How easy is it for this group of threat agents to actually exploit this vulnerability?
|
static class |
VulnerabilityFactor.IntrusionDetection
How likely is an exploit to be detected?
|
Copyright © 2019–2022. All rights reserved.