MCPcopy Create free account

hub / github.com/dependency-check/DependencyCheck / functions

Functions3,473 in github.com/dependency-check/DependencyCheck

MethodhasKnownExploitedVulnerability
Returns true if the dependency has a known exploited vulnerability. @return true if the dependency has a known exploited vulnerability; otherwise fal
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:460
MethodhasNext
()
core/src/main/java/org/owasp/dependencycheck/utils/Filter.java:60
MethodhasNext
()
core/src/main/java/org/owasp/dependencycheck/data/update/nvd/api/CveApiJson20CveItemSource.java:83
MethodhasNext
()
core/src/main/java/org/owasp/dependencycheck/data/update/nvd/api/JsonArrayCveItemSource.java:88
MethodhasNotes
Returns whether this suppression rule has notes entries. @return whether this suppression rule has notes entries
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:408
MethodhashCode
Generates the hash code using the hash codes from the contained objects. @return the hash code of the Pair
core/src/main/java/org/owasp/dependencycheck/utils/Pair.java:103
MethodhashCode
Standard hashCode() implementation. @return the hashCode
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:1242
MethodhashCode
()
core/src/main/java/org/owasp/dependencycheck/data/composer/ComposerDependency.java:104
MethodhashCode
{@inheritDoc}
core/src/main/java/org/owasp/dependencycheck/data/lucene/AlphaNumericFilter.java:119
MethodhashCode
{@inheritDoc}
core/src/main/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java:123
MethodhashCode
()
core/src/main/java/org/owasp/dependencycheck/data/cpe/IndexEntry.java:159
MethodhashCode
Standard implementation of hashCode. @return the hashCode of the object
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DriverShim.java:176
MethodhashCode
()
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ItemImpl.java:125
MethodhashCode
()
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackage.java:166
MethodhashCode
{@inheritDoc}
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackageReference.java:97
MethodhashCode
()
core/src/main/java/org/owasp/dependencycheck/xml/pom/Developer.java:148
MethodhashCode
Generated hashCode implementation. @return the hash code
core/src/main/java/org/owasp/dependencycheck/xml/pom/License.java:106
MethodhashCode
()
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:889
MethodhashCode
Default implementation of hashCode. @return the hash code
core/src/main/java/org/owasp/dependencycheck/xml/suppression/PropertyType.java:140
MethodhashCode
()
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:457
MethodhashCode
()
core/src/main/java/org/owasp/dependencycheck/dependency/Reference.java:147
MethodhashCode
()
core/src/main/java/org/owasp/dependencycheck/dependency/EvidenceCollection.java:389
MethodhashCode
()
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java:154
MethodhashCode
()
core/src/main/java/org/owasp/dependencycheck/dependency/IncludedByReference.java:84
MethodhashCode
Generates the HashCode. @return the HashCode
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:984
MethodhashCode
()
core/src/main/java/org/owasp/dependencycheck/dependency/naming/PurlIdentifier.java:233
MethodhashCode
Basic implementation of hasCode. @return the hash code
core/src/main/java/org/owasp/dependencycheck/dependency/naming/GenericIdentifier.java:166
MethodhashCode
()
core/src/main/java/org/owasp/dependencycheck/dependency/naming/CpeIdentifier.java:167
MethodidentifierToSuppressionId
Converts an identifier into the Suppression string when possible. @param id the Identifier to format @return the formatted suppression string when po
core/src/main/java/org/owasp/dependencycheck/reporting/ReportTool.java:56
MethodidentifierToWebJarForComparison
Attempts to convert a given JavaScript identifier to a web jar CPE. @param id a JavaScript CPE @return a Maven CPE for a web jar if conversion is pos
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java:481
Methodidf
<p> Override the default IDF implementation so that frequency within all document is ignored.</p> See <a href="http://www.lucenetutorial.com/advanced
core/src/main/java/org/owasp/dependencycheck/data/lucene/DependencySimilarity.java:40
MethodincrementToken
Increments the underlying TokenStream and sets CharTermAttributes to construct an expanded set of tokens by concatenating tokens with the previous tok
core/src/main/java/org/owasp/dependencycheck/data/lucene/UrlTokenizingFilter.java:62
MethodincrementToken
Increments the underlying TokenStream and sets CharTermAttributes to construct an expanded set of tokens by concatenating tokens with the previous tok
core/src/main/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java:74
Methodinitialize
The initialize method is called just after instantiation of the object. @param settings a reference to the configured settings
archetype/src/main/resources/archetype-resources/src/main/java/__analyzerName__.java:99
Methodinitialize
Initializes the analyzer with the configured settings. @param settings the configured settings to use
core/src/main/java/org/owasp/dependencycheck/analyzer/NexusAnalyzer.java:119
Methodinitialize
Initializes the analyzer with the configured settings. @param settings the configured settings to use
core/src/main/java/org/owasp/dependencycheck/analyzer/ArtifactoryAnalyzer.java:94
Methodinitialize
Initializes the analyzer with the configured settings. @param settings the configured settings to use
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java:86
MethodinsertSoftware
Adds a CPE to a vulnerability; if the CPE is not contained in the database it is first added. @param conn the database connection @param vulnerabilit
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/H2Functions.java:67
Methodinstance
Gets the singleton instance of the CpeMemoryIndex. @return the instance of the CpeMemoryIndex
core/src/main/java/org/owasp/dependencycheck/data/cpe/CpeMemoryIndex.java:63
Methodinstance
Gets the singleton instance of the NpmCpeMemoryIndex. @return the instance of the NpmCpeMemoryIndex
core/src/main/java/org/owasp/dependencycheck/data/cpe/NpmCpeMemoryIndex.java:55
MethodinvalidFileContent
()
core/src/test/java/org/owasp/dependencycheck/data/update/nvd/api/NvdApiProcessorTest.java:54
MethodinvalidSchemaDocProvider
()
utils/src/test/java/org/owasp/dependencycheck/utils/XmlUtilsTest.java:53
MethodisAutoUpdate
Get the value of autoUpdate. @return the value of autoUpdate
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:352
MethodisCentralAnalyzerEnabled
Get the value of centralAnalyzerEnabled. @return the value of centralAnalyzerEnabled
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:650
MethodisEnabled
Returns whether or not the analyzer is enabled. @return whether or not the analyzer is enabled
archetype/src/main/resources/archetype-resources/src/main/java/__analyzerName__.java:151
MethodisErrorEnabled
()
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntLoggerAdapter.java:382
MethodisExternalReport
Returns whether this is an external report. This method always returns true. @return <code>true</code>
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:2235
MethodisFailOnUnusedSuppressionRule
Get the value of failOnUnusedSuppressionRule. @return the value of failOnUnusedSuppressionRule
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:632
MethodisFatal
Get the value of fatal. @return the value of fatal
core/src/main/java/org/owasp/dependencycheck/exception/InitializationException.java:45
MethodisFolder
()
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ItemImpl.java:59
MethodisFolder
()
core/src/main/java/org/owasp/dependencycheck/data/artifactory/FileImpl.java:25
MethodisGenerateReport
Get the value of generateReport. @return the value of generateReport
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:388
MethodisGeneratingSite
Returns true if the Maven site is being generated. @return true if the Maven site is being generated
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:1300
MethodisInfoEnabled
()
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntLoggerAdapter.java:222
MethodisInvalidKeyErrorMessage
(String m)
core/src/main/java/org/owasp/dependencycheck/analyzer/PoetryAnalyzer.java:228
MethodisMultiModule
Test if the project has pom packaging @param mavenProject Project to test @return <code>true</code> if it has a pom packaging; otherwise <code>false<
maven/src/main/java/org/owasp/dependencycheck/maven/AggregateMojo.java:242
MethodisNexusAnalyzerEnabled
Get the value of nexusAnalyzerEnabled. @return the value of nexusAnalyzerEnabled
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:686
MethodisNexusUsesProxy
Get the value of nexusUsesProxy. @return the value of nexusUsesProxy
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:722
MethodisOpen
returns whether or not the index is open. @return whether or not the index is open
core/src/main/java/org/owasp/dependencycheck/data/cpe/AbstractMemoryIndex.java:151
MethodisOpen
Returns if the connection pool is open. @return if the connection pool is open
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseManager.java:562
MethodisRegex
package-private getter to allow testability of the parser without mocking. @return The regex property
core/src/main/java/org/owasp/dependencycheck/xml/hints/EvidenceMatcher.java:141
MethodisRejected
Determines if the CVE entry is rejected. @param description the CVE description @return <code>true</code> if the CVE was rejected; otherwise <code>fa
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveItemOperator.java:209
MethodisRetireJsFilterNonVulnerable
Returns whether or not the retireJS analyzer should exclude non-vulnerable JS from the report. @return <code>true</code> if non-vulnerable JS should
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:847
MethodisShowSummary
Get the value of showSummary. @return the value of showSummary
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:593
MethodisSmallSingleLine
(String value)
core/src/main/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzer.java:459
MethodisUpdateOnly
Get the value of updateOnly. @return the value of updateOnly
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:370
Methodjavascript
JavaScript encodes the provided text. @param text the text to encode @return the JavaScript encoded text
core/src/main/java/org/owasp/dependencycheck/reporting/EscapeTool.java:106
MethodjdbcCompliant
Returns whether or not the wrapped driver is jdbcCompliant. @return true if the wrapped driver is JDBC compliant; otherwise false @see java.sql.Drive
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DriverShim.java:166
Methodlookup
Looks up the given property. @param key the key to the property @return the value of the property specified by the key
core/src/main/java/org/owasp/dependencycheck/utils/InterpolationUtil.java:152
Methodlookup
(String cve)
core/src/main/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzer.java:474
Methodmain
Command line tool for querying the Lucene CPE Index. @param args not used
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:1293
Methodmain
The main method for the application. @param args the command line arguments
core/src/main/java/org/owasp/dependencycheck/data/cwe/App.java:51
Methodmain
The main method for the application. @param args the command line arguments
cli/src/main/java/org/owasp/dependencycheck/App.java:84
MethodmatchedBy
<p> Determines if the target VulnerableSoftware matches the VulnerableSoftware. This does not follow the CPE 2.3 Specification exactly as there are ca
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java:378
MethodmergeKnownExploited
Update or insert a known exploited vulnerability. @param conn the connection @param cveId the id @param vendorProject the vendor/project @param produ
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/H2Functions.java:462
MethodnewFilter
(@NonNull final TokenStream stream, List<String> terms)
core/src/test/java/org/owasp/dependencycheck/data/lucene/AlphaNumericFilterTest.java:46
MethodnewFilter
(@NonNull final TokenStream stream, List<String> terms)
core/src/test/java/org/owasp/dependencycheck/data/lucene/UrlTokenizingFilterTest.java:41
MethodnewFilter
(@NonNull final TokenStream stream, List<String> terms)
core/src/test/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilterTest.java:39
Methodnext
()
core/src/main/java/org/owasp/dependencycheck/utils/Filter.java:65
Methodnext
()
core/src/main/java/org/owasp/dependencycheck/data/update/nvd/api/CveApiJson20CveItemSource.java:88
Methodnext
()
core/src/main/java/org/owasp/dependencycheck/data/update/nvd/api/JsonArrayCveItemSource.java:93
Methodopen
Opens the data source. @param cve a reference to the NVD CVE database @throws IOException when the Lucene directory to be queried does not exist or i
core/src/main/java/org/owasp/dependencycheck/analyzer/NpmCPEAnalyzer.java:98
Methodopen
Creates and loads data into an in memory index. @param data the CPE data @param settings a reference to the dependency-check settings @throws IndexEx
core/src/main/java/org/owasp/dependencycheck/data/cpe/AbstractMemoryIndex.java:128
Methodopen
Opens the database connection pool.
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:300
MethodotherKnownIdentifiersCanBeUsedAsName
(String alternateIdentifierType)
core/src/test/java/org/owasp/dependencycheck/analyzer/RetireJsLibraryTest.java:186
Methodpasses
(Evidence evidence)
core/src/main/java/org/owasp/dependencycheck/dependency/EvidenceCollection.java:67
Methodpost
(URI url, String payloadType, String payload, String acceptType)
core/src/main/java/org/owasp/dependencycheck/data/ossindex/ODCConnectionTransport.java:71
MethodpreflightRequest
()
core/src/main/java/org/owasp/dependencycheck/data/nexus/NexusV2Search.java:156
MethodpreflightRequest
()
core/src/main/java/org/owasp/dependencycheck/data/nexus/NexusV3Search.java:271
MethodpreflightRequest
Performs a pre-flight request to ensure the Artifactory service is reachable. @return <code>true</code> if Artifactory could be reached; otherwise <c
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ArtifactorySearch.java:156
Methodprepare
The prepare method is called once just prior to repeated calls to analyze. @param engine a reference to the engine @throws InitializationException th
archetype/src/main/resources/archetype-resources/src/main/java/__analyzerName__.java:112
Methodprepare
Initialize the abstract analyzer. @param engine a reference to the dependency-check engine @throws InitializationException thrown if there is an exce
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java:99
MethodprepareAnalyzer
The prepare method does nothing for this Analyzer. @param engine a reference the dependency-check engine @throws InitializationException thrown if th
core/src/main/java/org/owasp/dependencycheck/analyzer/KnownExploitedVulnerabilityAnalyzer.java:95
MethodprepareAnalyzer
The prepare method loads the suppression XML file. @param engine a reference the dependency-check engine @throws InitializationException thrown if th
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzer.java:97
MethodprepareAnalyzer
Initializes the analyzer. @param engine a reference to the dependency-check engine @throws InitializationException thrown if there is an exception du
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractFileTypeAnalyzer.java:80
MethodprepareAnalyzer
The prepare method does nothing for this Analyzer. @param engine a reference the dependency-check engine @throws InitializationException thrown if th
core/src/main/java/org/owasp/dependencycheck/analyzer/HintAnalyzer.java:125
MethodprepareFileTypeAnalyzer
Initialize the analyzer. In this case, extract GrokAssembly.dll to a temporary location. @param engine a reference to the dependency-check engine @th
core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java:344
MethodprepareFileTypeAnalyzer
(Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/ElixirMixAuditAnalyzer.java:95
MethodprepareFileTypeAnalyzer
Initializes the file type analyzer. @param engine a reference to the dependency-check engine @throws InitializationException thrown if there is an ex
core/src/main/java/org/owasp/dependencycheck/analyzer/PipfilelockAnalyzer.java:214
MethodprepareFileTypeAnalyzer
(Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/DartAnalyzer.java:80
← previousnext →2,201–2,300 of 3,473, ranked by callers