Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dependency-check/DependencyCheck
/ functions
Functions
3,473 in github.com/dependency-check/DependencyCheck
⨍
Functions
3,473
◇
Types & classes
508
↓ 1 callers
Function
resetAlerts
()
src/site/resources/js/purl.js:54
↓ 1 callers
Method
resolveArtifactDependencies
(final DependableCoordinate artifact, MavenProject project)
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:1555
↓ 1 callers
Function
resolve_url
Return a URL appropriate for the arguments passed. The arguments could be: * A model: the model's `get_absolute_url()` function wil
core/src/test/resources/python/site-packages/django/shortcuts.py:133
↓ 1 callers
Method
retrievePomListing
Searches a JarFile for pom.xml entries and returns a listing of these entries. @param jar the JarFile to search @return a list of pom.xml entries @th
core/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java:537
↓ 1 callers
Method
retrievePomProperties
Given a path to a pom.xml within a JarFile, this method attempts to load a sibling pom.properties if one exists. @param path the path to the pom.xml
core/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java:514
↓ 1 callers
Method
run
Main CLI entry-point into the application. @param args the command line arguments @return the exit code to return
cli/src/main/java/org/owasp/dependencycheck/App.java:115
↓ 1 callers
Method
runScan
Scans the specified directories and writes the dependency reports to the reportDirectory. @param reportDirectory the path to the directory where the
cli/src/main/java/org/owasp/dependencycheck/App.java:252
↓ 1 callers
Method
runUpdateOnly
Only executes the update phase of dependency-check. @throws UpdateException thrown if there is an error updating @throws DatabaseException thrown if
cli/src/main/java/org/owasp/dependencycheck/App.java:442
↓ 1 callers
Method
sameArtifact
Utility method for a work-around to MSHARED-998 @param res A single ArtifactResult obtained from the DependencyResolver @param unresolvedArtifact The
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:1773
↓ 1 callers
Method
saveCpeEcosystemCache
()
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:1130
↓ 1 callers
Method
saveProperty
Saves a property to the database. @param key the property key @param value the property value
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:568
↓ 1 callers
Method
scanAntStylePaths
Scans the give Ant Style paths and collects the actual files. @param antStylePaths a list of ant style paths to scan for actual files @param symLinkD
cli/src/main/java/org/owasp/dependencycheck/App.java:371
↓ 1 callers
Method
scanDependencies
Scans the dependencies of the projects. @param engine the engine used to perform the scanning @return a collection of exceptions @throws MojoExecutio
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:2187
↓ 1 callers
Method
scanDirectory
Recursively scans files and directories. Any dependencies identified are added to the dependency collection. @param dir the directory to scan @return
core/src/main/java/org/owasp/dependencycheck/Engine.java:487
↓ 1 callers
Method
scanPlugins
Scans the project's artifacts for plugin-dependencies and adds them to the engine's dependency list. @param project the project to scan the plugin-de
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:1443
↓ 1 callers
Method
serializeCweData
Writes the map of CWE data to disk. @param cwe the CWE data @param out the file output location
core/src/main/java/org/owasp/dependencycheck/data/cwe/App.java:105
↓ 1 callers
Method
setAccess
(String access)
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:241
↓ 1 callers
Method
setApplicationName
Set the value of applicationName. @param applicationName new value of applicationName
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:253
↓ 1 callers
Method
setArtifactUrl
Sets the artifactUrl. @param artifactUrl the artifactUrl
core/src/main/java/org/owasp/dependencycheck/data/nexus/MavenArtifact.java:203
↓ 1 callers
Method
setAuthors
Sets the authors. @param authors the authors
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackage.java:81
↓ 1 callers
Method
setAutoUpdate
Set the value of autoUpdate. @param autoUpdate new value of autoUpdate
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:361
↓ 1 callers
Method
setCentralAnalyzerEnabled
Set the value of centralAnalyzerEnabled. @param centralAnalyzerEnabled new value of centralAnalyzerEnabled
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:659
↓ 1 callers
Method
setCpe
Set the value of CPE. @param cpe new value of CPE
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:210
↓ 1 callers
Method
setCreated
(String created)
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:137
↓ 1 callers
Method
setCve
Set the value of CVE. @param cve new value of CVE
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:462
↓ 1 callers
Method
setCveDB
Sets the reference to the CveDB. @param cveDb the CveDB
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:1350
↓ 1 callers
Method
setCves
(List<String> cves)
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:209
↓ 1 callers
Method
setCvssBelow
Set the value of cvssBelow. @param cvssBelow new value of cvssBelow
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:255
↓ 1 callers
Method
setCwe
Set the value of CWE. @param cwe new value of CWE
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:426
↓ 1 callers
Method
setDependencies
Sets the list of dependencies to scan. @param dependencies new value of dependencies
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:289
↓ 1 callers
Method
setDescription
Sets the description. @param description the description
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackage.java:144
↓ 1 callers
Method
setDocumentId
Set the value of documentId. @param documentId new value of documentId
core/src/main/java/org/owasp/dependencycheck/data/cpe/IndexEntry.java:71
↓ 1 callers
Method
setEmail
Set the value of email. @param email new value of email
core/src/main/java/org/owasp/dependencycheck/xml/pom/Developer.java:108
↓ 1 callers
Method
setError
Set the value of error. @param error new value of error
core/src/main/java/org/owasp/dependencycheck/xml/assembly/AssemblyData.java:105
↓ 1 callers
Method
setGAVFromPomDotProperties
Replaces the group/artifact/version obtained from the `pom.xml` which may contain variable references with the interpolated values of the <a href="htt
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:362
↓ 1 callers
Method
setId
Set the value of id. @param id new value of id
core/src/main/java/org/owasp/dependencycheck/xml/pom/Developer.java:72
↓ 1 callers
Method
setInput
Sets the input to process. @param input the input to process
utils/src/main/java/org/owasp/dependencycheck/utils/processing/Processor.java:55
↓ 1 callers
Method
setKnownExploitedVulnerability
Adds information about known exploited vulnerabilities. @param kev the known exploited vulnerability information
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:264
↓ 1 callers
Method
setLegacyOssIndexCredentials
(final Settings settings)
core/src/test/java/org/owasp/dependencycheck/data/ossindex/OssIndexHelper.java:18
↓ 1 callers
Method
setLicenseUrl
Sets the licenseUrl. @param licenseUrl the licenseUrl
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackage.java:117
↓ 1 callers
Method
setMatched
Set the value of matched. @param matched new value of matched
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:138
↓ 1 callers
Method
setMemoryIndex
Sets the MemoryIndex. @param idx the memory index
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:1368
↓ 1 callers
Method
setNotes
Set the value of notes. @param notes new value of notes
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:439
↓ 1 callers
Method
setOwners
Sets the owners. @param owners the owners
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackage.java:99
↓ 1 callers
Method
setPackagePath
Sets the package path on the given dependency. @param dep the dependency to update
core/src/main/java/org/owasp/dependencycheck/analyzer/CocoaPodsAnalyzer.java:338
↓ 1 callers
Method
setPackagePath
Sets the package path on the dependency. @param dep the dependency to alter
core/src/main/java/org/owasp/dependencycheck/analyzer/RubyGemspecAnalyzer.java:294
↓ 1 callers
Method
setPackagePath
Sets the package path on the given dependency. @param dep the dependency to update
core/src/main/java/org/owasp/dependencycheck/analyzer/SwiftPackageManagerAnalyzer.java:246
↓ 1 callers
Method
setPatchedVersions
(String patchedVersions)
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:225
↓ 1 callers
Method
setProjectURL
Set the value of projectURL. @param projectURL new value of projectURL
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:324
↓ 1 callers
Method
setRecommendation
(String recommendation)
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:169
↓ 1 callers
Method
setReferences
(String references)
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:233
↓ 1 callers
Method
setReportFormat
Set the value of reportFormat. @param reportFormat new value of reportFormat
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:415
↓ 1 callers
Method
setReportOutputDirectory
Set the value of reportOutputDirectory. @param reportOutputDirectory new value of reportOutputDirectory
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:325
↓ 1 callers
Method
setSearchScore
Set the value of searchScore. @param searchScore new value of searchScore
core/src/main/java/org/owasp/dependencycheck/data/cpe/IndexEntry.java:125
↓ 1 callers
Method
setShortDescription
Set the short description. @param shortDescription the short description
core/src/main/java/org/owasp/dependencycheck/reporting/SarifRule.java:754
↓ 1 callers
Method
setTitle
Sets the title. @param title the title
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackage.java:63
↓ 1 callers
Method
setUntil
Set the value of until. @param until new value of until
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:156
↓ 1 callers
Method
setUp
Initialize the {@link Settings}.
cli/src/test/java/org/owasp/dependencycheck/BaseTest.java:36
↓ 1 callers
Method
setUpdateOnly
Set the value of updateOnly. @param updateOnly new value of updateOnly
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:379
↓ 1 callers
Method
setUpdated
(String updated)
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:145
↓ 1 callers
Method
setVendor
Set the value of vendor. @param vendor new value of vendor
core/src/main/java/org/owasp/dependencycheck/data/cpe/IndexEntry.java:89
↓ 1 callers
Method
setWarning
Set the value of warning. @param warning new value of warning
core/src/main/java/org/owasp/dependencycheck/xml/assembly/AssemblyData.java:357
↓ 1 callers
Function
setup
Configure the settings (this happens as a side effect of accessing the first setting), configure logging and populate the app registry.
core/src/test/resources/python/site-packages/django/__init__.py:11
↓ 1 callers
Method
shouldUpdate
Determines if the we should update the Hosted Suppressions file. @param repo the Hosted Suppressions file. @return <code>true</code> if an update to
core/src/main/java/org/owasp/dependencycheck/data/update/HostedSuppressionsDataSource.java:102
↓ 1 callers
Method
shouldUpdate
Determines if the we should update the RetireJS database. @param repo the retire JS repository. @return <code>true</code> if an updated to the Retire
core/src/main/java/org/owasp/dependencycheck/data/update/RetireJSDataSource.java:109
↓ 1 callers
Method
shouldUpdate
Checks if the Known Exploited Vulnerabilities (KEV) were last checked recently. As an optimization, we can avoid repetitive checks against the KEV. Se
core/src/main/java/org/owasp/dependencycheck/data/update/KnownExploitedDataSource.java:129
↓ 1 callers
Method
showSummary
Generates a warning message listing a summary of dependencies and their associated CPE and CVE entries. @param mp the Maven project for which the sum
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:2981
↓ 1 callers
Method
singleEntry
(@NonNull String type, @Nullable List<String> identifiers)
core/src/main/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzer.java:501
↓ 1 callers
Method
skipToProject
Skips bytes from the input stream until it finds the <project> element. @throws IOException thrown if an I/O error occurs
core/src/main/java/org/owasp/dependencycheck/xml/pom/PomProjectInputStream.java:63
↓ 1 callers
Method
sortDependencies
Sorts the dependency list.
core/src/main/java/org/owasp/dependencycheck/Engine.java:269
↓ 1 callers
Method
sourceMatches
Checks whether the source of the evidence matches this matcher. If our source is {@code null} any source in the evidence matches. Otherwise the source
core/src/main/java/org/owasp/dependencycheck/xml/hints/EvidenceMatcher.java:183
↓ 1 callers
Method
startDownloads
(final Map<String, String> updateable, ExecutorService processingExecutorService, DownloadTask runLast,
core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java:226
↓ 1 callers
Method
storeLastModifiedDates
(final ZonedDateTime now, final Properties cacheProperties, final Map<String, String> updateable)
core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java:209
↓ 1 callers
Method
suppressedBasedOnScore
(Vulnerability v)
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:666
↓ 1 callers
Method
tearDown
Clean the {@link Settings}.
cli/src/test/java/org/owasp/dependencycheck/BaseTest.java:44
↓ 1 callers
Method
testGoMod
Launches `go mod edit` to test if go is installed. @param folder the folder location to execute go mode help in @return a reference to the launched p
core/src/main/java/org/owasp/dependencycheck/analyzer/GolangModAnalyzer.java:162
↓ 1 callers
Method
testMatch
Tests if the left matches the right. @param left the cpe to compare @param right the cpe to check @return <code>true</code> if a match is found; othe
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java:333
↓ 1 callers
Method
testRemaining
Tests the buffer to see if it contains the given sequence[1]..[n]. It is assumed that sequence[0] is checked prior to calling this method and that buf
core/src/main/java/org/owasp/dependencycheck/xml/pom/PomProjectInputStream.java:101
↓ 1 callers
Method
testSortStabilityForPermutations
Sorts the offered list of vulnerabilities four times starting with the vulnerabilities arranged in different sequences before sorting to check that so
core/src/test/java/org/owasp/dependencycheck/dependency/VulnerabilityTest.java:198
↓ 1 callers
Method
toAhoCorasickDoubleArrayTrie
()
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/DescriptionEcosystemMapper.java:119
↓ 1 callers
Method
toDependency
Converts the GoModDependency into a Dependency object. @param parentDependency the parent dependency @return the resulting Dependency object
core/src/main/java/org/owasp/dependencycheck/data/golang/GoModDependency.java:97
↓ 1 callers
Method
toDependencyNode
Converts the dependency to a dependency node object. @param nodes the list of dependency nodes @param buildingRequest the Maven project building requ
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:1582
↓ 1 callers
Method
toGav
Returns the GAV representation of the Package URL as utilized in gradle builds. @return the GAV representation of the Package URL
core/src/main/java/org/owasp/dependencycheck/dependency/naming/PurlIdentifier.java:207
↓ 1 callers
Method
toNvdSearchUrl
Returns the NVD search URL for this vulnerable software. @return the NVD search URL
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java:536
↓ 1 callers
Method
toString
()
core/src/main/java/org/owasp/dependencycheck/data/golang/GoModDependency.java:210
↓ 1 callers
Method
toString
()
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java:488
↓ 1 callers
Method
toString
()
core/src/main/java/org/owasp/dependencycheck/dependency/CweSet.java:66
↓ 1 callers
Method
toString
Standard implementation of toString; displays identifier value and type. @return a String representation of the object
core/src/main/java/org/owasp/dependencycheck/dependency/naming/GenericIdentifier.java:180
↓ 1 callers
Method
toVulnerabilities
(KnownCveProvider cveProvider, String severity)
core/src/main/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzer.java:411
↓ 1 callers
Method
tryAddArtifactoryCredentials
()
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:278
↓ 1 callers
Method
tryAddCentralAnalyzerCredentials
()
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:269
↓ 1 callers
Method
tryAddCentralContentCredentials
()
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:287
↓ 1 callers
Method
tryAddHostedSuppressionCredentials
()
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:242
↓ 1 callers
Method
tryAddKEVCredentials
()
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:251
↓ 1 callers
Method
tryAddNVDApiDatafeed
()
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:297
↓ 1 callers
Method
tryAddNexusAnalyzerCredentials
()
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:260
↓ 1 callers
Method
tryAddRetireJSCredentials
()
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:233
↓ 1 callers
Method
tryGetClass
(String className, String packageName)
core/src/test/java/org/owasp/dependencycheck/analyzer/DependencyCheckPropertiesTest.java:136
↓ 1 callers
Method
tryGetClasses
(String packageName, BufferedReader reader)
core/src/test/java/org/owasp/dependencycheck/analyzer/DependencyCheckPropertiesTest.java:121
↓ 1 callers
Method
tryReadFile
(File file)
core/src/main/java/org/owasp/dependencycheck/analyzer/PerlCpanfileAnalyzer.java:127
← previous
next →
1,401–1,500 of 3,473, ranked by callers