MCPcopy Index your code

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

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

↓ 12 callersMethodadapt
(JsLibraryResult result)
core/src/main/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzer.java:338
↓ 12 callersMethodanalyzeDependency
(Dependency dependency, Engine engine)
core/src/test/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzerTest.java:210
↓ 12 callersMethodcompareTo
Compares two vulnerabilities.<br> Natural order of vulnerabilities is defined as decreasing in severity and alphabetically by name for equal severity.
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:508
↓ 12 callersMethodcvssV2ScoreToSeverity
Determines the severity from the score. @param score the score @return the severity
core/src/main/java/org/owasp/dependencycheck/utils/CvssUtil.java:147
↓ 12 callersMethodgetEcosystem
Returns the ecosystem for the given CPE (vendor, product). If the CPE has a different ecosystem previously identified the ecosystem will be updated to
core/src/main/java/org/owasp/dependencycheck/data/update/cpe/CpeEcosystemCache.java:67
↓ 12 callersMethodgetExceptions
Get the value of exceptions. @return the value of exceptions
core/src/main/java/org/owasp/dependencycheck/exception/ExceptionCollection.java:127
↓ 12 callersMethodidentifierMatches
Determines if the cpeEntry specified as a PropertyType matches the given Identifier. @param suppressionEntry a suppression rule entry @param identifi
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:758
↓ 12 callersMethodisFatal
Get the value of fatal. @return the value of fatal
core/src/main/java/org/owasp/dependencycheck/exception/ExceptionCollection.java:159
↓ 12 callersMethodisShadedJar
Determines if the jar is shaded and the created pom.xml identified the same CPE as the jar - if so, the pom.xml dependency should be removed. @param
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java:505
↓ 12 callersMethodsave
Saves the key value pair to the properties store. @param key the property key @param value the property value
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseProperties.java:111
↓ 12 callersMethodsetName
Set the value of name. @param name new value of name
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:108
↓ 12 callersMethodtestResultFor
(Map<String, List<String>> identifiers)
core/src/test/java/org/owasp/dependencycheck/analyzer/RetireJsLibraryTest.java:219
↓ 12 callersMethodtoString
()
maven/src/test/java/org/owasp/dependencycheck/maven/ArtifactScopeExcludedTest.java:117
↓ 11 callersMethodaddException
Adds an exception to the collection. @param ex the exception to add
core/src/main/java/org/owasp/dependencycheck/exception/ExceptionCollection.java:136
↓ 11 callersMethodaddVulnerability
Adds a vulnerability to the dependency. @param vulnerability a vulnerability
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:755
↓ 11 callersMethodassertHasSingleRetireJsVuln
(RetireJsLibrary retireJsLibrary, RetireJsLibrary.KnownCveProvider cveLookup)
core/src/test/java/org/owasp/dependencycheck/analyzer/RetireJsLibraryTest.java:213
↓ 11 callersMethodbuild
Builds the CPE Object. @return the CPE Object @throws CpeValidationException thrown if one of the CPE components is invalid
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareBuilder.java:66
↓ 11 callersMethodcollectTerms
<p> Returns the text created by concatenating the text and the values from the EvidenceCollection (filtered for a specific confidence). This attempts
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:307
↓ 11 callersMethodfetchFile
Retrieves a file from a given URL and saves it to the outputPath. @param url the URL of the file to download @param outputPath the path to the
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:382
↓ 11 callersMethodgetChecksum
<p> Creates the cryptographic checksum of a given file using the specified algorithm.</p> @param algorithm the algorithm to use to calculate the chec
utils/src/main/java/org/owasp/dependencycheck/utils/Checksum.java:89
↓ 11 callersMethodgetDescription
Get the value of description. @return the value of description
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:189
↓ 11 callersMethodgetFileVersion
Get the value of fileVersion. @return the value of fileVersion
core/src/main/java/org/owasp/dependencycheck/xml/assembly/AssemblyData.java:222
↓ 11 callersMethodhandleResponse
Process the Artifactory response. @param response the HTTP response @return a list of the Maven Artifact information that matches the searched depend
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ArtifactorySearchResponseHandler.java:149
↓ 11 callersMethodisGetVersion
Determines if the 'version' command line argument was passed in. @return whether or not the 'version' command line argument was passed in
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:593
↓ 11 callersMethodisWebJar
Determines if a JS file is from a webjar dependency. @param dependency the first dependency to compare @param nextDependency the second dependency to
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java:453
↓ 11 callersMethodmatches
<p> Determines if the VulnerableSoftware matches the given target VulnerableSoftware. This does not follow the CPE 2.3 Specification exactly as there
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java:200
↓ 11 callersMethodmergeDependencies
Adds the relatedDependency to the dependency's related dependencies. @param dependency the main dependency @param relatedDependency a collection of d
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java:177
↓ 11 callersMethodparseSuppressionRules
Parses the given XML file and returns a list of the suppression rules contained. @param file an XML file containing suppression rules @return a list
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionParser.java:88
↓ 11 callersMethodsetEcosystem
Set the value of ecosystem. @param ecosystem new value of ecosystem
core/src/main/java/org/owasp/dependencycheck/data/update/cpe/CpePlus.java:66
↓ 11 callersMethodsetUnscoredSeverity
Sets the severity a {@link Source} has assigned for which a CVSS score is not available. Severity could be anything ranging from 'critical', 'high', '
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:421
↓ 11 callersMethodtoFormattedUrlString
(String formatArg)
core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java:669
↓ 11 callersMethodwriteReports
Writes the report to the given output directory. @param applicationName the name of the application/project @param outputDir the path to the output d
core/src/main/java/org/owasp/dependencycheck/Engine.java:1176
↓ 10 callersMethodaccept
(File pathname)
core/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java:266
↓ 10 callersMethodaddEntry
Adds an entry to the specified collection and sets the Integer (e.g. the count) to 1. If the entry already exists in the collection then the Integer i
core/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java:1231
↓ 10 callersMethodclose
Closes the MemoryIndex.
core/src/main/java/org/owasp/dependencycheck/data/cpe/MemoryIndex.java:93
↓ 10 callersMethodequals
Generated equals method to perform equality check. @param obj the object to check @return true if the objects are equal; otherwise false
core/src/main/java/org/owasp/dependencycheck/xml/pom/License.java:120
↓ 10 callersMethoderror
(SAXParseException exception)
utils/src/test/java/org/owasp/dependencycheck/utils/XmlUtilsTest.java:119
↓ 10 callersMethodfetchContent
Retrieves a file from a given URL and returns the contents. @param url the URL of the file to download @param charset The characterset to use to
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:576
↓ 10 callersMethodgetArtifactUrl
Gets the artifactUrl. @return the artifactUrl
core/src/main/java/org/owasp/dependencycheck/data/nexus/MavenArtifact.java:194
↓ 10 callersMethodgetDatabase
Returns a reference to the database. @return a reference to the database
core/src/main/java/org/owasp/dependencycheck/Engine.java:1022
↓ 10 callersMethodgetDatabaseProperties
Get the value of databaseProperties. @return the value of databaseProperties
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:439
↓ 10 callersMethodgetGivenVersion
Get the value of givenVersion. @return the value of givenVersion
core/src/main/java/org/owasp/dependencycheck/xml/hints/HintRule.java:281
↓ 10 callersMethodgetLicense
Get the value of license. @return the value of license
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:700
↓ 10 callersMethodgetPackagePath
Returns the package path. @return the package path
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:248
↓ 10 callersMethodgetResourceAsStream
Gets the {@link java.io.InputStream} for this resource. @param resource path @return the input stream for the given resource @throws FileNotFoundExce
utils/src/main/java/org/owasp/dependencycheck/utils/FileUtils.java:162
↓ 10 callersMethodgetSettings
Returns the configured settings. @return the configured settings
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:2899
↓ 10 callersMethodgetTimestamp
Retrieves a zoned date time. @param key the property key @return the zoned date time
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseProperties.java:183
↓ 10 callersMethodisBatchInsertEnabled
Determines whether or not batch insert is enabled. @return <code>true</code> if batch insert is enabled; otherwise <code>false</code>
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:1691
↓ 10 callersMethodisGetHelp
Determines if the 'help' command line argument was passed in. @return whether or not the 'help' command line argument was passed in
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:602
↓ 10 callersMethodisMandatoryFeedYear
@param now The current time in any timezone @param targetYear Target year's feed data to retrieve @return Whether or not the targetYear is cons
core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java:753
↓ 10 callersMethodmatches
Uses the object's properties to determine if the supplied string matches the value of this property. @param text the String to validate @return wheth
core/src/main/java/org/owasp/dependencycheck/xml/suppression/PropertyType.java:112
↓ 10 callersMethodopen
Creates and loads data into an in memory index. @param data the CPE data @param settings a reference to the dependency-check settings @throws IndexEx
core/src/main/java/org/owasp/dependencycheck/data/cpe/MemoryIndex.java:52
↓ 10 callersMethodpasses
{@inheritDoc}
maven/src/main/java/org/owasp/dependencycheck/maven/ArtifactTypeExcluded.java:49
↓ 10 callersMethodpluginDefaults
()
maven/src/test/java/org/owasp/dependencycheck/maven/ArtifactScopeExcludedTest.java:79
↓ 10 callersMethodreadPom
Reads in the specified POM and converts it to a Model. @param file the pom.xml file @return returns an object representation of the POM @throws Analy
core/src/main/java/org/owasp/dependencycheck/xml/pom/PomUtils.java:58
↓ 10 callersMethodsetArrayIfNotEmpty
Sets a property value only if the array value is not null and not empty. @param key the key for the property @param value the value for the property
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1137
↓ 10 callersMethodsetCvssV3
Sets the CVSS V3 scoring information. @param cvssV3 the CVSS V3 scoring information
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:361
↓ 10 callersMethodwithExpectedResult
(final boolean expectedResult)
maven/src/test/java/org/owasp/dependencycheck/maven/ArtifactScopeExcludedTest.java:112
↓ 10 callersMethodwithTestString
(final String testString)
maven/src/test/java/org/owasp/dependencycheck/maven/ArtifactScopeExcludedTest.java:107
↓ 9 callersMethodaddAsEvidence
Adds the Maven artifact as evidence. @param source The source of the evidence @param mavenArtifact The Maven artifact @param confidence The confidenc
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:546
↓ 9 callersMethodaddCpe
Adds the CPE to the CPE list. @param cpe the CPE to add
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:219
↓ 9 callersMethodaddIncludedBy
Adds the parent or root of the transitive dependency chain (i.e., this was included by the parent dependency X). @param includedBy a project referenc
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:821
↓ 9 callersMethodbuildReference
(final String groupId, final String artifactId, final String version)
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:1542
↓ 9 callersMethodcleanup
Cleans up resources to prevent memory leaks.
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1004
↓ 9 callersMethodclose
Close the given {@link java.io.Closeable} instance, ignoring nulls, and logging any thrown {@link java.io.IOException}. @param closeable to be closed
utils/src/main/java/org/owasp/dependencycheck/utils/FileUtils.java:145
↓ 9 callersMethodcompareUpdateAttributes
Performs the same operation as Cpe.compareAttributes() - except additional rules are applied to match a1 to alpha1 and the comparison of update attrib
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java:233
↓ 9 callersMethodconfigureCredentials
Configure pre-emptive credentials for the host/port of the URL when configured in settings for the default credential-store and authentication-cache.
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:317
↓ 9 callersMethodequals
Compares the equality of this object to the one passed in as a parameter. @param obj the object to compare equality @return returns true only if the
core/src/main/java/org/owasp/dependencycheck/utils/DependencyVersion.java:138
↓ 9 callersMethodfilter
(SuppressionRule rule)
core/src/test/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzerTest.java:230
↓ 9 callersMethodgetAddProduct
Get the value of addProduct. @return the value of addProduct
core/src/main/java/org/owasp/dependencycheck/xml/hints/HintRule.java:158
↓ 9 callersMethodgetAddVendor
Get the value of addVendor. @return the value of addVendor
core/src/main/java/org/owasp/dependencycheck/xml/hints/HintRule.java:200
↓ 9 callersMethodgetArray
Returns a list with the given key. <p> If the property is not set then {@code null} will be returned. @param key the key to get from this {@link org.
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1390
↓ 9 callersMethodgetEcosystem
@return the ecosystem
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:1046
↓ 9 callersMethodgetGivenProduct
Get the value of givenProduct. @return the value of givenProduct
core/src/main/java/org/owasp/dependencycheck/xml/hints/HintRule.java:115
↓ 9 callersMethodgetGivenVendor
Get the value of givenVendor. @return the value of givenVendor
core/src/main/java/org/owasp/dependencycheck/xml/hints/HintRule.java:137
↓ 9 callersMethodgetInstance
Gets the singleton instance of the CpeMemoryIndex. @return the instance of the CpeMemoryIndex
core/src/main/java/org/owasp/dependencycheck/data/cpe/CpeMemoryIndex.java:54
↓ 9 callersMethodgetNamespaces
Get the value of namespaces. @return the value of namespaces
core/src/main/java/org/owasp/dependencycheck/xml/assembly/AssemblyData.java:330
↓ 9 callersMethodgetNotes
Get the value of notes from suppression notes. @return the value of notes
core/src/main/java/org/owasp/dependencycheck/dependency/naming/Identifier.java:65
↓ 9 callersMethodgetRemoveProduct
Get the value of removeProduct. @return the value of removeProduct
core/src/main/java/org/owasp/dependencycheck/xml/hints/HintRule.java:241
↓ 9 callersMethodgetSuppressedVulnerabilities
Get an unmodifiable set of suppressedVulnerabilities. @return the unmodifiable sorted set of suppressedVulnerabilities
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:648
↓ 9 callersMethodgetVersion
Gets the version. @return the version
core/src/main/java/org/owasp/dependencycheck/data/nexus/MavenArtifact.java:176
↓ 9 callersMethodisBase
Get the value of base. @return the value of base
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:543
↓ 9 callersMethodparse
Parses the JSON response from the NPM Audit API. @param jsonResponse the JSON node to parse @return an AdvisoryResults object @throws org.json.JSONEx
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/NpmAuditParser.java:53
↓ 9 callersMethodsetActualFilePath
Sets the actual file path of the dependency on disk. @param actualFilePath the file path of the dependency
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:293
↓ 9 callersMethodsetFloatOrNull
Sets a parameter value on a prepared statement with null checks. @param ps the prepared statement @param i the parameter index @param value the value
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/H2Functions.java:533
↓ 9 callersMethodsetSource
Sets the source that identified the vulnerability. @param source the source
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:601
↓ 9 callersMethodtestBooleanProperties
(String[] args, Map<String, Boolean> expected)
cli/src/test/java/org/owasp/dependencycheck/AppTest.java:173
↓ 9 callersMethodtoString
Default implementation of toString(). @return the string representation of the object
core/src/main/java/org/owasp/dependencycheck/xml/suppression/PropertyType.java:176
↓ 8 callersMethodaddMatchingValues
Cycles through the collection of class name information to see if parts of the package names are contained in the provided value. If found, it will be
core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java:505
↓ 8 callersMethodaddNamespace
Adds a name space. @param namespace the namespace to add
core/src/main/java/org/owasp/dependencycheck/xml/assembly/AssemblyData.java:339
↓ 8 callersMethodaddProjectReference
Adds a project reference. @param projectReference a project reference
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:868
↓ 8 callersMethodaddVulnerableSoftware
Adds the vulnerableSoftware to the collection. @param vulnerableSoftware a collection of vulnerable software
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:316
↓ 8 callersMethodcleanup
De-registers the driver. @param driver the driver to de-register
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DriverLoader.java:55
↓ 8 callersMethodconfigureCredentials
Configure the credentials in the settings for a certain connection.<br/> <p> When a serverId is given, then its values are used instead of the less se
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:2587
↓ 8 callersMethodextractFromUrlOptionalPattern
@param url A NVD data feed URL which may be just a base URL such as https://my-nvd-cache/nvd_cache or may include a formatted URL ending wi
core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java:691
↓ 8 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/Analyzer.java:71
↓ 8 callersMethodgetCoord
Returns the value of coord. @return the value of coord
core/src/main/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzer.java:347
↓ 8 callersMethodgetDescription
Get the value of description. @return the value of description
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:153
↓ 8 callersMethodgetName
Get the value of name. @return the value of name
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:99
↓ 8 callersMethodgetParentVersion
Get the value of parentVersion. @return the value of parentVersion
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:261
← previousnext →201–300 of 3,473, ranked by callers