MCPcopy Create free account

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

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

MethodcloseHandlesNullStreams
()
utils/src/test/java/org/owasp/dependencycheck/utils/AutoCloseableInputSourceTest.java:58
MethodcompareTo
Implementation of the comparable interface. @param o the Reference being compared @return an integer indicating the ordering of the two objects
core/src/main/java/org/owasp/dependencycheck/dependency/Reference.java:162
MethodcompareTo
(@NonNull IncludedByReference o)
core/src/main/java/org/owasp/dependencycheck/dependency/IncludedByReference.java:89
MethodcompareTo
(@NonNull Identifier o)
core/src/main/java/org/owasp/dependencycheck/dependency/naming/PurlIdentifier.java:214
MethodcompareTo
Implementation of the comparator interface. @param o the object being compared @return an integer indicating the ordering
core/src/main/java/org/owasp/dependencycheck/dependency/naming/GenericIdentifier.java:191
MethodcompareTo
(@NonNull Identifier o)
core/src/main/java/org/owasp/dependencycheck/dependency/naming/CpeIdentifier.java:192
MethodcompareTo_proper_sorting
Test of compareTo
core/src/test/java/org/owasp/dependencycheck/dependency/VulnerabilityTest.java:61
Methodconnect
Wraps the call to the underlying driver's connect method. @param url the URL of the database @param info a collection of string/value pairs @return a
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DriverShim.java:91
MethodconnectFailed
(URI uri, SocketAddress sa, IOException ioe)
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:159
MethodconnectFailed
(URI uri, SocketAddress sa, IOException ioe)
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:793
Methodconstructor
(type, namespace, name, version, qualifiers, subpath)
src/site/resources/js/package-url.js:24
MethodconvertToSarifRules
Creates a list of SARIF rules for the SARIF report. @param dependencies the list of dependencies to extract rules from @return the list of SARIF rule
core/src/main/java/org/owasp/dependencycheck/reporting/ReportTool.java:92
MethodcreateComponents
Creates a the TokenStreamComponents used to analyze the stream. @param fieldName the field that this lucene analyzer will process @return the token s
core/src/main/java/org/owasp/dependencycheck/data/lucene/SearchFieldAnalyzer.java:77
MethodcreateObjectUnderTest
()
core/src/test/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzerTest.java:65
MethodcveIdentifierShouldBePreferredWithReferencesFallback
()
core/src/test/java/org/owasp/dependencycheck/analyzer/RetireJsLibraryTest.java:140
MethodcveIdentifierShouldBePreferredWithReferencesIgnoredIfInNvd
()
core/src/test/java/org/owasp/dependencycheck/analyzer/RetireJsLibraryTest.java:155
MethodcveIdentifierShouldFallbackToRetireJsDetails
()
core/src/test/java/org/owasp/dependencycheck/analyzer/RetireJsLibraryTest.java:99
MethodcveIdentifierShouldPreferNvdData
()
core/src/test/java/org/owasp/dependencycheck/analyzer/RetireJsLibraryTest.java:110
MethodcveIdentifiersShouldAllowMultiple
()
core/src/test/java/org/owasp/dependencycheck/analyzer/RetireJsLibraryTest.java:121
MethoddeleteUnusedCpe
This method is only referenced in unused code. <p> Deletes unused dictionary entries from the database. </p>
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:1854
MethoddoesNotExistFile
()
core/src/test/java/org/owasp/dependencycheck/data/update/nvd/api/NvdApiProcessorTest.java:35
MethodendElement
Handles the end element event. @param uri the element's URI @param localName the local name @param qName the qualified name @throws SAXException thro
core/src/main/java/org/owasp/dependencycheck/xml/hints/HintHandler.java:303
MethodendElement
Handles the end element event. @param uri the URI of the element @param localName the local name of the element @param qName the qName of the element
core/src/main/java/org/owasp/dependencycheck/xml/assembly/GrokHandler.java:117
MethodendElement
Handles the end element event. @param uri the URI of the element @param localName the local name of the element @param qName the qName of the element
core/src/main/java/org/owasp/dependencycheck/xml/pom/PomHandler.java:161
MethodendElement
Handles the end element event. @param uri the URI of the element @param localName the local name of the element @param qName the qName of the element
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionHandler.java:197
MethodendVisit
{@inheritDoc}
maven/src/main/java/org/owasp/dependencycheck/maven/FilteringDependencyTransitiveNodeVisitor.java:74
MethodendVisit
(DependencyNode node)
maven/src/main/java/org/owasp/dependencycheck/maven/CollectingRootDependencyGraphVisitor.java:62
Methodenrich
(Dependency dependency)
core/src/test/java/org/owasp/dependencycheck/analyzer/OssIndexAnalyzerTest.java:301
Methodequals
(Object obj)
core/src/main/java/org/owasp/dependencycheck/data/composer/ComposerDependency.java:88
Methodequals
{@inheritDoc}
core/src/main/java/org/owasp/dependencycheck/data/lucene/AlphaNumericFilter.java:131
Methodequals
{@inheritDoc}
core/src/main/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java:136
Methodequals
(Object obj)
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackage.java:148
Methodequals
{@inheritDoc}
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackageReference.java:79
Methodequals
(Object obj)
core/src/main/java/org/owasp/dependencycheck/xml/pom/Developer.java:159
Methodequals
Suppression rules are considered equal if all properties except the "notes" and mutual "matched" status are equal. @param o the reference object wi
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:868
Methodequals
(Object obj)
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:443
Methodequals
(Object obj)
core/src/main/java/org/owasp/dependencycheck/dependency/Reference.java:131
Methodequals
Implements equals for Evidence. @param obj an object to check the equality of. @return whether the two objects are equal.
core/src/main/java/org/owasp/dependencycheck/dependency/Evidence.java:213
Methodequals
(Object o)
core/src/main/java/org/owasp/dependencycheck/dependency/IncludedByReference.java:77
Methodequals
(Object obj)
core/src/main/java/org/owasp/dependencycheck/dependency/naming/PurlIdentifier.java:243
Methodequals
Basic implementation of equals. @param obj the identifier to compare @return true if the objects are equal
core/src/main/java/org/owasp/dependencycheck/dependency/naming/GenericIdentifier.java:145
Methodequals
(Object obj)
core/src/main/java/org/owasp/dependencycheck/dependency/naming/CpeIdentifier.java:177
Methoderror
Handles errors. @param ex the error to handle @throws SAXException is always thrown
core/src/main/java/org/owasp/dependencycheck/xml/assembly/GrokErrorHandler.java:58
Methoderror
Handles errors. @param ex the error to handle @throws SAXException is always thrown
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionErrorHandler.java:58
MethodestimateSeverity
Estimates the CVSS V2 score for the given severity. @param severity the text representation of a score @return the estimated score
core/src/main/java/org/owasp/dependencycheck/reporting/ReportTool.java:82
MethodevaluateDependencies
Evaluates the dependencies @param dependency a dependency to compare @param nextDependency a dependency to compare @param dependenciesToRemove a set
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyMergingAnalyzer.java:95
MethodevaluateDependencies
Evaluates the dependencies @param dependency a dependency to compare @param nextDependency a dependency to compare @param dependenciesToRemove a set
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java:113
MethodexceptionDuringAnalysisTaskExecutionIsFatal
()
core/src/test/java/org/owasp/dependencycheck/EngineIT.java:61
Methodexecute
Executes dependency-check. @throws MojoExecutionException thrown if there is an exception executing the mojo @throws MojoFailureException thrown if d
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:1283
MethodexecuteWithContextClassloader
()
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Update.java:595
MethodexecuteWithContextClassloader
()
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:1449
Methodexplain
Method to explain queries matches. @param query the query used @param doc the document matched @return the explanation @throws IOException thrown if
core/src/main/java/org/owasp/dependencycheck/data/cpe/AbstractMemoryIndex.java:350
MethodextractGzip
Extracts the file contained in a gzip archive. The extracted file is placed in the exact same path as the file specified. @param file the archive fil
core/src/main/java/org/owasp/dependencycheck/utils/ExtractionUtil.java:337
MethodextractUrlWithoutPatternShouldAddTrailingSlashes
()
core/src/test/java/org/owasp/dependencycheck/data/update/NvdApiDataSourceTest.java:98
MethodextractZip
Extracts the file contained in a Zip archive. The extracted file is placed in the exact same path as the file specified. @param file the archive file
core/src/main/java/org/owasp/dependencycheck/utils/ExtractionUtil.java:368
MethodfatalError
(SAXParseException exception)
utils/src/test/java/org/owasp/dependencycheck/utils/XmlUtilsTest.java:124
MethodfatalError
Handles fatal exceptions. @param ex a fatal exception @throws SAXException is always
core/src/main/java/org/owasp/dependencycheck/xml/hints/HintErrorHandler.java:69
MethodfatalError
Handles fatal exceptions. @param ex a fatal exception @throws SAXException is always thrown
core/src/main/java/org/owasp/dependencycheck/xml/assembly/GrokErrorHandler.java:69
MethodfatalError
Handles fatal exceptions. @param ex a fatal exception @throws SAXException is always thrown
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionErrorHandler.java:69
Methodfilter
(SuppressionRule rule)
core/src/main/java/org/owasp/dependencycheck/analyzer/VulnerabilitySuppressionAnalyzer.java:77
Methodfinalize
Cleans up the object and ensures that "close" has been called. @throws Throwable thrown if there is a problem
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:426
MethodfindDependency
Retrieves a given dependency, based on a given path, from a list of dependencies. @param dependencyPath the path of the dependency to return @param d
core/src/main/java/org/owasp/dependencycheck/analyzer/FalsePositiveAnalyzer.java:478
MethodfromResourceSetsSystemId
()
utils/src/test/java/org/owasp/dependencycheck/utils/AutoCloseableInputSourceTest.java:17
Methodgenerate
Generates the Dependency-Check Site Report. @param sink the sink to write the report to @param locale the locale to use when generating the report @t
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:1329
MethodgetAccess
()
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:237
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
archetype/src/main/resources/archetype-resources/src/main/java/__analyzerName__.java:89
MethodgetAnalysisPhase
()
core/src/test/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzerTest.java:220
MethodgetAnalysisPhase
Returns the phase this analyzer runs under. @return the phase this runs under
core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java:445
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/ElixirMixAuditAnalyzer.java:182
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/PipfilelockAnalyzer.java:114
MethodgetAnalysisPhase
@return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/DartAnalyzer.java:93
MethodgetAnalysisPhase
Tell that we are used for information collection. @return INFORMATION_COLLECTION
core/src/main/java/org/owasp/dependencycheck/analyzer/PoetryAnalyzer.java:97
MethodgetAnalysisPhase
Returns the analysis phase under which the analyzer runs. @return the phase under which this analyzer runs
core/src/main/java/org/owasp/dependencycheck/analyzer/NexusAnalyzer.java:236
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/KnownExploitedVulnerabilityAnalyzer.java:73
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/CocoaPodsAnalyzer.java:131
MethodgetAnalysisPhase
()
core/src/main/java/org/owasp/dependencycheck/analyzer/OssIndexAnalyzer.java:109
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/RubyGemspecAnalyzer.java:125
MethodgetAnalysisPhase
Tell that we are used for information collection. @return INFORMATION_COLLECTION
core/src/main/java/org/owasp/dependencycheck/analyzer/OpenSSLAnalyzer.java:145
MethodgetAnalysisPhase
Returns the analysis phase that this analyzer should run in. @return the analysis phase that this analyzer should run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/NvdCveAnalyzer.java:109
MethodgetAnalysisPhase
Tell that we are used for information collection. @return INFORMATION_COLLECTION
core/src/main/java/org/owasp/dependencycheck/analyzer/GolangDepAnalyzer.java:94
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/AutoconfAnalyzer.java:140
MethodgetAnalysisPhase
Returns the analysis phase under which the analyzer runs. @return the phase under which the analyzer runs
core/src/main/java/org/owasp/dependencycheck/analyzer/ArtifactoryAnalyzer.java:174
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/SwiftPackageResolvedAnalyzer.java:119
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzer.java:162
MethodgetAnalysisPhase
Returns the phase this analyzer should run under. @return the analysis phase
core/src/main/java/org/owasp/dependencycheck/analyzer/ComposerLockAnalyzer.java:177
MethodgetAnalysisPhase
Returns the analysis phase under which the analyzer runs. @return the phase under which this analyzer runs
core/src/main/java/org/owasp/dependencycheck/analyzer/NugetconfAnalyzer.java:125
MethodgetAnalysisPhase
Tell that we are used for information collection. @return INFORMATION_COLLECTION
core/src/main/java/org/owasp/dependencycheck/analyzer/GolangModAnalyzer.java:100
MethodgetAnalysisPhase
()
core/src/main/java/org/owasp/dependencycheck/analyzer/UnusedSuppressionRuleAnalyzer.java:115
MethodgetAnalysisPhase
()
core/src/main/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzer.java:111
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/CarthageAnalyzer.java:169
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzer.java:263
MethodgetAnalysisPhase
Returns the analysis phase under which the analyzer runs. @return the phase under which the analyzer runs
core/src/main/java/org/owasp/dependencycheck/analyzer/CentralAnalyzer.java:204
MethodgetAnalysisPhase
Tell that we are used for information collection. @return INFORMATION_COLLECTION
core/src/main/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzer.java:130
MethodgetAnalysisPhase
Returns the analysis phase under which the analyzer runs. @return the phase under which this analyzer runs
core/src/main/java/org/owasp/dependencycheck/analyzer/LibmanAnalyzer.java:132
MethodgetAnalysisPhase
Tell that we are used for information collection. @return INFORMATION_COLLECTION
core/src/main/java/org/owasp/dependencycheck/analyzer/PythonPackageAnalyzer.java:146
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/PipAnalyzer.java:110
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/NodeAuditAnalyzer.java:111
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/PEAnalyzer.java:110
MethodgetAnalysisPhase
Returns the phase that the analyzer is intended to run in. @return the phase that the analyzer is intended to run in.
core/src/main/java/org/owasp/dependencycheck/analyzer/SwiftPackageManagerAnalyzer.java:123
MethodgetAnalysisPhase
()
core/src/main/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzer.java:104
← previousnext →1,801–1,900 of 3,473, ranked by callers