MCPcopy Create free account

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

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

↓ 1 callersMethodfindAllAnalyzerImplementations
(String packageName)
core/src/test/java/org/owasp/dependencycheck/analyzer/DependencyCheckPropertiesTest.java:59
↓ 1 callersMethodfindAllClasses
(String packageName)
core/src/test/java/org/owasp/dependencycheck/analyzer/DependencyCheckPropertiesTest.java:95
↓ 1 callersMethodfindBoostTerm
Searches the collection of boost terms for the given term. The elements are case insensitive matched using only the alphanumeric contents of the terms
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:588
↓ 1 callersMethodfindVersion
Returns the version from the list of nodes that match the given groupId and artifactID. @param nodes the nodes to search @param groupId the group id
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:1644
↓ 1 callersMethodfreshTokenStream
(String input)
core/src/test/java/org/owasp/dependencycheck/data/lucene/BaseTokenFilterTest.java:38
↓ 1 callersMethodfromString
(purl)
src/site/resources/js/package-url.js:94
↓ 1 callersMethodgatherEvidence
Gathers evidence from a given file @param dependency the dependency to add evidence to @param name the source of the evidence @param contents the evi
core/src/main/java/org/owasp/dependencycheck/analyzer/AutoconfAnalyzer.java:236
↓ 1 callersMethodgatherEvidence
Collects evidence from the given JSON for the associated dependency. @param json the JSON that contains the evidence to collect @param dependency the
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractNpmAnalyzer.java:310
↓ 1 callersMethodgenerateExternalReports
Generates the reports for a given dependency-check engine. @param engine a dependency-check engine @param outDirectory the directory to write the rep
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:923
↓ 1 callersMethodgenerateRandomSession
Generates a random 16 character lower-case hex string. @return a random 16 character lower-case hex string
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/NodeAuditSearch.java:216
↓ 1 callersMethodgenerateRemoteDataFeedCachePropertiesFromMetadata
Builds the metadata properties from individual metadata fields within the data feed @param dataFeedUrl a parsed NVD cache / data feed URL @return the
core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java:610
↓ 1 callersMethodgetAnalysisPhase
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/CPEAnalyzer.java:159
↓ 1 callersMethodgetAnalysisPhase
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/FalsePositiveAnalyzer.java:110
↓ 1 callersMethodgetAnalysisPhase
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/DependencyMergingAnalyzer.java:71
↓ 1 callersMethodgetAnalysisPhase
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/JarAnalyzer.java:261
↓ 1 callersMethodgetAnalysisPhase
()
core/src/main/java/org/owasp/dependencycheck/analyzer/PerlCpanfileAnalyzer.java:102
↓ 1 callersMethodgetAnalysisPhase
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/HintAnalyzer.java:103
↓ 1 callersMethodgetAnalysisPhase
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/VulnerabilitySuppressionAnalyzer.java:61
↓ 1 callersMethodgetAnalysisPhase
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/ArchiveAnalyzer.java:174
↓ 1 callersMethodgetAnalysisPhase
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/FileNameAnalyzer.java:90
↓ 1 callersMethodgetAnalysisPhase
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/CpeSuppressionAnalyzer.java:67
↓ 1 callersMethodgetAnalysisPhase
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/VersionFilterAnalyzer.java:115
↓ 1 callersMethodgetAnalysisPhase
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/DependencyBundlingAnalyzer.java:89
↓ 1 callersMethodgetAnalyzerEnabledSettingKey
<p> Returns the setting key to determine if the analyzer is enabled.</p> @return the key for the analyzer's enabled property
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:1065
↓ 1 callersMethodgetAnalyzerEnabledSettingKey
<p> Returns the setting key to determine if the analyzer is enabled.</p> @return the key for the analyzer's enabled property
core/src/main/java/org/owasp/dependencycheck/analyzer/FalsePositiveAnalyzer.java:121
↓ 1 callersMethodgetAnalyzerEnabledSettingKey
<p> Returns the setting key to determine if the analyzer is enabled.</p> @return the key for the analyzer's enabled property
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyMergingAnalyzer.java:82
↓ 1 callersMethodgetAnalyzerEnabledSettingKey
Returns the key used in the properties file to reference the analyzer's enabled property. @return the analyzer's enabled property setting key
core/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java:292
↓ 1 callersMethodgetAnalyzerEnabledSettingKey
()
core/src/main/java/org/owasp/dependencycheck/analyzer/PerlCpanfileAnalyzer.java:107
↓ 1 callersMethodgetAnalyzerEnabledSettingKey
Returns the setting key to determine if the analyzer is enabled. @return the key for the analyzer's enabled property
core/src/main/java/org/owasp/dependencycheck/analyzer/VersionFilterAnalyzer.java:125
↓ 1 callersMethodgetAnalyzerEnabledSettingKey
<p> Returns the setting key to determine if the analyzer is enabled.</p> @return the key for the analyzer's enabled property
core/src/main/java/org/owasp/dependencycheck/analyzer/NpmCPEAnalyzer.java:84
↓ 1 callersMethodgetArtifactScopeExcluded
Returns the artifact scope excluded filter. @return the artifact scope excluded filter
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:2890
↓ 1 callersMethodgetAssemblyData
Returns the assembly data. @return the assembly data
core/src/main/java/org/owasp/dependencycheck/processing/GrokAssemblyProcessor.java:47
↓ 1 callersMethodgetAuditParser
()
core/src/main/java/org/owasp/dependencycheck/analyzer/PnpmAuditAnalyzer.java:284
↓ 1 callersMethodgetAutogeneratedSentinel
Returns autogeneratedSentinel. @return autogeneratedSentinel
core/src/main/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzer.java:299
↓ 1 callersMethodgetAutogeneratedSentinel
Returns autogeneratedSentinel. @return autogeneratedSentinel
core/src/main/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzer.java:435
↓ 1 callersMethodgetBestScore
(int[] values)
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/DescriptionEcosystemMapper.java:254
↓ 1 callersMethodgetBitBucket
Return the bit bucket for the OS. '/dev/null' for Unix and 'NUL' for Windows @return a String containing the bit bucket
utils/src/main/java/org/owasp/dependencycheck/utils/FileUtils.java:134
↓ 1 callersMethodgetClasses
(URL resource, String packageName)
core/src/test/java/org/owasp/dependencycheck/analyzer/DependencyCheckPropertiesTest.java:108
↓ 1 callersMethodgetClosingBraceOffset
Searches for the offset from the buffer start for the next closing curly brace. @return the offset if found; otherwise <code>-1</code>
utils/src/main/java/org/owasp/dependencycheck/utils/JsonArrayFixingInputStream.java:177
↓ 1 callersMethodgetConfidence
Get the value of confidence. @return the value of confidence
core/src/main/java/org/owasp/dependencycheck/dependency/Evidence.java:161
↓ 1 callersMethodgetCorrectOutputDirectory
Returns the correct output directory depending on if a site is being executed or not. @return the directory to write the report(s) @throws MojoExecut
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:1355
↓ 1 callersMethodgetCve
Get the value of CVE. @return the value of CVE
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:453
↓ 1 callersMethodgetCvssBelow
Get the value of cvssBelow. @return the value of cvssBelow
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:246
↓ 1 callersMethodgetCwe
Get the value of CWE. @return the value of CWE
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:417
↓ 1 callersMethodgetDependencies
Returns a list of pre-determined dependencies. @return returns a list of dependencies
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:280
↓ 1 callersMethodgetDependency
Retrieves a specific dependency from the engine. @param engine the engine @param file the dependency to retrieve @return the dependency
core/src/test/java/org/owasp/dependencycheck/analyzer/CpeSuppressionAnalyzerIT.java:106
↓ 1 callersMethodgetDependency
Retrieves a specific dependency from the engine. @param engine the engine @param file the dependency to retrieve @return the dependency
core/src/test/java/org/owasp/dependencycheck/analyzer/VulnerabilitySuppressionAnalyzerIT.java:110
↓ 1 callersMethodgetDependencyLockfile
Returns the path to the dependency lock file. @return the path to the dependency lock file
core/src/main/java/org/owasp/dependencycheck/data/elixir/MixAuditResult.java:170
↓ 1 callersMethodgetDependencyTree
Returns dependencyTree. @return dependencyTree
core/src/main/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzer.java:262
↓ 1 callersMethodgetDescription
Returns the vulnerability description. @return the vulnerability description
core/src/main/java/org/owasp/dependencycheck/data/elixir/MixAuditResult.java:134
↓ 1 callersMethodgetDurationMillis
Calculates how long the update process took. @return the number of milliseconds that the update process took
core/src/main/java/org/owasp/dependencycheck/data/update/nvd/api/NvdApiProcessor.java:131
↓ 1 callersMethodgetEcosystemFiles
()
core/src/test/java/org/owasp/dependencycheck/data/nvd/ecosystem/DescriptionEcosystemMapperTest.java:30
↓ 1 callersMethodgetExcludeList
Retrieves the list of excluded file patterns specified by the 'exclude' argument. @return the excluded file patterns
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:825
↓ 1 callersMethodgetFileAge
Returns the age of the file in minutes. @param file the file to calculate the age @return the age of the file
core/src/main/java/org/owasp/dependencycheck/utils/WriteLock.java:292
↓ 1 callersMethodgetFileArgument
Returns the argument value for the given option. @param option the option @return the value of the argument
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:778
↓ 1 callersMethodgetFileContents
Retrieves the contents of a given file. @param actualFile the file to read @return the contents of the file @throws AnalysisException thrown if there
core/src/main/java/org/owasp/dependencycheck/analyzer/OpenSSLAnalyzer.java:231
↓ 1 callersMethodgetFileContents
Retrieves the contents of a given file. @param actualFile the file to read @return the contents of the file @throws AnalysisException thrown if there
core/src/main/java/org/owasp/dependencycheck/analyzer/AutoconfAnalyzer.java:219
↓ 1 callersMethodgetFileContents
Retrieves the contents of a given file without blank lines. @param actualFile the file to read @return the contents of the file @throws AnalysisExcep
core/src/main/java/org/owasp/dependencycheck/analyzer/PipAnalyzer.java:184
↓ 1 callersMethodgetFileContents
Retrieves the contents of a given file. @param actualFile the file to read @return the contents of the file @throws AnalysisException thrown if there
core/src/main/java/org/owasp/dependencycheck/analyzer/PipfileAnalyzer.java:193
↓ 1 callersMethodgetFileFilter
<p> Returns the {@link java.io.FileFilter} used to determine which files are to be analyzed. An example would be an analyzer that inspected Java jar f
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractFileTypeAnalyzer.java:103
↓ 1 callersMethodgetFileTypeAnalyzers
Returns the set of file type analyzers. @return the set of file type analyzers
core/src/main/java/org/owasp/dependencycheck/Engine.java:1064
↓ 1 callersMethodgetFilesMatched
Gets the value of filesMatched. A flag indicating whether the scan included any file types this analyzer supports. @return the value of filesMatched
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractFileTypeAnalyzer.java:67
↓ 1 callersMethodgetFilterNonVulnerable
Returns whether or not retire JS should remove non-vulnerable JS files from the report. @return whether or not retire JS should remove non-vulnerable
maven/src/main/java/org/owasp/dependencycheck/maven/Retirejs.java:57
↓ 1 callersMethodgetFilters
Returns the retire JS content filters. @return the retire JS content filters
maven/src/main/java/org/owasp/dependencycheck/maven/Retirejs.java:44
↓ 1 callersMethodgetFloat
Returns a float value from the properties file. If the value was specified as a system property or passed in via the <code>-Dprop=value</code> argumen
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1548
↓ 1 callersMethodgetFloatArgument
Returns the float argument for the given option. @param option the option @param defaultValue the value if the option is not present @return the valu
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:987
↓ 1 callersMethodgetFormat
Gets the format as a String. @return the String representing a report format
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:1737
↓ 1 callersMethodgetGhsaId
()
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:261
↓ 1 callersMethodgetHintRules
()
core/src/main/java/org/owasp/dependencycheck/analyzer/HintAnalyzer.java:332
↓ 1 callersMethodgetHook
Creates a new Write Lock Shutdown Hook. @param settings the configured settings @return the Write Lock Shutdown Hook
core/src/main/java/org/owasp/dependencycheck/utils/WriteLockShutdownHookFactory.java:49
↓ 1 callersMethodgetHttpClient
Gets a pre-configured HttpClient. Mainly targeted for use in paged resultset scenarios with multiple roundtrips. @param useProxy Whether to use the co
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:636
↓ 1 callersMethodgetIdentifier
Get the value of identifier. @return the value of identifier
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:1212
↓ 1 callersMethodgetImport
Exceedingly naive processing of MSBuild Import statements. Only four cases are supported: <ul> <li>A relative path to the import</li> <li>$(MSBuildThi
core/src/main/java/org/owasp/dependencycheck/analyzer/MSBuildProjectAnalyzer.java:279
↓ 1 callersMethodgetImports
Returns the imports identified during parsing. @return the imports identified during parsing.
core/src/main/java/org/owasp/dependencycheck/data/nuget/DirectoryBuildPropsParser.java:58
↓ 1 callersMethodgetIncludedBy
Get the unmodifiable set of includedBy (the list of parents of this transitive dependency). @return the unmodifiable set of includedBy
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:801
↓ 1 callersMethodgetIncludedBySorted
Get the unmodifiable set of includedBy (the list of parents of this transitive dependency), sorted by natural comparator. @return the unmodifiable se
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:811
↓ 1 callersMethodgetInstance
Gets the singleton instance of the CpeMemoryIndex. @return the instance of the CpeMemoryIndex
core/src/main/java/org/owasp/dependencycheck/data/cpe/NpmCpeMemoryIndex.java:65
↓ 1 callersMethodgetInternalName
Get the value of internalName. @return the value of internalName
core/src/main/java/org/owasp/dependencycheck/xml/assembly/AssemblyData.java:240
↓ 1 callersMethodgetIsoTimestamp
Retrieves a zoned date time. @param properties the properties file containing the date time @param key the property key @return the zoned date time
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseProperties.java:234
↓ 1 callersMethodgetJarPath
Attempts to retrieve the folder containing the Jar file containing the Settings class. @return a File object
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1326
↓ 1 callersMethodgetKeyword
Returns the keyword. @return the keyword
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/DescriptionKeywordHint.java:125
↓ 1 callersMethodgetKeyword
()
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/UrlHostHint.java:74
↓ 1 callersMethodgetKeyword
()
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/UrlPathHint.java:57
↓ 1 callersMethodgetLuceneMaxQueryLimitFor
Returns the max query result size for the Lucene search for each ecosystem. @param ecosystem the ecosystem @return the max query result size
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/Ecosystem.java:118
↓ 1 callersMethodgetMDCAdapter
()
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntSlf4jServiceProvider.java:53
↓ 1 callersMethodgetMainVirtualDependency
Determines which of the virtual dependencies should be considered the primary. @param dependency1 the first virtual dependency to compare @param depe
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyMergingAnalyzer.java:327
↓ 1 callersMethodgetMarkerFactory
()
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntSlf4jServiceProvider.java:48
↓ 1 callersMethodgetMemoryIndex
Returns the memory index. @return the memory index
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:1377
↓ 1 callersMethodgetMode
Returns the mode of the engine. @return the mode of the engine
core/src/main/java/org/owasp/dependencycheck/Engine.java:1122
↓ 1 callersMethodgetName
Returns the name of this analyzer. @return the name of this analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:149
↓ 1 callersMethodgetName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/FalsePositiveAnalyzer.java:100
↓ 1 callersMethodgetName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyMergingAnalyzer.java:61
↓ 1 callersMethodgetName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java:251
↓ 1 callersMethodgetName
Get the value of name @return the value of name
core/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java:1406
↓ 1 callersMethodgetName
()
core/src/main/java/org/owasp/dependencycheck/analyzer/PerlCpanfileAnalyzer.java:97
↓ 1 callersMethodgetName
()
core/src/main/java/org/owasp/dependencycheck/analyzer/UnusedSuppressionRuleAnalyzer.java:110
↓ 1 callersMethodgetName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/HintAnalyzer.java:93
↓ 1 callersMethodgetName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/VulnerabilitySuppressionAnalyzer.java:51
↓ 1 callersMethodgetName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java:164
↓ 1 callersMethodgetName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/FileNameAnalyzer.java:80
← previousnext →1,101–1,200 of 3,473, ranked by callers