Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dependency-check/DependencyCheck
/ functions
Functions
3,473 in github.com/dependency-check/DependencyCheck
⨍
Functions
3,473
◇
Types & classes
508
↓ 5 callers
Method
findSequence
Finds the start of the given sequence in the buffer. If not found, -1 is returned. @param sequence the sequence to locate @param buffer the buffer to
core/src/main/java/org/owasp/dependencycheck/xml/pom/PomProjectInputStream.java:121
↓ 5 callers
Method
fromNamedReference
Converts a named XML entity into its HTML encoded Unicode code point. @param s the named entity (note, this should not include the leading '&' or
core/src/main/java/org/owasp/dependencycheck/xml/XmlEntity.java:303
↓ 5 callers
Method
getAvailableVersions
Get the value of availableVersions. @return the value of availableVersions
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:919
↓ 5 callers
Method
getBooleanArgument
Returns the argument boolean value. @param argument the argument @return the argument boolean value
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:717
↓ 5 callers
Method
getChanged
Returns the map of changed CPE to ecosystem mappings. @return the map of changed CPE to ecosystem mappings
core/src/main/java/org/owasp/dependencycheck/data/update/cpe/CpeEcosystemCache.java:104
↓ 5 callers
Method
getCompanyName
Get the value of companyName. @return the value of companyName
core/src/main/java/org/owasp/dependencycheck/xml/assembly/AssemblyData.java:114
↓ 5 callers
Method
getCpe
Get the value of CPE. @return the value of CPE
core/src/main/java/org/owasp/dependencycheck/data/update/cpe/CpePlus.java:75
↓ 5 callers
Method
getDependencies
Returns dependencies. @return dependencies
core/src/main/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzer.java:308
↓ 5 callers
Method
getEpochValueInSeconds
Returns the string value converted to an epoch seconds. Note, in some cases the value provided may be in milliseconds. @param epoch the property valu
core/src/main/java/org/owasp/dependencycheck/utils/DateUtil.java:104
↓ 5 callers
Method
getFileFilter
()
core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java:154
↓ 5 callers
Method
getGroup
Get the group. @return the group
core/src/main/java/org/owasp/dependencycheck/data/composer/ComposerDependency.java:66
↓ 5 callers
Method
getInput
Retrieves a reference to the input. @return a reference to the input
utils/src/main/java/org/owasp/dependencycheck/utils/processing/Processor.java:64
↓ 5 callers
Method
getLoggerFactory
()
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntSlf4jServiceProvider.java:43
↓ 5 callers
Method
getOrganization
Get the value of organization. @return the value of organization
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:117
↓ 5 callers
Method
getOrganizationUrl
Get the value of organizationUrl. @return the value of organizationUrl
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:135
↓ 5 callers
Method
getPath
Returns the path. If the path has not been initialized yet, this class is synchronized, and will instantiate the path object. @return the path
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:465
↓ 5 callers
Method
getPhases
Returns the phases for this mode. @return the phases for this mode
core/src/main/java/org/owasp/dependencycheck/Engine.java:1345
↓ 5 callers
Method
getPort
Get the port. @return the port
maven/src/main/java/org/owasp/dependencycheck/maven/ProxyConfig.java:64
↓ 5 callers
Method
getProductName
Get the value of productName. @return the value of productName
core/src/main/java/org/owasp/dependencycheck/xml/assembly/AssemblyData.java:132
↓ 5 callers
Method
getProjectReferences
Get the unmodifiable set of projectReferences. @return the unmodifiable set of projectReferences
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:850
↓ 5 callers
Method
getSource
Returns the source that identified the vulnerability. @return the source
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:592
↓ 5 callers
Method
isCaseSensitive
Gets the value of the caseSensitive property. @return true if the value is case sensitive
core/src/main/java/org/owasp/dependencycheck/xml/suppression/PropertyType.java:91
↓ 5 callers
Method
isConfiguredToSkip
Checks the ODC configuration in the child project to see if should be skipped. @param mavenProject the maven project to check @return <code>true</cod
maven/src/main/java/org/owasp/dependencycheck/maven/AggregateMojo.java:215
↓ 5 callers
Method
isDatabaseRequired
Returns true if the database is required; otherwise false. @return whether or not the database is required
core/src/main/java/org/owasp/dependencycheck/Engine.java:1336
↓ 5 callers
Method
isFailOnError
Get the value of failOnError. @return the value of failOnError
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Purge.java:89
↓ 5 callers
Method
matchesAtLeastThreeLevels
Determines if the three most major major version parts are identical. For instances, if version 1.2.3.4 was compared to 1.2.3 this function would retu
core/src/main/java/org/owasp/dependencycheck/utils/DependencyVersion.java:206
↓ 5 callers
Method
newHashSet
<p> Utility method to help in the creation of the extensions set. This constructs a new Set that can be used in a final static declaration.</p> <p> Th
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractFileTypeAnalyzer.java:148
↓ 5 callers
Method
payloadWithSha256
()
core/src/test/java/org/owasp/dependencycheck/data/artifactory/ArtifactorySearchResponseHandlerTest.java:391
↓ 5 callers
Method
prepareAnalyzer
()
core/src/test/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzerIT.java:46
↓ 5 callers
Method
prepareContents
(String contents)
core/src/main/java/org/owasp/dependencycheck/analyzer/PerlCpanfileAnalyzer.java:135
↓ 5 callers
Method
printHelp
Displays the command line help message to the standard output.
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:789
↓ 5 callers
Method
processPropertyType
Processes field members that have been collected during the characters and startElement method to construct a PropertyType object. @return a Property
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionHandler.java:284
↓ 5 callers
Method
resolveEntity
(String publicId, String systemId)
utils/src/main/java/org/owasp/dependencycheck/utils/XmlUtils.java:239
↓ 5 callers
Method
scanFile
Scans a specified file. If a dependency is identified it is added to the dependency collection. @param file The file to scan @return the scanned depe
core/src/main/java/org/owasp/dependencycheck/Engine.java:529
↓ 5 callers
Method
setArtifactId
Set the value of artifactId. @param artifactId new value of artifactId
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:198
↓ 5 callers
Method
setDependencies
Sets the dependencies. @param dependencies the dependencies
core/src/main/java/org/owasp/dependencycheck/Engine.java:303
↓ 5 callers
Method
setFloat
Sets a float property value. @param key the key for the property @param value the value for the property
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1191
↓ 5 callers
Method
setGroupId
Set the value of groupId. @param groupId new value of groupId
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:180
↓ 5 callers
Method
setMatchedVulnerableSoftware
Sets the CPE that caused this vulnerability to be flagged. @param software a Vulnerable Software identifier
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:574
↓ 5 callers
Method
setName
Set the value of name. @param name new value of name
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:180
↓ 5 callers
Method
setNotes
Set the value of notes. @param notes new value of notes
core/src/main/java/org/owasp/dependencycheck/dependency/naming/Identifier.java:79
↓ 5 callers
Method
setTask
Sets the current Ant task to use for logging. @param t the Ant task
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntTaskHolder.java:41
↓ 5 callers
Function
showAlert
(id)
src/site/resources/js/purl.js:51
↓ 5 callers
Method
stubClientCreation
()
core/src/test/java/org/owasp/dependencycheck/data/ossindex/OssIndexHelper.java:24
↓ 5 callers
Method
testAnalyzeForUglifyJs
(String yarnLockFile)
core/src/test/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzerIT.java:116
↓ 5 callers
Method
toFormattedUrl
(@NonNull String formatArg)
core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java:677
↓ 5 callers
Method
withDefaultReader
(AutoCloseableInputSource... schemas)
utils/src/test/java/org/owasp/dependencycheck/utils/XmlUtilsTest.java:110
↓ 5 callers
Method
xml
XML Encodes the provided text. @param text the text to encode @return the XML encoded text
core/src/main/java/org/owasp/dependencycheck/reporting/EscapeTool.java:72
↓ 4 callers
Method
addCve
Adds the CVE to the CVE list. @param cve the CVE to add
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:471
↓ 4 callers
Method
addCvssV2Below
Adds the CVSS to the cvssV2Below list. @param cvss the CVSS to add
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:300
↓ 4 callers
Method
addCwe
Adds a CWE to the set. @param cwe new CWE to add
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:397
↓ 4 callers
Method
addPropertyToEvidence
Adds a value to the evidence collection. @param dependency the dependency being analyzed @param type the type of evidence to add @param confidence th
core/src/main/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzer.java:337
↓ 4 callers
Method
addTestDependencyTo
(Engine engine)
core/src/test/java/org/owasp/dependencycheck/analyzer/OssIndexAnalyzerTest.java:197
↓ 4 callers
Method
addVulnerabilityName
Adds the CPE to the CPE list. @param name the vulnerability name to add
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:228
↓ 4 callers
Method
appendTerm
(String term)
core/src/main/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java:104
↓ 4 callers
Method
assertProductEvidence
(Dependency result, String product)
core/src/test/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzerTest.java:148
↓ 4 callers
Method
buildArgumentList
Builds the beginnings of a List for ProcessBuilder @return the list of arguments to begin populating the ProcessBuilder
core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java:106
↓ 4 callers
Method
collectionContainsString
Used to determine if the EvidenceCollection contains a specific string. @param evidence an of evidence object to check @param text the text to search
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:682
↓ 4 callers
Method
configureServerCredentials
Retrieves the server credentials from the settings.xml, decrypts the password, and places the values into the settings under the given key names. @pa
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:2691
↓ 4 callers
Method
createDependencyFromNameAndVersion
(File file, String name, String version)
core/src/main/java/org/owasp/dependencycheck/analyzer/DartAnalyzer.java:235
↓ 4 callers
Method
createDependencyWithDifferentScores
()
core/src/test/java/org/owasp/dependencycheck/xml/suppression/SuppressionRuleTest.java:665
↓ 4 callers
Method
csvCpeConfidence
Takes a set of Identifiers, filters them to just CPEs, and formats them for confidence display in a CSV. @param ids the set of identifiers @return th
core/src/main/java/org/owasp/dependencycheck/reporting/EscapeTool.java:166
↓ 4 callers
Method
csvIdentifiers
Takes a set of Identifiers, filters them to none CPE, and formats them for display in a CSV. @param ids the set of identifiers @return the formatted
core/src/main/java/org/owasp/dependencycheck/reporting/EscapeTool.java:139
↓ 4 callers
Method
derivePomUrl
Tries to determine the URL to the pom.xml. @param artifactId the artifact id @param version the version @param artifactUrl the artifact URL @return t
core/src/main/java/org/owasp/dependencycheck/data/nexus/MavenArtifact.java:121
↓ 4 callers
Method
determineVersionFromMap
Give an NPM version range and a collection of versions, this method attempts to select a specific version from the collection that is in the range. @
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractNpmAnalyzer.java:540
↓ 4 callers
Method
eggtestAssertions
(Object context, final String resource)
core/src/test/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzerTest.java:161
↓ 4 callers
Method
equals
(Object o)
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ItemImpl.java:111
↓ 4 callers
Method
extractFiles
Extracts the contents of an archive into the specified directory. @param archive an archive file such as a WAR or EAR @param extractTo a directory to
core/src/main/java/org/owasp/dependencycheck/utils/ExtractionUtil.java:70
↓ 4 callers
Method
extractImportantUrlData
<p> Takes a URL, in String format, and adds the important parts of the URL to a list of strings.</p> <p> Example, given the following input:</p> <code
core/src/main/java/org/owasp/dependencycheck/utils/UrlStringUtils.java:95
↓ 4 callers
Method
fetchMavenArtifacts
Downloads the corresponding list of MavenArtifacts of the given dependency from MavenCentral. <p> As the connection to MavenCentral is known to be unr
core/src/main/java/org/owasp/dependencycheck/analyzer/CentralAnalyzer.java:350
↓ 4 callers
Method
generateReport
(Settings settings, File writeTo, File writeJsonTo, File writeHtmlTo, File writeJunitTo, File writeCsvTo, File
core/src/test/java/org/owasp/dependencycheck/reporting/ReportGeneratorIT.java:154
↓ 4 callers
Method
getCpe
Returns the CPE object. @return the CPE object
core/src/main/java/org/owasp/dependencycheck/dependency/naming/CpeIdentifier.java:112
↓ 4 callers
Method
getDataFile
Returns a value from the properties file as a File object. If the value was specified as a system property or passed in via the -Dprop=value argument
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1303
↓ 4 callers
Method
getDependency
(String type, String namespace, String name, String version)
core/src/test/java/org/owasp/dependencycheck/analyzer/UnusedSuppressionRuleAnalyzerTest.java:98
↓ 4 callers
Method
getEcosystem
Determines the ecosystem for the given CVE. @param cve the CVE data @return the ecosystem
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/UrlEcosystemMapper.java:71
↓ 4 callers
Method
getEntries
Get the value of CWEs. @return the value of CWEs
core/src/main/java/org/owasp/dependencycheck/dependency/CweSet.java:51
↓ 4 callers
Method
getExtension
()
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/FileExtensionHint.java:89
↓ 4 callers
Method
getLicenseUrl
Gets the licenseUrl. @return the licenseUrl
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackage.java:126
↓ 4 callers
Method
getMainDotnetDependency
Determines which of the dotnet dependencies should be considered the primary. @param dependency1 the first dotnet dependency to compare @param depend
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyMergingAnalyzer.java:302
↓ 4 callers
Method
getMainGemspecDependency
Ruby gems installed by "bundle install" can have zero or more .gemspec files, all of which have the same packagePath and should be grouped. If one of
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyMergingAnalyzer.java:207
↓ 4 callers
Method
getMainSwiftDependency
Determines which of the swift dependencies should be considered the primary. @param dependency1 the first swift dependency to compare @param dependen
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyMergingAnalyzer.java:252
↓ 4 callers
Method
getMd5sum
Returns the MD5 Checksum of the dependency file. @return the MD5 Checksum
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:373
↓ 4 callers
Method
getMessageDigest
Returns the message digest. @param algorithm the algorithm for the message digest @return the message digest
utils/src/main/java/org/owasp/dependencycheck/utils/Checksum.java:244
↓ 4 callers
Method
getName
()
core/src/main/java/org/owasp/dependencycheck/analyzer/PnpmAuditAnalyzer.java:116
↓ 4 callers
Method
getName
<p> Returns the full CWE name from the CWE ID.</p> @param cweId the CWE ID @return the full name of the CWE
core/src/main/java/org/owasp/dependencycheck/data/cwe/CweDB.java:82
↓ 4 callers
Method
getNodes
()
maven/src/main/java/org/owasp/dependencycheck/maven/CollectingRootDependencyGraphVisitor.java:68
↓ 4 callers
Method
getNumberOfRulesLoadedFromPath
Load a file into the {@link AbstractSuppressionAnalyzer} and return the number of rules loaded. @param path the path to load. @return the number of r
core/src/test/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzerTest.java:157
↓ 4 callers
Method
getParentGroupId
Get the value of parentGroupId. @return the value of parentGroupId
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:225
↓ 4 callers
Method
getPreEmptiveAuthContext
Gets a HttpClientContext that supports pre-emptive authentication. @return A HttpClientContext pre-configured with the authentication cache build from
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:623
↓ 4 callers
Method
getResults
Gets the list of results. @return the list of results
core/src/main/java/org/owasp/dependencycheck/data/elixir/MixAuditJsonParser.java:152
↓ 4 callers
Method
getStopWords
Returns the set of stop words being used. @return the set of stop words being used
core/src/main/java/org/owasp/dependencycheck/data/lucene/SearchFieldAnalyzer.java:57
↓ 4 callers
Method
getSuppressedIdentifiers
Get the unmodifiable set of suppressedIdentifiers. @return the value of suppressedIdentifiers
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:596
↓ 4 callers
Method
getTitle
Gets the title. @return the title
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackage.java:72
↓ 4 callers
Method
getUntil
Get the (@code{nullable}) value of until. @return the value of until
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:147
↓ 4 callers
Method
getVersion
()
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:197
↓ 4 callers
Method
getVersion
Returns the Package URL version. @see com.github.packageurl.PackageURL#getVersion() @return the Package URL name.
core/src/main/java/org/owasp/dependencycheck/dependency/naming/PurlIdentifier.java:197
↓ 4 callers
Method
getVulnerableSoftware
Get the value of vulnerableSoftware. @return the value of vulnerableSoftware
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:282
↓ 4 callers
Method
hasCpe
Returns whether or not this suppression rule as CPE entries. @return whether or not this suppression rule as CPE entries
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:237
↓ 4 callers
Method
hasCve
Returns whether this suppression rule has CVE entries. @return whether this suppression rule has CVE entries
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:480
↓ 4 callers
Method
hasCvssBelow
Returns whether or not this suppression rule has CVSS suppression criteria. @return whether or not this suppression rule has CVSS suppression criteri
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:273
← previous
next →
401–500 of 3,473, ranked by callers