add RubyBundlerAnalyzerTest

This commit is contained in:
bjiang
2016-05-06 17:45:40 -04:00
parent b0f4ab9ba5
commit 83f83d4eee
4 changed files with 383 additions and 1 deletions

View File

@@ -43,7 +43,12 @@ import org.owasp.dependencycheck.dependency.Dependency;
* @author Bianca Jiang (biancajiang@gmail.com)
*/
public class RubyBundlerAnalyzer extends RubyGemspecAnalyzer {
/**
* The name of the analyzer.
*/
private static final String ANALYZER_NAME = "Ruby Bundler Analyzer";
//Folder name that contains .gemspec files created by "bundle install"
private static final String SPECIFICATIONS = "specifications";