Class Ecosystem
java.lang.Object
org.owasp.dependencycheck.data.nvd.ecosystem.Ecosystem
Collection of the standard ecosystems for dependency-check.
- Author:
- Jeremy Long
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe rust ecosystem.static final StringThe Dart ecosystem.static final StringThe dotnet ecosystem.static final StringThe Elixir ecosystem.static final StringThe Golang ecosystem.static final StringThe iOS ecosystem.static final StringThe Java ecosystem.static final StringThe JavaScript ecosystem.static final StringThe native ecosystem.static final StringThe Node.JS ecosystem.static final StringThe Perl ecosystem.static final StringThe PHP ecosystem.static final StringThe Python ecosystem.static final StringThe Ruby ecosystem.static final StringThe rust ecosystem. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetLuceneMaxQueryLimitFor(String ecosystem) Returns the max query result size for the Lucene search for each ecosystem.
-
Field Details
-
RUBY
-
DOTNET
-
IOS
-
PHP
-
GOLANG
-
JAVA
-
NATIVE
-
PYTHON
-
JAVASCRIPT
-
NODEJS
-
RUST
-
COLDFUSION
-
PERL
-
ELIXIR
-
DART
-
-
Constructor Details
-
Ecosystem
Instantiates the ecosystem utility class.- Parameters:
settings- the ODC configuration
-
-
Method Details
-
getLuceneMaxQueryLimitFor
Returns the max query result size for the Lucene search for each ecosystem.- Parameters:
ecosystem- the ecosystem- Returns:
- the max query result size
-