MCPcopy Index your code

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

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

↓ 4 callersMethodhasCwe
Returns whether this suppression rule has CWE entries. @return whether this suppression rule has CWE entries
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:444
↓ 4 callersMethodinitialize
()
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntSlf4jServiceProvider.java:63
↓ 4 callersMethodisCore
This is likely a very broken attempt at determining if the 'left' dependency is the 'core' library in comparison to the 'right' library. @param left
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java:384
↓ 4 callersMethodisFromHint
Get the value of fromHint. @return the value of fromHint
core/src/main/java/org/owasp/dependencycheck/dependency/Evidence.java:179
↓ 4 callersMethodisOpen
Returns whether the database connection is open or closed. @return whether the database connection is open or closed
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:341
↓ 4 callersMethodnewDependency
(MavenProject prj)
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:2027
↓ 4 callersMethodnormalizeSeverity
Map severity names from various sources to a standard set of severity names. @param sev the severity name @return the standardized severity name (crit
core/src/main/java/org/owasp/dependencycheck/reporting/ReportTool.java:133
↓ 4 callersMethodparse
Parse an input stream and return the resulting {@link NugetPackage}. @param stream the input stream to parse @return the populated bean @throws Nuspe
core/src/main/java/org/owasp/dependencycheck/data/nuget/XPathNuspecParser.java:64
↓ 4 callersMethodparseQuery
Parses the given string into a Lucene Query. @param searchString the search text @return the Query object @throws ParseException thrown if the search
core/src/main/java/org/owasp/dependencycheck/data/cpe/MemoryIndex.java:63
↓ 4 callersMethodparseVersion
Parses a version string into its sub parts: major, minor, revision, build, etc. <b>Note</b>, this should only be used to parse something that is alrea
core/src/main/java/org/owasp/dependencycheck/utils/DependencyVersion.java:77
↓ 4 callersMethodpreflightRequest
Do a preflight request to see if the repository is actually working. @return whether the repository is listening and returns the expected status resp
core/src/main/java/org/owasp/dependencycheck/data/nexus/NexusSearch.java:40
↓ 4 callersMethodpremain
Java agent entry point. Loads all JAR files from the specified plugins directory and appends them to the system class loader search path. @param agen
cli/src/main/java/org/owasp/dependencycheck/PluginLoader.java:25
↓ 4 callersMethodprepareAnalyzer
(Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/OssIndexAnalyzer.java:136
↓ 4 callersMethodprepareSuppressions
()
core/src/test/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzerTest.java:163
↓ 4 callersMethodprocessFileContents
(List<String> fileLines, String filePath, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/PerlCpanfileAnalyzer.java:145
↓ 4 callersMethodpurge
Deletes any locally cached data. @param engine a reference to the dependency-check engine @return <code>true</code> if the purge was successful; othe
core/src/main/java/org/owasp/dependencycheck/data/update/CachedWebDataSource.java:50
↓ 4 callersMethodputObject
Put an object in the object collection. @param key the key to store the object @param object the object to store
core/src/main/java/org/owasp/dependencycheck/Engine.java:1093
↓ 4 callersMethodremoveRelatedDependencies
Removes a related dependency. @param dependency the dependency to remove
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:910
↓ 4 callersMethodremoveVulnerableSoftwareIdentifier
Removes a vulnerable software identifier from the set of identifiers. @param i the identifier to remove
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:535
↓ 4 callersMethodsearch
Searches the configured Central URL for the given hash (MD5, SHA1 and SHA256). If the artifact is found, a <code>MavenArtifact</code> is populated wit
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ArtifactorySearch.java:111
↓ 4 callersMethodsetBase
Set the value of base. @param base new value of base
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:552
↓ 4 callersMethodsetOrganization
Set the value of organization. @param organization new value of organization
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:126
↓ 4 callersMethodsetVersionParts
Set the value of versionParts. @param versionParts new value of versionParts
core/src/main/java/org/owasp/dependencycheck/utils/DependencyVersion.java:107
↓ 4 callersMethodshouldAnalyze
Determines if the analyzer can analyze the given dependency. @return whether or not the analyzer can analyze the dependency
core/src/main/java/org/owasp/dependencycheck/AnalysisTask.java:108
↓ 4 callersMethodsleepSeconds
(int delay)
core/src/main/java/org/owasp/dependencycheck/analyzer/OssIndexAnalyzer.java:221
↓ 4 callersMethodtargetSw
(LogicalValue targetSw)
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareBuilder.java:226
↓ 4 callersMethodthrowFatalExceptionCollection
Constructs and throws a fatal exception collection. @param message the exception message @param throwable the cause @param exceptions a collection of
core/src/main/java/org/owasp/dependencycheck/Engine.java:1157
↓ 4 callersMethodthrowSuppressionParseException
Utility method to throw parse exceptions. @param message the exception message @param exception the cause of the exception @param suppressionFilePath
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzer.java:437
↓ 4 callersMethodtoString
Returns the CPE 2.3 formatted string. @return the CPE 2.3 formatted string
core/src/main/java/org/owasp/dependencycheck/dependency/naming/PurlIdentifier.java:162
↓ 4 callersMethodvalidatePathExists
Validates whether or not the path(s) points at a file that exists; if the path(s) does not point to an existing file a FileNotFoundException is thrown
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:235
↓ 4 callersMethodvectorToCvssV2
Convert a CVSSv2 vector String into a CvssV3 Object. @param vectorString the vector string @param baseScore the base score @return the CVSSv2 object
core/src/main/java/org/owasp/dependencycheck/utils/CvssUtil.java:103
↓ 4 callersMethodvectorToCvssV3
Convert a CVSSv3 vector String into a CvssV3 Object. @param vectorString the vector string @param baseScore the base score @return the CVSSv3 object
core/src/main/java/org/owasp/dependencycheck/utils/CvssUtil.java:190
↓ 4 callersMethodversionStartExcluding
The starting range, excluding the specified version, for matching vulnerable software. @param versionStartExcluding the version range @return a refer
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareBuilder.java:136
↓ 4 callersMethodwithClientCreation
(OssindexClient client)
core/src/test/java/org/owasp/dependencycheck/data/ossindex/OssIndexHelper.java:32
↓ 4 callersMethodwrapAndThrowHttpResponseException
(String url, HttpResponseException hre)
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:429
↓ 3 callersMethodaddCvssV3Below
Adds the CVSS to the cvssV3Below list. @param cvss the CVSS to add
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:336
↓ 3 callersMethodaddCwe
Adds the CWE to the CWE list. @param cwe the CWE to add
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:435
↓ 3 callersMethodaddLicense
Adds a new license to the list of licenses. @param license the license to add
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:288
↓ 3 callersMethodaddProductWeighting
Adds term to the product weighting collection. The terms added here are used later to boost the score of other terms. This is a way of combining evide
core/src/main/java/org/owasp/dependencycheck/dependency/EvidenceCollection.java:239
↓ 3 callersMethodaddReferences
Adds the references to the collection. @param references a collection of references to add
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:231
↓ 3 callersMethodaddSuppressedExceptions
Adds any non-null exceptions in the `suppress` list to the suppressed exceptions on the main exception `ex`. @param ex the main exception that suppre
utils/src/main/java/org/owasp/dependencycheck/utils/processing/Processor.java:75
↓ 3 callersMethodaddTerm
Adds a term to the map of terms. @param terms the map of terms @param value the value of the term to add
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:392
↓ 3 callersMethodaddVendorWeighting
Adds term to the vendor weighting collection. The terms added here are used later to boost the score of other terms. This is a way of combining eviden
core/src/main/java/org/owasp/dependencycheck/dependency/EvidenceCollection.java:220
↓ 3 callersMethodaddVulnerabilities
Adds a list of vulnerabilities to the dependency. @param vulnerabilities a list of vulnerabilities
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:764
↓ 3 callersMethodadvanceStream
Advances the buffer to the next block if required. @return the number of characters read @throws IOException thrown if there is an error reading from
utils/src/main/java/org/owasp/dependencycheck/utils/JsonArrayFixingInputStream.java:96
↓ 3 callersMethodbuildSecureXmlReader
Constructs a non-validating secure SAX XMLReader. @return a non-validating SAX-based XML reader @throws javax.xml.parsers.ParserConfigurationExceptio
utils/src/main/java/org/owasp/dependencycheck/utils/XmlUtils.java:111
↓ 3 callersMethodcall
Executes the analysis task. @return null
core/src/main/java/org/owasp/dependencycheck/AnalysisTask.java:83
↓ 3 callersMethodcallDetermieIdentifiers
Executes the test call against DetermineIdentifiers. @param vendor @param product @param version @param expectedCpe @param cpeAnalyzer @throws Except
core/src/test/java/org/owasp/dependencycheck/analyzer/CPEAnalyzerIT.java:272
↓ 3 callersMethodcloseAnalyzer
Closes the given analyzer. @param analyzer the analyzer to close
core/src/main/java/org/owasp/dependencycheck/Engine.java:840
↓ 3 callersMethodcloseStatement
Closes the given statement object ignoring any exceptions that occur. @param statement a Statement object
core/src/main/java/org/owasp/dependencycheck/utils/DBUtils.java:78
↓ 3 callersMethodcompareVersions
Evaluates the target against the version and version range checks: versionEndExcluding, versionStartExcluding versionEndIncluding, and versionStartInc
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java:406
↓ 3 callersMethodcontainsUrl
Tests if the text provided contains a URL. This is somewhat limited search in that it only looks for (ftp|http|https):// @param text the text to sear
core/src/main/java/org/owasp/dependencycheck/utils/UrlStringUtils.java:66
↓ 3 callersMethodcpeHasNoVersion
Identifies if the cpe specified by the cpe suppression rule does not specify a version. @param c a suppression rule identifier @return true if the pr
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:712
↓ 3 callersMethodcreateCvssV2
(double score, String severity)
core/src/test/java/org/owasp/dependencycheck/dependency/VulnerabilityTest.java:173
↓ 3 callersMethodcsv
Formats text for CSV format. This includes trimming whitespace, replace line breaks with spaces, and if necessary quotes the text and/or escapes conta
core/src/main/java/org/owasp/dependencycheck/reporting/EscapeTool.java:121
↓ 3 callersMethoddataExists
Checks the CVE Index to ensure data exists and analysis can continue. @return true if the database contains data
core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java:512
↓ 3 callersMethoddetermineDependencyName
(final Dependency dependency, final String value)
core/src/main/java/org/owasp/dependencycheck/analyzer/PEAnalyzer.java:277
↓ 3 callersMethoddetermineHashes
Determines the SHA1 and MD5 sum for the given file. @param hashFunction the hashing function @return the checksum
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:733
↓ 3 callersMethodedition
(LogicalValue edition)
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftwareBuilder.java:316
↓ 3 callersMethodensureCanonicalPath
Takes a path and resolves it to be a canonical &amp; absolute path. The caveats are that this method will take an Ant style file selector path (../som
cli/src/main/java/org/owasp/dependencycheck/App.java:806
↓ 3 callersMethodequals
Default implementation of equals. @param obj the object to compare @return whether the objects are equivalent
core/src/main/java/org/owasp/dependencycheck/xml/suppression/PropertyType.java:155
↓ 3 callersMethodequals
Implementation of the equals method. @param obj the object to compare @return true if the objects are equal, otherwise false
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:948
↓ 3 callersMethodextractArchive
(ZipInputStream input, File destination, Engine engine)
core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java:576
↓ 3 callersMethodextractMinimumVersion
(String versionRaw)
core/src/main/java/org/owasp/dependencycheck/analyzer/DartAnalyzer.java:275
↓ 3 callersMethodfailsForUnusedSuppressionRule
@return whether the analyzer will fail for a unused suppression rule.
core/src/main/java/org/owasp/dependencycheck/analyzer/UnusedSuppressionRuleAnalyzer.java:142
↓ 3 callersMethodfindDependency
Locates the dependency from the list of dependencies that have been scanned by the engine. @param engine the dependency-check engine @param name the
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractNpmAnalyzer.java:292
↓ 3 callersMethodgatherEvidence
Gather evidence from a Python source file using the given string assignment regex pattern. @param dependency the dependency that is being analyzed @p
core/src/main/java/org/owasp/dependencycheck/analyzer/PythonPackageAnalyzer.java:338
↓ 3 callersMethodgetAnalyzed
Returns a flag indicating if this analyzer has run. This analyzer only runs once. Note this is currently only used in the unit tests. @return a flag
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractDependencyComparingAnalyzer.java:56
↓ 3 callersMethodgetAnalyzer
(boolean flag)
core/src/test/java/org/owasp/dependencycheck/analyzer/UnusedSuppressionRuleAnalyzerTest.java:125
↓ 3 callersMethodgetAnalyzers
Get the List of the analyzers for a specific phase of analysis. @param phase the phase to get the configured analyzers. @return the analyzers loaded
core/src/main/java/org/owasp/dependencycheck/Engine.java:237
↓ 3 callersMethodgetBatchSize
Returns the size of the batch. @return the size of the batch
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:1675
↓ 3 callersMethodgetCPEs
Searches the CPE entries in the database and retrieves all entries for a given vendor and product combination. The returned list will include all vers
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/CveDB.java:463
↓ 3 callersMethodgetComments
Get the value of comments. @return the value of comments
core/src/main/java/org/owasp/dependencycheck/xml/assembly/AssemblyData.java:168
↓ 3 callersMethodgetCvssV3
Get the CVSS V3 scoring information. @return the CVSS V3 scoring information
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:352
↓ 3 callersMethodgetDatabaseProductName
Returns the database product name. @return the database product name
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseManager.java:313
↓ 3 callersMethodgetDependencyDirectory
(File lockFile)
core/src/main/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzer.java:289
↓ 3 callersMethodgetDependencyPackage
Returns the package name. @return the package name
core/src/main/java/org/owasp/dependencycheck/data/elixir/MixAuditResult.java:179
↓ 3 callersMethodgetDependencyVersion
Returns the dependency version. @return the dependency version
core/src/main/java/org/owasp/dependencycheck/data/elixir/MixAuditResult.java:188
↓ 3 callersMethodgetDescription
Gets the description. @return the description
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackage.java:135
↓ 3 callersMethodgetDevelopers
Returns the list of developers. @return the list of developers
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:297
↓ 3 callersMethodgetEmail
Get the value of email. @return the value of email
core/src/main/java/org/owasp/dependencycheck/xml/pom/Developer.java:99
↓ 3 callersMethodgetEngine
(boolean hasSuppressionRules, boolean matching, Dependency ... dependencies)
core/src/test/java/org/owasp/dependencycheck/analyzer/UnusedSuppressionRuleAnalyzerTest.java:110
↓ 3 callersMethodgetFailOnCVSS
Returns the CVSS value to fail on. @return 11 if nothing is set. Otherwise it returns the int passed from the command line arg
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:967
↓ 3 callersMethodgetH2DataDirectory
Retrieves the H2 data directory - if the database has been moved to the temp directory this method will return the temp directory. @return the data d
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1627
↓ 3 callersMethodgetIterator
Used to iterate over evidence of the specified type and confidence. @param type the evidence type to iterate over @param confidence the confidence le
core/src/main/java/org/owasp/dependencycheck/dependency/EvidenceCollection.java:110
↓ 3 callersMethodgetKnownExploitedVulnerability
Get the value of knownExploitedVulnerability. @return the value of knownExploitedVulnerability
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:273
↓ 3 callersMethodgetLastUpdated
Retrieves the last updated date from the local file system (in a file next to the repo file). @param repo the local file data source @return the epoc
core/src/main/java/org/owasp/dependencycheck/data/update/LocalDataSource.java:65
↓ 3 callersMethodgetLong
Returns a long 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:1471
↓ 3 callersMethodgetName
()
core/src/main/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzer.java:106
↓ 3 callersMethodgetName
Returns the Package URL name. @see com.github.packageurl.PackageURL#getName() @return the Package URL name.
core/src/main/java/org/owasp/dependencycheck/dependency/naming/PurlIdentifier.java:187
↓ 3 callersMethodgetNamespace
Returns the Package URL name space. @return the Package URL name space
core/src/main/java/org/owasp/dependencycheck/dependency/naming/PurlIdentifier.java:177
↓ 3 callersMethodgetNumberOfRulesLoadedInCoreFile
Return the number of rules that are loaded from the core suppression file. @return the number of rules defined in the core suppression file. @throws
core/src/test/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzerTest.java:143
↓ 3 callersMethodgetOrNull
Gets the string value of a node or null if it's not present @param n the node to test @return the string content of the node, or null if the node its
core/src/main/java/org/owasp/dependencycheck/data/nuget/XPathNuspecParser.java:49
↓ 3 callersMethodgetOwners
Gets the owners. @return the owners
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackage.java:108
↓ 3 callersMethodgetPackageStructure
Get the value of packageStructure @return the value of packageStructure
core/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java:1424
↓ 3 callersMethodgetParentArtifactId
Get the value of parentArtifactId. @return the value of parentArtifactId
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:243
↓ 3 callersMethodgetPath
Gets the path to the suppression file. @return the path
ant/src/main/java/org/owasp/dependencycheck/taskdefs/SuppressionFile.java:47
↓ 3 callersMethodgetPropertyType
(String value, boolean regex, boolean caseSensitive)
core/src/test/java/org/owasp/dependencycheck/analyzer/UnusedSuppressionRuleAnalyzerTest.java:148
↓ 3 callersMethodgetReactorProjects
Returns the list of Maven Projects in this build. @return the list of Maven Projects in this build
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:2843
↓ 3 callersMethodgetReference
Get the value of reference. @return the value of reference
core/src/main/java/org/owasp/dependencycheck/dependency/IncludedByReference.java:64
← previousnext →501–600 of 3,473, ranked by callers