MCPcopy Index your code

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

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

↓ 2 callersMethodasCve
(String description, String... cpe)
core/src/test/java/org/owasp/dependencycheck/data/nvd/ecosystem/CveEcosystemMapperTest.java:53
↓ 2 callersMethodassertDirectoryCacheConfigured
()
core/src/test/java/org/owasp/dependencycheck/data/ossindex/OssIndexClientProviderTest.java:115
↓ 2 callersMethodassertTransportConfigured
()
core/src/test/java/org/owasp/dependencycheck/data/ossindex/OssIndexClientProviderTest.java:83
↓ 2 callersMethodassertVersionEvidence
(Dependency result, String version)
core/src/test/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzerTest.java:184
↓ 2 callersMethodavailable
()
utils/src/main/java/org/owasp/dependencycheck/utils/JsonArrayFixingInputStream.java:230
↓ 2 callersMethodbestEffortSeverityLevelForSorting
Compute a best-effort score for the severity of a vulnerability for the purpose of sorting. <br> Note that CVSSv2 and CVSSv3 scores are essentially un
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:536
↓ 2 callersMethodbuildDependencies
Recursively builds the dependency structure - copying only the needed items from the package-lock.json into the npm audit API payload. @param dep the
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/NpmPayloadBuilder.java:247
↓ 2 callersMethodbuildSecureSaxParser
Constructs a secure non-validating SAX Parser. @return a SAX Parser @throws javax.xml.parsers.ParserConfigurationException is thrown if there is a pa
utils/src/main/java/org/owasp/dependencycheck/utils/XmlUtils.java:151
↓ 2 callersMethodbuildSecureSaxParserFactory
()
utils/src/main/java/org/owasp/dependencycheck/utils/XmlUtils.java:156
↓ 2 callersMethodbuildUrl
Constructs the URL using the SHA1 checksum. @param sha1sum the SHA1 checksum @return the API URL to search for the given checksum @throws MalformedUR
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ArtifactorySearch.java:143
↓ 2 callersMethodcalculateChecksums
Calculates the checksums for the given file. @param file the file used to calculate the checksums
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:222
↓ 2 callersMethodcall
()
core/src/main/java/org/owasp/dependencycheck/data/update/nvd/api/DownloadTask.java:80
↓ 2 callersMethodcall
()
core/src/main/java/org/owasp/dependencycheck/data/update/nvd/api/NvdApiProcessor.java:90
↓ 2 callersMethodcallAnalyzeDependencyNoMatch
Executes the test call against AnalyzeDependency. @param vendor @param product @param version @param engine @throws Exception
core/src/test/java/org/owasp/dependencycheck/analyzer/NpmCPEAnalyzerIT.java:114
↓ 2 callersMethodcheckUnusedRules
check unused suppression RULES. @param engine a reference to the ODC engine
core/src/main/java/org/owasp/dependencycheck/analyzer/UnusedSuppressionRuleAnalyzer.java:86
↓ 2 callersMethodcleanPackageName
Only returns alpha numeric characters contained in a given package name. @param name the package name to cleanse @return the cleansed package name
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:668
↓ 2 callersMethodclearRelatedDependencies
Clears the {@link #relatedDependencies}.
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:791
↓ 2 callersMethodclose
()
utils/src/main/java/org/owasp/dependencycheck/utils/AutoCloseableInputSource.java:23
↓ 2 callersMethodcloseIfNecessary
(Closeable closeable)
utils/src/main/java/org/owasp/dependencycheck/utils/AutoCloseableInputSource.java:29
↓ 2 callersMethodcloseResultSet
Closes the result set capturing and ignoring any SQLExceptions that occur. @param rs a ResultSet to close
core/src/main/java/org/owasp/dependencycheck/utils/DBUtils.java:95
↓ 2 callersMethodcollectClassNames
Cycles through an enumeration of JarEntries, contained within the dependency, and returns a list of the class names. This does not include core Java p
core/src/main/java/org/owasp/dependencycheck/analyzer/JarAnalyzer.java:1169
↓ 2 callersMethodcollectMetadataFromArchiveFormat
Collects the meta data from an archive. @param dependency the archive being scanned @param folderFilter the filter to apply to the folder @param meta
core/src/main/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzer.java:215
↓ 2 callersMethodcollectWheelMetadata
Gathers evidence from the METADATA file. @param dependency the dependency being analyzed @param file a reference to the manifest/properties file
core/src/main/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzer.java:292
↓ 2 callersMethodcompareTo
(@NonNull ICpe o)
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java:136
↓ 2 callersMethodcontainedInWar
Checks if the given file path is contained within a war or ear file. @param filePath the file path to check @return true if the path contains '.war\'
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java:571
↓ 2 callersFunctionconvert
()
src/site/resources/js/purl.js:1
↓ 2 callersMethodcountChar
Counts the number of times the character is present in the string. @param string the string to count the characters in @param c the character to coun
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java:554
↓ 2 callersMethodcreateDependency
Builds a dependency object based on the given data. @param parentDependency a reference to the parent dependency @param name the name of the dependen
core/src/main/java/org/owasp/dependencycheck/analyzer/GolangDepAnalyzer.java:177
↓ 2 callersMethodcreateDependency
Creates a dependency object. @param parent the parent dependency @param source the source type @param name the name of the dependency @param version
core/src/main/java/org/owasp/dependencycheck/analyzer/SwiftPackageResolvedAnalyzer.java:255
↓ 2 callersMethodcreateDependency
Construct a dependency object. @param dependency the parent dependency @param name the name of the dependency to create @param version the version of
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractNpmAnalyzer.java:150
↓ 2 callersMethodcreateEmptyBadJar
()
cli/src/test/java/org/owasp/dependencycheck/PluginLoaderTest.java:66
↓ 2 callersMethodcreateEmptyValidJar
()
cli/src/test/java/org/owasp/dependencycheck/PluginLoaderTest.java:70
↓ 2 callersMethodcreateSearchingAnalyzer
Creates an Analyzer for searching the CPE Index. @return the CPE Analyzer.
core/src/main/java/org/owasp/dependencycheck/data/cpe/AbstractMemoryIndex.java:160
↓ 2 callersMethodcreateTempDirectory
Creates a unique temporary directory in the given directory. @param base the base directory to create a temporary directory within @return the tempor
utils/src/main/java/org/owasp/dependencycheck/utils/FileUtils.java:115
↓ 2 callersMethodcreateVulnerability
()
core/src/test/java/org/owasp/dependencycheck/xml/suppression/SuppressionRuleTest.java:677
↓ 2 callersMethoddecompressFile
Decompresses a file. @param inputStream the compressed file @param outputFile the location to write the decompressed file @throws ArchiveExtractionEx
core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java:711
↓ 2 callersMethoddetermineIdentifiers
Retrieves a list of CPE values from the CveDB based on the vendor and product passed in. The list is then validated to find only CPEs that are valid f
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:792
↓ 2 callersMethoddjangoAssertions
(final Dependency result)
core/src/test/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzerTest.java:122
↓ 2 callersMethodend
{@inheritDoc}
core/src/main/java/org/owasp/dependencycheck/data/lucene/AlphaNumericFilter.java:110
↓ 2 callersMethodescapeLuceneQuery
Escapes the text passed in so that it is treated as data instead of control characters. @param text data to be escaped @return the escaped text.
core/src/main/java/org/owasp/dependencycheck/data/lucene/LuceneUtils.java:114
↓ 2 callersMethodexecuteAnalysisTasks
Executes executes the analyzer using multiple threads. @param exceptions a collection of exceptions that occurred during analysis @param analyzer the
core/src/main/java/org/owasp/dependencycheck/Engine.java:744
↓ 2 callersMethodextractAcceptedFile
Extracts a file from an archive. @param input the archives input stream @param file the file to extract @throws AnalysisException thrown if there is
core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java:656
↓ 2 callersMethodextractFilesUsingFilter
Extracts the contents of an archive into the specified directory. @param archive an archive file such as a WAR or EAR @param destination a directory
core/src/main/java/org/owasp/dependencycheck/utils/ExtractionUtil.java:209
↓ 2 callersMethodfindInAllDeps
Utility method for a work-around to MSHARED-998 @param allDeps The List of ArtifactResults for all dependencies @param unresolvedArtifact The Artifac
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:1747
↓ 2 callersMethodfindMoreDependencies
Scan the given file/folder, and return any new dependencies found. @param engine used to scan @param file target of scanning @return any dependencies
core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java:396
↓ 2 callersMethodforUnscored
(String value)
core/src/main/java/org/owasp/dependencycheck/utils/SeverityUtil.java:211
↓ 2 callersMethodgatherHomePageEvidence
Collects evidence from the home page URL. @param dependency the dependency that is being analyzed @param type the type of evidence @param pattern the
core/src/main/java/org/owasp/dependencycheck/analyzer/PythonPackageAnalyzer.java:315
↓ 2 callersMethodgetAnalysisTasks
Returns the analysis tasks for the dependencies. @param analyzer the analyzer to create tasks for @param exceptions the collection of exceptions to c
core/src/main/java/org/owasp/dependencycheck/Engine.java:778
↓ 2 callersMethodgetAnalyzerEnabledSettingKey
()
core/src/test/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzerTest.java:225
↓ 2 callersMethodgetAnalyzerEnabledSettingKey
<p> Returns the setting key to determine if the analyzer is enabled.</p> @return the key for the analyzer's enabled property
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java:184
↓ 2 callersMethodgetArtifacts
Returns artifacts. @return artifacts
core/src/main/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzer.java:417
↓ 2 callersMethodgetAssemblyData
()
core/src/main/java/org/owasp/dependencycheck/xml/assembly/GrokHandler.java:179
↓ 2 callersMethodgetAuthors
Gets the authors. @return the authors
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackage.java:90
↓ 2 callersMethodgetBaseRepoPath
Attempts to trim a maven repo to a common base path. This is typically [drive]\[repo_location]\repository\[path1]\[path2]. @param path the path to tr
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyBundlingAnalyzer.java:229
↓ 2 callersMethodgetCentralCache
Returns the data cache for Central search. @return a references to the data cache for Central search
core/src/main/java/org/owasp/dependencycheck/data/cache/DataCacheFactory.java:179
↓ 2 callersMethodgetChecksums
()
core/src/main/java/org/owasp/dependencycheck/data/artifactory/FileImpl.java:69
↓ 2 callersMethodgetConfidence
()
core/src/main/java/org/owasp/dependencycheck/dependency/naming/PurlIdentifier.java:121
↓ 2 callersMethodgetConfidence
()
core/src/main/java/org/owasp/dependencycheck/dependency/naming/CpeIdentifier.java:116
↓ 2 callersMethodgetConnectionString
Returns a connection string from the configured properties. If the connection string contains a %s, this method will determine the 'data' directory an
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1571
↓ 2 callersMethodgetConnectionString
Get the value of connectionString. @return the value of connectionString
core/src/main/java/org/owasp/dependencycheck/agent/DependencyCheckScanAgent.java:776
↓ 2 callersMethodgetCpe
Get the value of CPE. @return the value of CPE
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:201
↓ 2 callersMethodgetCurrentReleaseVersion
Retrieves the current released version number from the github documentation site. @return the current released version number
core/src/main/java/org/owasp/dependencycheck/data/update/EngineVersionCheck.java:218
↓ 2 callersMethodgetCwe
Returns the HashMap of CWE entries (CWE-ID, Full CWE Name). @return a HashMap of CWE entries &lt;String, String&gt;
core/src/main/java/org/owasp/dependencycheck/data/cwe/CweHandler.java:44
↓ 2 callersMethodgetDataSources
Returns an Iterator for all instances of the CachedWebDataSource interface. @return an iterator of CachedWebDataSource.
core/src/main/java/org/owasp/dependencycheck/data/update/UpdateService.java:54
↓ 2 callersMethodgetDescendants
Returns a set containing all the descendant projects of the given project. @param project the project for which all descendants will be returned @ret
maven/src/main/java/org/owasp/dependencycheck/maven/AggregateMojo.java:126
↓ 2 callersMethodgetDescription
Gets the description of the Dependency-Check report to be displayed in the Maven Generated Reports page. @param locale The Locale to get the descript
maven/src/main/java/org/owasp/dependencycheck/maven/PurgeMojo.java:102
↓ 2 callersMethodgetDocument
Retrieves a document from the Index. @param documentId the id of the document to retrieve @return the Document @throws IOException thrown if there is
core/src/main/java/org/owasp/dependencycheck/data/cpe/MemoryIndex.java:43
↓ 2 callersMethodgetDocumentId
Get the value of documentId. @return the value of documentId
core/src/main/java/org/owasp/dependencycheck/data/cpe/IndexEntry.java:62
↓ 2 callersMethodgetDownloadUri
()
core/src/main/java/org/owasp/dependencycheck/data/artifactory/FileImpl.java:45
↓ 2 callersMethodgetDuplicate
Get the value of duplicate. @return the value of duplicate
core/src/main/java/org/owasp/dependencycheck/xml/hints/VendorDuplicatingHintRule.java:76
↓ 2 callersMethodgetEcosystem
Analyzes the description and associated URLs to determine if the vulnerability/software is for a specific known ecosystem. The ecosystem can be used l
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/CveEcosystemMapper.java:63
↓ 2 callersMethodgetEvidenceConfidence
Get the value of evidenceConfidence @return the value of evidenceConfidence
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:1176
↓ 2 callersMethodgetExcludes
Returns the list of excluded artifacts based on either artifact id or group id and artifact id. @return a list of artifact to exclude
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:2878
↓ 2 callersMethodgetExecutorService
Returns the executor service for a given analyzer. @param analyzer the analyzer to obtain an executor @return the executor service
core/src/main/java/org/owasp/dependencycheck/Engine.java:790
↓ 2 callersMethodgetFilePath
Get the value of filePath. @return the value of filePath
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:165
↓ 2 callersMethodgetFormats
Combines the format and formats properties into a single collection. @return the selected report formats
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:2852
↓ 2 callersMethodgetFullCwes
Returns a map of CWE-ID and title. @return a map of CWE-ID and title.
core/src/main/java/org/owasp/dependencycheck/dependency/CweSet.java:88
↓ 2 callersMethodgetFullName
<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:96
↓ 2 callersMethodgetGo
Attempts to determine the path to `go`. @return the path to `go`
core/src/main/java/org/owasp/dependencycheck/analyzer/GolangModAnalyzer.java:130
↓ 2 callersMethodgetGrokAssemblyPath
Used in testing only - this simply returns the path to the extracted GrokAssembly.dll. @return the path to the extracted GrokAssembly.dll
core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java:528
↓ 2 callersMethodgetH2DataFile
Returns a reference to the H2 database file. @param configuration the configured settings @return the path to the H2 database file @throws IOExceptio
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseManager.java:302
↓ 2 callersMethodgetHintRules
Returns the list of hint rules. @return the value of hintRules
core/src/main/java/org/owasp/dependencycheck/xml/hints/HintHandler.java:161
↓ 2 callersMethodgetId
Returns the vulnerability id. @return the vulnerability id
core/src/main/java/org/owasp/dependencycheck/data/elixir/MixAuditResult.java:107
↓ 2 callersMethodgetIdentifierConfidence
Get the value of confidence. @return the value of confidence
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:1194
↓ 2 callersMethodgetLastFileSeparator
Returns the position of the last file separator. @param file a file path @return the position of the last file separator
cli/src/main/java/org/owasp/dependencycheck/App.java:842
↓ 2 callersMethodgetLastModifiedDatePropertiesByYear
(Settings settings, ZonedDateTime now)
core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java:732
↓ 2 callersMethodgetLastModifiedFor
(int year)
core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java:717
↓ 2 callersMethodgetLegalCopyright
Get the value of legalCopyright. @return the value of legalCopyright
core/src/main/java/org/owasp/dependencycheck/xml/assembly/AssemblyData.java:258
↓ 2 callersMethodgetLegalTrademarks
Get the value of legalTrademarks. @return the value of legalTrademarks
core/src/main/java/org/owasp/dependencycheck/xml/assembly/AssemblyData.java:276
↓ 2 callersMethodgetMainAndroidDependency
Determines which of the android dependencies should be considered the primary. @param dependency1 the first android dependency to compare @param depe
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyMergingAnalyzer.java:273
↓ 2 callersMethodgetMatchingFile
Returns a list of files that match the given filter, this does not recursively scan the directory. @param folder the folder to filter @param filter t
core/src/main/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzer.java:355
↓ 2 callersMethodgetMavenProxy
Returns the maven proxy. @param protocol The protocol of the target URL. @return the maven proxy configured for that protocol
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:2802
↓ 2 callersMethodgetMd5
()
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ChecksumsImpl.java:18
↓ 2 callersMethodgetMetaData
Returns a map of the meta data from the database properties. This primarily contains timestamps of when the NVD CVE information was last updated. @re
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/DatabaseProperties.java:155
↓ 2 callersMethodgetModel
Returns the model obtained from the pom.xml. @return the model object
core/src/main/java/org/owasp/dependencycheck/xml/pom/PomHandler.java:129
↓ 2 callersMethodgetName
()
core/src/main/java/org/owasp/dependencycheck/analyzer/OssIndexAnalyzer.java:104
↓ 2 callersMethodgetNextTempDirectory
Retrieves the next temporary directory to extract an archive too. @return a directory @throws AnalysisException thrown if unable to create temporary
core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java:406
↓ 2 callersMethodgetOpenSSLVersion
Returns the open SSL version as a string. @param openSSLVersionConstant The open SSL version @return the version of openssl
core/src/main/java/org/owasp/dependencycheck/analyzer/OpenSSLAnalyzer.java:119
↓ 2 callersMethodgetPackagedFile
(String packagedFileName)
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzer.java:221
↓ 2 callersMethodgetPnpm
Attempts to determine the path to `pnpm`. @return the path to `pnpm`
core/src/main/java/org/owasp/dependencycheck/analyzer/PnpmAuditAnalyzer.java:173
← previousnext →701–800 of 3,473, ranked by callers