MCPcopy Create free account

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

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

Methodaccept
Determines if the file can be analyzed by the analyzer. @param pathname the path to the file @return true if the file can be analyzed by the given an
core/src/main/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzer.java:146
MethodacceptsURL
Wraps the underlying driver's call to acceptsURL. Returns whether or not the driver can open a connection to the given URL. @param url the URL of the
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DriverShim.java:76
Methodadd
Adds the shutdown hook. @param lock the Write Lock reference
core/src/main/java/org/owasp/dependencycheck/utils/WriteLockShutdownHook.java:34
MethodaddConfiguredReportFormat
Add a report format. <p> This is called by Ant with the configured {@link ReportFormat}. @param reportFormat the reportFormat to add.
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:545
MethodaddConfiguredRetireJsFilter
Add a regular expression to the set of retire JS content filters. <p> This is called by Ant. @param retireJsFilter the regular expression used to fil
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:1048
MethodaddConfiguredRetirejsFilter
Add a regular expression to the set of retire JS content filters. <p> This is called by Ant. @param retireJsFilter the regular expression used to fil
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:1033
MethodaddConfiguredSuppressionFile
Add a suppression file. <p> This is called by Ant with the configured {@link SuppressionFile}. @param suppressionFile the suppression file to add.
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:534
MethodaddCpe
This method is only referenced in unused code and will likely break on MySQL if ever used due to the MERGE statement. <p> Merges CPE entries into the
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:1874
MethodaddVulnerableSoftwareIdentifiers
Adds a set of Identifiers to the current list of vulnerable software identifiers. Only used for testing. @param identifiers A set of Identifiers
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:485
MethodalternateIdentifierTypes
()
core/src/test/java/org/owasp/dependencycheck/analyzer/RetireJsLibraryTest.java:209
Methodanalyze
Analyzes the given dependency. The analysis could be anything from identifying an Identifier for the dependency, to finding vulnerabilities, etc. Addi
archetype/src/main/resources/archetype-resources/src/main/java/__analyzerName__.java:67
Methodanalyze
Analyzes a given dependency. If the dependency is an archive, such as a WAR or EAR, the contents are extracted, scanned, and added to the list of depe
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java:128
MethodanalyzeDependency
Analyzes a dependency and attempts to determine if there are any CPE identifiers for this dependency. @param dependency The Dependency to analyze. @p
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:760
MethodanalyzeDependency
Performs the analysis on a single Dependency. @param dependency the dependency to analyze @param engine the engine to perform the analysis under @thr
core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java:127
MethodanalyzeDependency
Determines if the analyzer can analyze the given file type. @param dependency the dependency to determine if it can analyze @param engine the depende
core/src/main/java/org/owasp/dependencycheck/analyzer/ElixirMixAuditAnalyzer.java:238
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/PipfilelockAnalyzer.java:130
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/DartAnalyzer.java:109
MethodanalyzeDependency
Analyzes poetry packages and adds evidence to the dependency. @param dependency the dependency being analyzed @param engine the engine being used to
core/src/main/java/org/owasp/dependencycheck/analyzer/PoetryAnalyzer.java:143
MethodanalyzeDependency
Performs the analysis. @param dependency the dependency to analyze @param engine the engine @throws AnalysisException when there's an exception durin
core/src/main/java/org/owasp/dependencycheck/analyzer/NexusAnalyzer.java:258
MethodanalyzeDependency
Adds information about the known exploited vulnerabilities to the analysis. @param dependency The dependency being analyzed @param engine The scannin
core/src/main/java/org/owasp/dependencycheck/analyzer/KnownExploitedVulnerabilityAnalyzer.java:114
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/CocoaPodsAnalyzer.java:147
MethodanalyzeDependency
(final Dependency dependency, final Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/OssIndexAnalyzer.java:171
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/RubyGemspecAnalyzer.java:141
MethodanalyzeDependency
Analyzes the dependencies and removes bad/incorrect CPE associations based on various heuristics. @param dependency the dependency to analyze. @param
core/src/main/java/org/owasp/dependencycheck/analyzer/FalsePositiveAnalyzer.java:136
MethodanalyzeDependency
Analyzes python packages and adds evidence to the dependency. @param dependency the dependency being analyzed @param engine the engine being used to
core/src/main/java/org/owasp/dependencycheck/analyzer/OpenSSLAnalyzer.java:189
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzer.java:115
MethodanalyzeDependency
Analyzes a dependency and attempts to determine if there are any CPE identifiers for this dependency. @param dependency The Dependency to analyze @pa
core/src/main/java/org/owasp/dependencycheck/analyzer/NvdCveAnalyzer.java:58
MethodanalyzeDependency
Analyzes go packages and adds evidence to the dependency. @param dependency the dependency being analyzed @param engine the engine being used to perf
core/src/main/java/org/owasp/dependencycheck/analyzer/GolangDepAnalyzer.java:140
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/AutoconfAnalyzer.java:156
MethodanalyzeDependency
Performs the analysis. @param dependency the dependency to analyze @param engine the engine @throws AnalysisException when there's an exception durin
core/src/main/java/org/owasp/dependencycheck/analyzer/ArtifactoryAnalyzer.java:191
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/SwiftPackageResolvedAnalyzer.java:135
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzer.java:178
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/RubyBundlerAnalyzer.java:104
MethodanalyzeDependency
Entry point for the analyzer. @param dependency the dependency to analyze @param engine the engine scanning @throws AnalysisException if there's a fa
core/src/main/java/org/owasp/dependencycheck/analyzer/ComposerLockAnalyzer.java:107
MethodanalyzeDependency
Performs the analysis. @param dependency the dependency to analyze @param engine the engine @throws AnalysisException when there's an exception durin
core/src/main/java/org/owasp/dependencycheck/analyzer/NugetconfAnalyzer.java:147
MethodanalyzeDependency
Analyzes go packages and adds evidence to the dependency. @param dependency the dependency being analyzed @param engine the engine being used to perf
core/src/main/java/org/owasp/dependencycheck/analyzer/GolangModAnalyzer.java:279
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/PerlCpanfileAnalyzer.java:117
MethodanalyzeDependency
Analyzes the yarn lock file to determine vulnerable dependencies. Uses yarn audit --offline to generate the payload to be sent to the NPM API. @param
core/src/main/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzer.java:230
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/CarthageAnalyzer.java:185
MethodanalyzeDependency
The HintAnalyzer uses knowledge about a dependency to add additional information to help in identification of identifiers or vulnerabilities. @param
core/src/main/java/org/owasp/dependencycheck/analyzer/HintAnalyzer.java:144
MethodanalyzeDependency
Analyzes the specified JavaScript file. @param dependency the dependency to analyze. @param engine the engine that is scanning the dependencies @
core/src/main/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzer.java:286
MethodanalyzeDependency
Performs the analysis. @param dependency the dependency to analyze @param engine the engine @throws AnalysisException when there's an exception durin
core/src/main/java/org/owasp/dependencycheck/analyzer/CentralAnalyzer.java:221
MethodanalyzeDependency
Analyzes python packages and adds evidence to the dependency. @param dependency the dependency being analyzed @param engine the engine being used to
core/src/main/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzer.java:165
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/VulnerabilitySuppressionAnalyzer.java:82
MethodanalyzeDependency
Analyzes a given dependency. If the dependency is an archive, such as a WAR or EAR, the contents are extracted, scanned, and added to the list of depe
core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java:275
MethodanalyzeDependency
Collects information about the file name. @param dependency the dependency to analyze. @param engine the engine that is scanning the dependencies @th
core/src/main/java/org/owasp/dependencycheck/analyzer/FileNameAnalyzer.java:115
MethodanalyzeDependency
Performs the analysis. @param dependency the dependency to analyze @param engine the engine @throws AnalysisException when there's an exception durin
core/src/main/java/org/owasp/dependencycheck/analyzer/LibmanAnalyzer.java:154
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/CpeSuppressionAnalyzer.java:88
MethodanalyzeDependency
Analyzes python packages and adds evidence to the dependency. @param dependency the dependency being analyzed @param engine the engine being used to
core/src/main/java/org/owasp/dependencycheck/analyzer/PythonPackageAnalyzer.java:202
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/PipAnalyzer.java:126
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/NodeAuditAnalyzer.java:127
MethodanalyzeDependency
Collects information about the file name. @param dependency the dependency to analyze. @param engine the engine that is scanning the dependencies @th
core/src/main/java/org/owasp/dependencycheck/analyzer/PEAnalyzer.java:149
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/SwiftPackageManagerAnalyzer.java:139
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzer.java:114
MethodanalyzeDependency
Analyzes a dependency and attempts to determine if there are any CPE identifiers for this dependency. @param dependency The Dependency to analyze. @p
core/src/main/java/org/owasp/dependencycheck/analyzer/NpmCPEAnalyzer.java:122
MethodanalyzeDependency
Performs the analysis. @param dependency the dependency to analyze @param engine the engine @throws AnalysisException when there's an exception durin
core/src/main/java/org/owasp/dependencycheck/analyzer/NuspecAnalyzer.java:142
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/MSBuildProjectAnalyzer.java:136
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/PipfileAnalyzer.java:132
MethodanalyzeDependency
Analyzes the pnpm lock file to determine vulnerable dependencies. Uses pnpm audit --json to vulnerabilities report from NPM API. @param dependency th
core/src/main/java/org/owasp/dependencycheck/analyzer/PnpmAuditAnalyzer.java:87
MethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/NodePackageAnalyzer.java:223
MethodanalyzeDependency
Determines if the analyzer can analyze the given file type. @param dependency the dependency to determine if it can analyze @param engine the depende
core/src/main/java/org/owasp/dependencycheck/analyzer/RubyBundleAuditAnalyzer.java:248
MethodanalyzeDependency
Analyzes a set of dependencies. If they have been found to have the same base path and the same set of identifiers they are likely related. The relate
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractDependencyComparingAnalyzer.java:82
MethodappendTerm
(String term)
core/src/test/java/org/owasp/dependencycheck/data/lucene/AlphaNumericFilterTest.java:49
MethodappendTerm
(String term)
core/src/test/java/org/owasp/dependencycheck/data/lucene/UrlTokenizingFilterTest.java:44
MethodappendTerm
(String term)
core/src/test/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilterTest.java:42
MethodbeforeClass
()
core/src/test/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgentIT.java:40
MethodcanChangeConfigValues
()
core/src/test/java/org/owasp/dependencycheck/data/ossindex/OssIndexClientProviderTest.java:65
MethodcanConfigureCache
()
core/src/test/java/org/owasp/dependencycheck/data/ossindex/OssIndexClientProviderTest.java:103
MethodcanDisableCache
()
core/src/test/java/org/owasp/dependencycheck/data/ossindex/OssIndexClientProviderTest.java:121
MethodcanGenerateReport
()
maven/src/test/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojoTest.java:113
MethodcanGenerateReport
Returns false; this mojo cannot generate a report. @return <code>false</code>
maven/src/main/java/org/owasp/dependencycheck/maven/PurgeMojo.java:52
MethodcanGenerateReport
()
maven/src/main/java/org/owasp/dependencycheck/maven/AggregateMojo.java:246
MethodcanGenerateReport
Returns false; this mojo cannot generate a report. @return <code>false</code>
maven/src/main/java/org/owasp/dependencycheck/maven/UpdateMojo.java:54
MethodcanGenerateReport
Returns whether or not a the report can be generated. @return <code>true</code> if the report can be generated; otherwise <code>false</code>
maven/src/main/java/org/owasp/dependencycheck/maven/CheckMojo.java:60
Methodcharacters
Collects the body text of the node being processed. @param ch the char array of text @param start the start position to copy text from in the char ar
core/src/main/java/org/owasp/dependencycheck/xml/assembly/GrokHandler.java:174
Methodcharacters
Collects the body text of the node being processed. @param ch the char array of text @param start the start position to copy text from in the char ar
core/src/main/java/org/owasp/dependencycheck/xml/pom/PomHandler.java:275
Methodcharacters
Collects the body text of the node being processed. @param ch the char array of text @param start the start position to copy text from in the char ar
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionHandler.java:273
Methodclose
()
utils/src/test/java/org/owasp/dependencycheck/utils/AutoCloseableInputSourceTest.java:28
Methodclose
()
utils/src/main/java/org/owasp/dependencycheck/utils/JsonArrayFixingInputStream.java:235
Methodclose
()
utils/src/main/java/org/owasp/dependencycheck/utils/processing/ProcessReader.java:192
Methodclose
The close method is called after all of the dependencies have been analyzed. @throws Exception is thrown if an exception occurs closing the analyzer.
archetype/src/main/resources/archetype-resources/src/main/java/__analyzerName__.java:123
Methodclose
()
core/src/test/java/org/owasp/dependencycheck/analyzer/OssIndexAnalyzerTest.java:337
Methodclose
Releases the lock on the resource.
core/src/main/java/org/owasp/dependencycheck/utils/WriteLock.java:209
Methodclose
The close method does nothing for this Analyzer. @throws Exception thrown if there is an exception
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java:151
Methodclose
()
core/src/main/java/org/owasp/dependencycheck/data/ossindex/ODCConnectionTransport.java:90
Methodclose
Closes the CPE Index.
core/src/main/java/org/owasp/dependencycheck/data/cpe/AbstractMemoryIndex.java:174
Methodclose
()
core/src/main/java/org/owasp/dependencycheck/data/update/nvd/api/CveApiJson20CveItemSource.java:78
Methodclose
()
core/src/main/java/org/owasp/dependencycheck/data/update/nvd/api/JsonArrayCveItemSource.java:70
Methodclose
Throws any exceptions that occurred during processing. @throws IOException thrown if an IO Exception occurred @throws CpeValidationException thrown i
core/src/main/java/org/owasp/dependencycheck/processing/BundlerAuditProcessor.java:106
Methodclose
Throws any exceptions that occurred during processing. @throws GrokParseException thrown if there is an error parsing the output of GrokAssembly
core/src/main/java/org/owasp/dependencycheck/processing/GrokAssemblyProcessor.java:67
Methodclose
Throws any exceptions that occurred during processing. @throws IOException thrown if there was an error reading from the process @throws AnalysisExce
core/src/main/java/org/owasp/dependencycheck/processing/MixAuditProcessor.java:113
Methodclose
Throws any exceptions that occurred during processing. @throws AnalysisException thrown if an AnalysisException occurred
core/src/main/java/org/owasp/dependencycheck/processing/GoModProcessor.java:76
MethodcloseAnalyzer
Closes the data sources.
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:223
MethodcloseAnalyzer
Removes resources used from the local file system. @throws Exception thrown if there is a problem closing the analyzer
core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java:418
MethodcloseAnalyzer
()
core/src/main/java/org/owasp/dependencycheck/analyzer/OssIndexAnalyzer.java:129
MethodcloseAnalyzer
Deletes any files extracted from the JAR during analysis.
core/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java:1131
MethodcloseAnalyzer
Deletes any files extracted from the Wheel during analysis.
core/src/main/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzer.java:272
MethodcloseAnalyzer
()
core/src/main/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzer.java:323
MethodcloseClosesByteStream
()
utils/src/test/java/org/owasp/dependencycheck/utils/AutoCloseableInputSourceTest.java:24
MethodcloseClosesCharacterStream
()
utils/src/test/java/org/owasp/dependencycheck/utils/AutoCloseableInputSourceTest.java:41
← previousnext →1,701–1,800 of 3,473, ranked by callers