Skip to content

Conversation

@Lutie
Copy link

@Lutie Lutie commented Feb 23, 2021

No description provided.

@Lutie Lutie self-assigned this Feb 23, 2021
@Lutie Lutie added the enhancement New feature or request label Feb 23, 2021
@Lutie Lutie changed the title WIP feat(metrics): update models with temporal and environmental models feat(metrics): update models with temporal and environmental models Feb 23, 2021
@Lutie Lutie changed the title feat(metrics): update models with temporal and environmental models feat(metrics): add of temporal and environmental score handling Feb 23, 2021
// If ModifiedScope is Unchanged 6.42 × MISS
// If ModifiedScope is Changed 7.52 × (MISS - 0.029) - 3.25 × (MISS × 0.9731 - 0.02)13
// ModifiedExploitability = 8.22 × ModifiedAttackVector × ModifiedAttackComplexity × ModifiedPrivilegesRequired × ModifiedUserInteraction
// Note : Math.pow is 15 in 3.0 but 13 int 3.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is a typo error with int at the end of the sentence.

Comment on lines +12 to +13
TemporalMetric,
temporalMetrics,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe think of another name for temporalMetrics it might be difficult to differentiate the two variables in the code with just a plural and case difference.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

environmentalMetricMap would match better i suppose:

  EnvironmentalMetric,
  environmentalMetricMap,
  EnvironmentalMetricValue,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants