MCPcopy Index your code

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

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

↓ 513 callersMethoddebug
(String msg)
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntLoggerAdapter.java:147
↓ 421 callersMethodput
Puts an object into the cache. @param key the key for the cached object @param content the object to put into the cache
core/src/main/java/org/owasp/dependencycheck/data/cache/DataCache.java:61
↓ 378 callersMethodgetName
Returns the name of the analyzer. @return the name of the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/Analyzer.java:64
↓ 372 callersMethodget
Gets an object from the cache. @param key the key for the cached object @return the cached object
core/src/main/java/org/owasp/dependencycheck/data/cache/DataCache.java:51
↓ 358 callersMethodadd
Add the shutdown hook. @param lock the lock object
core/src/main/java/org/owasp/dependencycheck/utils/WriteLockCleanupHook.java:46
↓ 344 callersMethodgetString
Returns a value from the properties file. If the value was specified as a system property or passed in via the -Dprop=value argument - this method wil
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1350
↓ 315 callersMethodaddEvidence
Adds evidence to the collection. @param type the type of evidence (vendor, product, version) @param e Evidence
core/src/main/java/org/owasp/dependencycheck/dependency/EvidenceCollection.java:148
↓ 301 callersMethodcontains
Tests if the evidence collection contains the given evidence. @param type the type of evidence (vendor, product, version) @param e the evidence to se
core/src/main/java/org/owasp/dependencycheck/dependency/EvidenceCollection.java:306
↓ 284 callersMethodgetSettings
@return the settings for the test cases.
core/src/test/java/org/owasp/dependencycheck/BaseTest.java:96
↓ 259 callersMethodsize
Returns the number of elements in the EvidenceCollection. @return the number of elements in the collection.
core/src/main/java/org/owasp/dependencycheck/dependency/EvidenceCollection.java:385
↓ 211 callersMethodequals
Standard equals implementation. @param obj the object to compare @return true if the objects are equal, otherwise false
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:1256
↓ 208 callersMethodisEmpty
Returns <code>true</code> if there are no CWEs; otherwise <code>false</code>. @return <code>true</code> if there are no CWEs; otherwise <code>false<
core/src/main/java/org/owasp/dependencycheck/dependency/CweSet.java:101
↓ 190 callersMethodgetEvidence
Returns the unmodifiable set of evidence of the given type. @param type the type of evidence (vendor, product, version) @return the unmodifiable set
core/src/main/java/org/owasp/dependencycheck/dependency/EvidenceCollection.java:271
↓ 186 callersMethodgetDependencies
Returns a copy of the dependencies as an array. @return the dependencies identified
core/src/main/java/org/owasp/dependencycheck/Engine.java:290
↓ 182 callersMethodwarn
(String msg)
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntLoggerAdapter.java:307
↓ 177 callersMethodgetMessage
Returns the error message, including the message from all contained exceptions. @return the error message
core/src/main/java/org/owasp/dependencycheck/exception/ExceptionCollection.java:208
↓ 174 callersMethodtoString
Generated toString. @return the string representation of the license
core/src/main/java/org/owasp/dependencycheck/xml/pom/License.java:140
↓ 170 callersMethodlength
NB: This is a Troll length (i.e. it goes 1, 2, many) so 2 actually means "at least 2" @return the length
core/src/main/java/org/owasp/dependencycheck/xml/XmlInputStream.java:70
↓ 168 callersMethodsetBoolean
Sets a 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:1169
↓ 167 callersMethodgetResourceAsFile
Returns the given resource as a File using the object's class loader. @param o the object used to obtain a reference to the class loader @param resou
core/src/test/java/org/owasp/dependencycheck/BaseTest.java:85
↓ 158 callersMethodsetString
Sets a 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:1102
↓ 157 callersMethodbuild
Builds the filter and returns it. @return a filter that is the logical OR of all the conditions provided by the add... methods @throws IllegalStateEx
core/src/main/java/org/owasp/dependencycheck/utils/FileFilterBuilder.java:124
↓ 134 callersMethodgetLogger
Returns the Ant logger adapter. @param name the logger name @return the Ant logger adapter
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntLoggerFactory.java:36
↓ 130 callersMethodsetBooleanIfNotNull
Sets a property value only if the value is not null. @param key the key for the property @param value the value for the property
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1179
↓ 129 callersMethodgetFileName
Returns the file name of the dependency. @return the file name of the dependency
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:266
↓ 128 callersMethodgetSettings
()
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Purge.java:71
↓ 128 callersMethodsetStringIfNotEmpty
Sets a property value only if the 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:1125
↓ 119 callersMethodanalyze
Analyzes the given dependency. The analysis could be anything from identifying an Identifier for the dependency, to finding vulnerabilities, etc. Addi
core/src/main/java/org/owasp/dependencycheck/analyzer/Analyzer.java:57
↓ 113 callersMethodequals
Determines the equality of this and the provided object. @param obj the {@link Object} to check for equality to this @return true if this and the pro
core/src/main/java/org/owasp/dependencycheck/utils/Pair.java:118
↓ 110 callersMethodstream
Streams the CWEs. @return the stream of CWE
core/src/main/java/org/owasp/dependencycheck/dependency/CweSet.java:79
↓ 109 callersMethodgetValue
Get the string representation of the Identifier. @return the value of notes
core/src/main/java/org/owasp/dependencycheck/dependency/naming/Identifier.java:72
↓ 100 callersMethodgetActualFile
Gets a reference to the File object. @return the File object
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:309
↓ 100 callersMethodinitialize
Initializes the analyzer with the configured settings. @param settings the configured settings
core/src/main/java/org/owasp/dependencycheck/analyzer/Analyzer.java:78
↓ 98 callersMethodequals
Standard implementation of equals. @param obj the object to compare @return returns true if the objects are equal; otherwise false
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DriverShim.java:189
↓ 95 callersMethodgetBoolean
Returns a boolean value from the properties file. If the value was specified as a system property or passed in via the <code>-Dprop=value</code> argum
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1516
↓ 94 callersMethodaccept
Checks all analyzers to see if an extension is supported. @param file a file extension @return true or false depending on whether or not the file ext
core/src/main/java/org/owasp/dependencycheck/Engine.java:1049
↓ 90 callersMethodgetSettings
Returns the configured settings. @return the configured settings
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java:77
↓ 85 callersMethodgetVersion
Returns the value of version. @return the value of version
core/src/main/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzer.java:453
↓ 84 callersMethodclose
The close method is called after all of the dependencies have been analyzed. @throws Exception is thrown if an exception occurs closing the analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/Analyzer.java:96
↓ 82 callersMethodgetVersion
Get the value of version. @return the value of version
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:207
↓ 79 callersMethodnewOptionWithArg
Builds a new option. @param name the long name @param arg the argument name @param description the description @return a new option
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:1031
↓ 79 callersMethodprepare
The prepare method is called (once) prior to the analyze method being called on all of the dependencies. @param engine a reference to the dependency-
core/src/main/java/org/owasp/dependencycheck/analyzer/Analyzer.java:88
↓ 78 callersMethoderror
Handles errors. @param ex the error to handle @throws SAXException is always thrown
core/src/main/java/org/owasp/dependencycheck/xml/hints/HintErrorHandler.java:58
↓ 72 callersMethodaddSoftwareIdentifier
Adds an entry to the list of detected Identifiers for the dependency file. @param identifier a reference to the identifier to add
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:495
↓ 71 callersMethodsetEnabled
Set the value of enabled. @param enabled new value of enabled
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java:68
↓ 70 callersMethodsetStringOrNull
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:517
↓ 70 callersMethodsetUpdateColumn
(PreparedStatement ps, int i, Double value)
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:1935
↓ 66 callersMethodgetActualFilePath
Gets the file path of the dependency. @return the file path of the dependency
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:284
↓ 65 callersMethodgetStringArgument
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:735
↓ 64 callersMethodinfo
(String msg)
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntLoggerAdapter.java:227
↓ 64 callersMethodpart
(String part)
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareBuilder.java:306
↓ 64 callersMethodproduct
(LogicalValue product)
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareBuilder.java:251
↓ 64 callersMethodvendor
(LogicalValue vendor)
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareBuilder.java:256
↓ 62 callersMethodnewOption
Builds a new option. @param name the long name @param description the description @return a new option
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:1007
↓ 59 callersMethodgetProperty
Returns the property value for the given key. If the key is not contained in the underlying properties null is returned. @param key the property key
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseProperties.java:123
↓ 59 callersMethodversion
(LogicalValue version)
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareBuilder.java:246
↓ 58 callersMethodgetPath
()
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ItemImpl.java:43
↓ 58 callersMethodnewInstance
Create a new instance and return it. This method is for convenience in using the builder pattern within a single statement. @return a new builder ins
core/src/main/java/org/owasp/dependencycheck/utils/FileFilterBuilder.java:68
↓ 56 callersMethodgetVersion
@return the version
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:1032
↓ 55 callersMethodgetProduct
Get the value of product. @return the value of product
core/src/main/java/org/owasp/dependencycheck/data/cpe/IndexEntry.java:98
↓ 55 callersMethodread
()
core/src/main/java/org/owasp/dependencycheck/utils/PEParser.java:130
↓ 52 callersMethodgetSettings
Returns the settings for the test cases. @return
utils/src/test/java/org/owasp/dependencycheck/utils/BaseTest.java:58
↓ 51 callersMethodnext
Returns the next item. @return the next item @throws IOException thrown if there is an error reading from the source
core/src/main/java/org/owasp/dependencycheck/data/update/nvd/api/CveItemSource.java:40
↓ 50 callersMethodaddDependency
Adds a dependency. In some cases, when adding a virtual dependency, the method will identify if the virtual dependency was previously added and update
core/src/main/java/org/owasp/dependencycheck/Engine.java:248
↓ 50 callersMethodgetFilePath
<p> Gets the file path of the dependency.</p> <p> <b>NOTE:</b> This may not be the actual path of the file on disk. The actual path of the file on dis
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:355
↓ 50 callersMethodgetVulnerableSoftwareIdentifiers
Returns an unmodifiable set of vulnerability identifiers. @return an unmodifiable set of vulnerability identifiers
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:441
↓ 49 callersMethodsetSha1sum
Sets the SHA1 Checksum of the dependency. @param sha1sum the SHA1 Checksum
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:407
↓ 48 callersMethodgetEcosystem
Returns the ecosystem. @return the ecosystem
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/EcosystemHint.java:34
↓ 48 callersMethodmatches
Tests whether the given Evidence matches this EvidenceMatcher. @param evidence the evidence to match @return whether the evidence matches this matche
core/src/main/java/org/owasp/dependencycheck/xml/hints/EvidenceMatcher.java:91
↓ 47 callersMethodgetArtifactId
Get the value of artifactId. @return the value of artifactId
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:189
↓ 47 callersMethodgetSoftwareIdentifiers
Returns an unmodifiable set of software identifiers. @return an unmodifiable set of software identifiers
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:432
↓ 47 callersMethodgetVersionParts
Get the value of versionParts. @return the value of versionParts
core/src/main/java/org/owasp/dependencycheck/utils/DependencyVersion.java:98
↓ 44 callersMethodsetStringIfNotNull
Sets a property value only if the value is not null. @param key the key for the property @param value the value for the property
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1113
↓ 44 callersMethodtrace
(String msg)
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntLoggerAdapter.java:67
↓ 43 callersMethodisDisabled
Utility method to determine if one of the disable options has been set. If not set, this method will check the currently configured settings for the c
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:647
↓ 41 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/JarAnalyzer.java:1250
↓ 41 callersMethodgetGroupId
Get the value of groupId. @return the value of groupId
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:171
↓ 40 callersMethoddelete
Deletes a file. If the File is a directory it will recursively delete the contents. @param file the File to delete @return true if the file was delet
utils/src/main/java/org/owasp/dependencycheck/utils/FileUtils.java:87
↓ 40 callersMethodgetCve
Returns the CVE entry name. @return the CVE entry name
core/src/main/java/org/owasp/dependencycheck/data/elixir/MixAuditResult.java:116
↓ 40 callersMethodgetName
@return the name
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:716
↓ 40 callersMethodgetVendor
Get the value of vendor. @return the value of vendor
core/src/main/java/org/owasp/dependencycheck/data/cpe/IndexEntry.java:80
↓ 40 callersMethodtoString
Standard toString() implementation. @return the string representation of the object
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:1232
↓ 39 callersMethodgetArtifact
()
maven/src/main/java/org/owasp/dependencycheck/maven/Mshared998Util.java:79
↓ 39 callersMethodgetInstance
The singleton instance for downloading file resources. @return The singleton instance managing download credentials and proxy configuration
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:171
↓ 39 callersMethodsetMd5sum
Sets the MD5 Checksum of the dependency. @param md5sum the MD5 Checksum
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:386
↓ 39 callersMethodtoString
Reconstructs the version string from the split version parts. @return a string representing the version.
core/src/main/java/org/owasp/dependencycheck/utils/DependencyVersion.java:127
↓ 38 callersMethodgetInt
Returns an int value from the properties file. If the value was specified as a system property or passed in via the -Dprop=value argument - this metho
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1427
↓ 38 callersMethodsetEcosystem
@param ecosystem the ecosystem to set
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:1053
↓ 37 callersMethodsetFilesMatched
Set the value of filesMatched. A flag indicating whether the scan included any file types this analyzer supports. @param filesMatched new value of fi
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractFileTypeAnalyzer.java:57
↓ 36 callersMethodgetDisplayFileName
Returns the file name to display in reports; if no display file name has been set it will default to constructing a name based on the name and version
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:320
↓ 36 callersMethodmatches
(Exception ex)
core/src/main/java/org/owasp/dependencycheck/analyzer/OssIndexAnalyzer.java:304
↓ 36 callersMethodsetSha256sum
(String sha256sum)
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:423
↓ 35 callersMethodgetClass
(String className, String packageName)
core/src/test/java/org/owasp/dependencycheck/analyzer/DependencyCheckPropertiesTest.java:128
↓ 34 callersMethodadd
Add an arbitrary ResourceCollection. @param rc the ResourceCollection to add. @since Ant 1.7
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:452
↓ 33 callersMethodhasOption
Checks if the option is present. If present it will return <code>true</code>; otherwise <code>false</code>. @param option the option to check @return
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:955
↓ 33 callersMethodsetPackagePath
Sets the package path. @param packagePath the package path
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:257
↓ 32 callersMethodisEnabled
Get the value of enabled. @return the value of enabled
core/src/main/java/org/owasp/dependencycheck/analyzer/Analyzer.java:113
↓ 32 callersMethodsetValue
Sets the value of the value property. @param value the value of the value property
core/src/main/java/org/owasp/dependencycheck/xml/suppression/PropertyType.java:64
↓ 31 callersMethodcompareTo
(@NonNull DependencyVersion version)
core/src/main/java/org/owasp/dependencycheck/utils/DependencyVersion.java:234
↓ 31 callersMethodfromResource
(String resourceLocation)
utils/src/main/java/org/owasp/dependencycheck/utils/AutoCloseableInputSource.java:35
next →1–100 of 3,473, ranked by callers