Class: RepoAnalyzer::BrakemanExtractor
- Inherits:
-
ProjectInfoExtractor
- Object
- ProjectInfoExtractor
- RepoAnalyzer::BrakemanExtractor
- 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
Constructor Details
This class inherits a constructor from RepoAnalyzer::ProjectInfoExtractor