added experimental flag to force users to enable this and by doing so understand that these may not be as production ready as the Java analyzer (see issue #498)

This commit is contained in:
Jeremy Long
2016-05-30 08:09:14 -04:00
parent 0394d1a24f
commit d13bbd43f3
6 changed files with 6 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ import java.security.MessageDigest;
*
* @author colezlaw
*/
@Experimental
public class ComposerLockAnalyzer extends AbstractFileTypeAnalyzer {
/**

View File

@@ -50,6 +50,7 @@ import org.owasp.dependencycheck.utils.UrlStringUtils;
*
* @author Dale Visser
*/
@Experimental
public class PythonDistributionAnalyzer extends AbstractFileTypeAnalyzer {
/**

View File

@@ -44,6 +44,7 @@ import java.util.regex.Pattern;
*
* @author Dale Visser
*/
@Experimental
public class PythonPackageAnalyzer extends AbstractFileTypeAnalyzer {
/**

View File

@@ -47,6 +47,7 @@ import org.owasp.dependencycheck.data.nvdcve.DatabaseException;
*
* @author Dale Visser
*/
@Experimental
public class RubyBundleAuditAnalyzer extends AbstractFileTypeAnalyzer {
private static final Logger LOGGER = LoggerFactory.getLogger(RubyBundleAuditAnalyzer.class);

View File

@@ -45,6 +45,7 @@ import org.owasp.dependencycheck.dependency.Dependency;
*
* @author Bianca Jiang (biancajiang@gmail.com)
*/
@Experimental
public class RubyBundlerAnalyzer extends RubyGemspecAnalyzer {
/**

View File

@@ -44,6 +44,7 @@ import org.slf4j.LoggerFactory;
*
* @author Dale Visser
*/
@Experimental
public class RubyGemspecAnalyzer extends AbstractFileTypeAnalyzer {
/**