MCPcopy Index your code

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

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

↓ 5 callersMethodfindSequence
Finds the start of the given sequence in the buffer. If not found, -1 is returned. @param sequence the sequence to locate @param buffer the buffer to
core/src/main/java/org/owasp/dependencycheck/xml/pom/PomProjectInputStream.java:121
↓ 5 callersMethodfromNamedReference
Converts a named XML entity into its HTML encoded Unicode code point. @param s the named entity (note, this should not include the leading '&' or
core/src/main/java/org/owasp/dependencycheck/xml/XmlEntity.java:303
↓ 5 callersMethodgetAvailableVersions
Get the value of availableVersions. @return the value of availableVersions
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:919
↓ 5 callersMethodgetBooleanArgument
Returns the argument boolean value. @param argument the argument @return the argument boolean value
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:717
↓ 5 callersMethodgetChanged
Returns the map of changed CPE to ecosystem mappings. @return the map of changed CPE to ecosystem mappings
core/src/main/java/org/owasp/dependencycheck/data/update/cpe/CpeEcosystemCache.java:104
↓ 5 callersMethodgetCompanyName
Get the value of companyName. @return the value of companyName
core/src/main/java/org/owasp/dependencycheck/xml/assembly/AssemblyData.java:114
↓ 5 callersMethodgetCpe
Get the value of CPE. @return the value of CPE
core/src/main/java/org/owasp/dependencycheck/data/update/cpe/CpePlus.java:75
↓ 5 callersMethodgetDependencies
Returns dependencies. @return dependencies
core/src/main/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzer.java:308
↓ 5 callersMethodgetEpochValueInSeconds
Returns the string value converted to an epoch seconds. Note, in some cases the value provided may be in milliseconds. @param epoch the property valu
core/src/main/java/org/owasp/dependencycheck/utils/DateUtil.java:104
↓ 5 callersMethodgetFileFilter
()
core/src/main/java/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.java:154
↓ 5 callersMethodgetGroup
Get the group. @return the group
core/src/main/java/org/owasp/dependencycheck/data/composer/ComposerDependency.java:66
↓ 5 callersMethodgetInput
Retrieves a reference to the input. @return a reference to the input
utils/src/main/java/org/owasp/dependencycheck/utils/processing/Processor.java:64
↓ 5 callersMethodgetLoggerFactory
()
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntSlf4jServiceProvider.java:43
↓ 5 callersMethodgetOrganization
Get the value of organization. @return the value of organization
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:117
↓ 5 callersMethodgetOrganizationUrl
Get the value of organizationUrl. @return the value of organizationUrl
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:135
↓ 5 callersMethodgetPath
Returns the path. If the path has not been initialized yet, this class is synchronized, and will instantiate the path object. @return the path
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Check.java:465
↓ 5 callersMethodgetPhases
Returns the phases for this mode. @return the phases for this mode
core/src/main/java/org/owasp/dependencycheck/Engine.java:1345
↓ 5 callersMethodgetPort
Get the port. @return the port
maven/src/main/java/org/owasp/dependencycheck/maven/ProxyConfig.java:64
↓ 5 callersMethodgetProductName
Get the value of productName. @return the value of productName
core/src/main/java/org/owasp/dependencycheck/xml/assembly/AssemblyData.java:132
↓ 5 callersMethodgetProjectReferences
Get the unmodifiable set of projectReferences. @return the unmodifiable set of projectReferences
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:850
↓ 5 callersMethodgetSource
Returns the source that identified the vulnerability. @return the source
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:592
↓ 5 callersMethodisCaseSensitive
Gets the value of the caseSensitive property. @return true if the value is case sensitive
core/src/main/java/org/owasp/dependencycheck/xml/suppression/PropertyType.java:91
↓ 5 callersMethodisConfiguredToSkip
Checks the ODC configuration in the child project to see if should be skipped. @param mavenProject the maven project to check @return <code>true</cod
maven/src/main/java/org/owasp/dependencycheck/maven/AggregateMojo.java:215
↓ 5 callersMethodisDatabaseRequired
Returns true if the database is required; otherwise false. @return whether or not the database is required
core/src/main/java/org/owasp/dependencycheck/Engine.java:1336
↓ 5 callersMethodisFailOnError
Get the value of failOnError. @return the value of failOnError
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Purge.java:89
↓ 5 callersMethodmatchesAtLeastThreeLevels
Determines if the three most major major version parts are identical. For instances, if version 1.2.3.4 was compared to 1.2.3 this function would retu
core/src/main/java/org/owasp/dependencycheck/utils/DependencyVersion.java:206
↓ 5 callersMethodnewHashSet
<p> Utility method to help in the creation of the extensions set. This constructs a new Set that can be used in a final static declaration.</p> <p> Th
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractFileTypeAnalyzer.java:148
↓ 5 callersMethodpayloadWithSha256
()
core/src/test/java/org/owasp/dependencycheck/data/artifactory/ArtifactorySearchResponseHandlerTest.java:391
↓ 5 callersMethodprepareAnalyzer
()
core/src/test/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzerIT.java:46
↓ 5 callersMethodprepareContents
(String contents)
core/src/main/java/org/owasp/dependencycheck/analyzer/PerlCpanfileAnalyzer.java:135
↓ 5 callersMethodprintHelp
Displays the command line help message to the standard output.
cli/src/main/java/org/owasp/dependencycheck/CliParser.java:789
↓ 5 callersMethodprocessPropertyType
Processes field members that have been collected during the characters and startElement method to construct a PropertyType object. @return a Property
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionHandler.java:284
↓ 5 callersMethodresolveEntity
(String publicId, String systemId)
utils/src/main/java/org/owasp/dependencycheck/utils/XmlUtils.java:239
↓ 5 callersMethodscanFile
Scans a specified file. If a dependency is identified it is added to the dependency collection. @param file The file to scan @return the scanned depe
core/src/main/java/org/owasp/dependencycheck/Engine.java:529
↓ 5 callersMethodsetArtifactId
Set the value of artifactId. @param artifactId new value of artifactId
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:198
↓ 5 callersMethodsetDependencies
Sets the dependencies. @param dependencies the dependencies
core/src/main/java/org/owasp/dependencycheck/Engine.java:303
↓ 5 callersMethodsetFloat
Sets a float 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:1191
↓ 5 callersMethodsetGroupId
Set the value of groupId. @param groupId new value of groupId
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:180
↓ 5 callersMethodsetMatchedVulnerableSoftware
Sets the CPE that caused this vulnerability to be flagged. @param software a Vulnerable Software identifier
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:574
↓ 5 callersMethodsetName
Set the value of name. @param name new value of name
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:180
↓ 5 callersMethodsetNotes
Set the value of notes. @param notes new value of notes
core/src/main/java/org/owasp/dependencycheck/dependency/naming/Identifier.java:79
↓ 5 callersMethodsetTask
Sets the current Ant task to use for logging. @param t the Ant task
ant/src/main/java/org/owasp/dependencycheck/ant/logging/AntTaskHolder.java:41
↓ 5 callersFunctionshowAlert
(id)
src/site/resources/js/purl.js:51
↓ 5 callersMethodstubClientCreation
()
core/src/test/java/org/owasp/dependencycheck/data/ossindex/OssIndexHelper.java:24
↓ 5 callersMethodtestAnalyzeForUglifyJs
(String yarnLockFile)
core/src/test/java/org/owasp/dependencycheck/analyzer/YarnAuditAnalyzerIT.java:116
↓ 5 callersMethodtoFormattedUrl
(@NonNull String formatArg)
core/src/main/java/org/owasp/dependencycheck/data/update/NvdApiDataSource.java:677
↓ 5 callersMethodwithDefaultReader
(AutoCloseableInputSource... schemas)
utils/src/test/java/org/owasp/dependencycheck/utils/XmlUtilsTest.java:110
↓ 5 callersMethodxml
XML Encodes the provided text. @param text the text to encode @return the XML encoded text
core/src/main/java/org/owasp/dependencycheck/reporting/EscapeTool.java:72
↓ 4 callersMethodaddCve
Adds the CVE to the CVE list. @param cve the CVE to add
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:471
↓ 4 callersMethodaddCvssV2Below
Adds the CVSS to the cvssV2Below list. @param cvss the CVSS to add
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:300
↓ 4 callersMethodaddCwe
Adds a CWE to the set. @param cwe new CWE to add
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:397
↓ 4 callersMethodaddPropertyToEvidence
Adds a value to the evidence collection. @param dependency the dependency being analyzed @param type the type of evidence to add @param confidence th
core/src/main/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzer.java:337
↓ 4 callersMethodaddTestDependencyTo
(Engine engine)
core/src/test/java/org/owasp/dependencycheck/analyzer/OssIndexAnalyzerTest.java:197
↓ 4 callersMethodaddVulnerabilityName
Adds the CPE to the CPE list. @param name the vulnerability name to add
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:228
↓ 4 callersMethodappendTerm
(String term)
core/src/main/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java:104
↓ 4 callersMethodassertProductEvidence
(Dependency result, String product)
core/src/test/java/org/owasp/dependencycheck/analyzer/CMakeAnalyzerTest.java:148
↓ 4 callersMethodbuildArgumentList
Builds the beginnings of a List for ProcessBuilder @return the list of arguments to begin populating the ProcessBuilder
core/src/main/java/org/owasp/dependencycheck/analyzer/AssemblyAnalyzer.java:106
↓ 4 callersMethodcollectionContainsString
Used to determine if the EvidenceCollection contains a specific string. @param evidence an of evidence object to check @param text the text to search
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:682
↓ 4 callersMethodconfigureServerCredentials
Retrieves the server credentials from the settings.xml, decrypts the password, and places the values into the settings under the given key names. @pa
maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java:2691
↓ 4 callersMethodcreateDependencyFromNameAndVersion
(File file, String name, String version)
core/src/main/java/org/owasp/dependencycheck/analyzer/DartAnalyzer.java:235
↓ 4 callersMethodcreateDependencyWithDifferentScores
()
core/src/test/java/org/owasp/dependencycheck/xml/suppression/SuppressionRuleTest.java:665
↓ 4 callersMethodcsvCpeConfidence
Takes a set of Identifiers, filters them to just CPEs, and formats them for confidence display in a CSV. @param ids the set of identifiers @return th
core/src/main/java/org/owasp/dependencycheck/reporting/EscapeTool.java:166
↓ 4 callersMethodcsvIdentifiers
Takes a set of Identifiers, filters them to none CPE, and formats them for display in a CSV. @param ids the set of identifiers @return the formatted
core/src/main/java/org/owasp/dependencycheck/reporting/EscapeTool.java:139
↓ 4 callersMethodderivePomUrl
Tries to determine the URL to the pom.xml. @param artifactId the artifact id @param version the version @param artifactUrl the artifact URL @return t
core/src/main/java/org/owasp/dependencycheck/data/nexus/MavenArtifact.java:121
↓ 4 callersMethoddetermineVersionFromMap
Give an NPM version range and a collection of versions, this method attempts to select a specific version from the collection that is in the range. @
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractNpmAnalyzer.java:540
↓ 4 callersMethodeggtestAssertions
(Object context, final String resource)
core/src/test/java/org/owasp/dependencycheck/analyzer/PythonDistributionAnalyzerTest.java:161
↓ 4 callersMethodequals
(Object o)
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ItemImpl.java:111
↓ 4 callersMethodextractFiles
Extracts the contents of an archive into the specified directory. @param archive an archive file such as a WAR or EAR @param extractTo a directory to
core/src/main/java/org/owasp/dependencycheck/utils/ExtractionUtil.java:70
↓ 4 callersMethodextractImportantUrlData
<p> Takes a URL, in String format, and adds the important parts of the URL to a list of strings.</p> <p> Example, given the following input:</p> <code
core/src/main/java/org/owasp/dependencycheck/utils/UrlStringUtils.java:95
↓ 4 callersMethodfetchMavenArtifacts
Downloads the corresponding list of MavenArtifacts of the given dependency from MavenCentral. <p> As the connection to MavenCentral is known to be unr
core/src/main/java/org/owasp/dependencycheck/analyzer/CentralAnalyzer.java:350
↓ 4 callersMethodgenerateReport
(Settings settings, File writeTo, File writeJsonTo, File writeHtmlTo, File writeJunitTo, File writeCsvTo, File
core/src/test/java/org/owasp/dependencycheck/reporting/ReportGeneratorIT.java:154
↓ 4 callersMethodgetCpe
Returns the CPE object. @return the CPE object
core/src/main/java/org/owasp/dependencycheck/dependency/naming/CpeIdentifier.java:112
↓ 4 callersMethodgetDataFile
Returns a value from the properties file as a File object. If the value was specified as a system property or passed in via the -Dprop=value argument
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:1303
↓ 4 callersMethodgetDependency
(String type, String namespace, String name, String version)
core/src/test/java/org/owasp/dependencycheck/analyzer/UnusedSuppressionRuleAnalyzerTest.java:98
↓ 4 callersMethodgetEcosystem
Determines the ecosystem for the given CVE. @param cve the CVE data @return the ecosystem
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/UrlEcosystemMapper.java:71
↓ 4 callersMethodgetEntries
Get the value of CWEs. @return the value of CWEs
core/src/main/java/org/owasp/dependencycheck/dependency/CweSet.java:51
↓ 4 callersMethodgetExtension
()
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/FileExtensionHint.java:89
↓ 4 callersMethodgetLicenseUrl
Gets the licenseUrl. @return the licenseUrl
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackage.java:126
↓ 4 callersMethodgetMainDotnetDependency
Determines which of the dotnet dependencies should be considered the primary. @param dependency1 the first dotnet dependency to compare @param depend
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyMergingAnalyzer.java:302
↓ 4 callersMethodgetMainGemspecDependency
Ruby gems installed by "bundle install" can have zero or more .gemspec files, all of which have the same packagePath and should be grouped. If one of
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyMergingAnalyzer.java:207
↓ 4 callersMethodgetMainSwiftDependency
Determines which of the swift dependencies should be considered the primary. @param dependency1 the first swift dependency to compare @param dependen
core/src/main/java/org/owasp/dependencycheck/analyzer/DependencyMergingAnalyzer.java:252
↓ 4 callersMethodgetMd5sum
Returns the MD5 Checksum of the dependency file. @return the MD5 Checksum
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:373
↓ 4 callersMethodgetMessageDigest
Returns the message digest. @param algorithm the algorithm for the message digest @return the message digest
utils/src/main/java/org/owasp/dependencycheck/utils/Checksum.java:244
↓ 4 callersMethodgetName
()
core/src/main/java/org/owasp/dependencycheck/analyzer/PnpmAuditAnalyzer.java:116
↓ 4 callersMethodgetName
<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:82
↓ 4 callersMethodgetNodes
()
maven/src/main/java/org/owasp/dependencycheck/maven/CollectingRootDependencyGraphVisitor.java:68
↓ 4 callersMethodgetNumberOfRulesLoadedFromPath
Load a file into the {@link AbstractSuppressionAnalyzer} and return the number of rules loaded. @param path the path to load. @return the number of r
core/src/test/java/org/owasp/dependencycheck/analyzer/AbstractSuppressionAnalyzerTest.java:157
↓ 4 callersMethodgetParentGroupId
Get the value of parentGroupId. @return the value of parentGroupId
core/src/main/java/org/owasp/dependencycheck/xml/pom/Model.java:225
↓ 4 callersMethodgetPreEmptiveAuthContext
Gets a HttpClientContext that supports pre-emptive authentication. @return A HttpClientContext pre-configured with the authentication cache build from
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:623
↓ 4 callersMethodgetResults
Gets the list of results. @return the list of results
core/src/main/java/org/owasp/dependencycheck/data/elixir/MixAuditJsonParser.java:152
↓ 4 callersMethodgetStopWords
Returns the set of stop words being used. @return the set of stop words being used
core/src/main/java/org/owasp/dependencycheck/data/lucene/SearchFieldAnalyzer.java:57
↓ 4 callersMethodgetSuppressedIdentifiers
Get the unmodifiable set of suppressedIdentifiers. @return the value of suppressedIdentifiers
core/src/main/java/org/owasp/dependencycheck/dependency/Dependency.java:596
↓ 4 callersMethodgetTitle
Gets the title. @return the title
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetPackage.java:72
↓ 4 callersMethodgetUntil
Get the (@code{nullable}) value of until. @return the value of until
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:147
↓ 4 callersMethodgetVersion
()
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/Advisory.java:197
↓ 4 callersMethodgetVersion
Returns the Package URL version. @see com.github.packageurl.PackageURL#getVersion() @return the Package URL name.
core/src/main/java/org/owasp/dependencycheck/dependency/naming/PurlIdentifier.java:197
↓ 4 callersMethodgetVulnerableSoftware
Get the value of vulnerableSoftware. @return the value of vulnerableSoftware
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:282
↓ 4 callersMethodhasCpe
Returns whether or not this suppression rule as CPE entries. @return whether or not this suppression rule as CPE entries
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:237
↓ 4 callersMethodhasCve
Returns whether this suppression rule has CVE entries. @return whether this suppression rule has CVE entries
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:480
↓ 4 callersMethodhasCvssBelow
Returns whether or not this suppression rule has CVSS suppression criteria. @return whether or not this suppression rule has CVSS suppression criteri
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionRule.java:273
← previousnext →401–500 of 3,473, ranked by callers