Class: RepoAnalyzer::BrakemanExtractor

Inherits:
ProjectInfoExtractor show all
Defined in:
app/extractors/repo_analyzer/brakeman_extractor.rb

Constant Summary collapse

CONFIDENCE =
{
  0 => "High",
  1 => "Medium",
  2 => "Weak"
}

Method Summary

Methods inherited from ProjectInfoExtractor

#extract, #initialize

Constructor Details

This class inherits a constructor from RepoAnalyzer::ProjectInfoExtractor