MCPcopy Create free account

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

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

MethodForbiddenException
(String message)
utils/src/main/java/org/owasp/dependencycheck/utils/ForbiddenException.java:27
MethodGenericIdentifier
Constructs a new Identifier with the specified data. @param value the identifier value @param confidence the confidence level that the identifier is
core/src/main/java/org/owasp/dependencycheck/dependency/naming/GenericIdentifier.java:64
MethodGoModDependency
Constructs a new GoModDependency. @param modulePath the module path @param version the dependency version @param dir the directory that the module ex
core/src/main/java/org/owasp/dependencycheck/data/golang/GoModDependency.java:84
MethodGoModJsonParser
()
core/src/main/java/org/owasp/dependencycheck/data/golang/GoModJsonParser.java:53
MethodGoModProcessor
Constructs a new processor to consume the output of `go list -m -json all`. @param goDependency a reference to `go.mod` dependency @param engine a re
core/src/main/java/org/owasp/dependencycheck/processing/GoModProcessor.java:54
MethodGobbler
(InputStream inputStream)
utils/src/main/java/org/owasp/dependencycheck/utils/processing/ProcessReader.java:173
MethodGrokParseException
Creates a new GrokParseException.
core/src/main/java/org/owasp/dependencycheck/xml/assembly/GrokParseException.java:39
MethodH2Functions
()
core/src/main/java/org/owasp/dependencycheck/data/nvdcve/H2Functions.java:35
MethodHC5CredentialHelper
()
utils/src/main/java/org/owasp/dependencycheck/utils/HC5CredentialHelper.java:44
MethodHintParseException
Creates a new SuppressionParseException.
core/src/main/java/org/owasp/dependencycheck/xml/hints/HintParseException.java:39
MethodIdentifierMatch
Constructs an IdentifierMatch. @param cpe the CPE value for the match @param url the URL of the identifier @param identifierConfidence the confidence
core/src/main/java/org/owasp/dependencycheck/analyzer/CPEAnalyzer.java:1165
MethodIncludedByReference
Constructs a new reference. @param reference the reference @param type the reference's type
core/src/main/java/org/owasp/dependencycheck/dependency/IncludedByReference.java:54
MethodIndexException
Creates a new IndexException.
core/src/main/java/org/owasp/dependencycheck/data/cpe/IndexException.java:38
MethodInitializationException
Creates a new InitializationException.
core/src/main/java/org/owasp/dependencycheck/exception/InitializationException.java:61
MethodInterpolationUtil
()
core/src/main/java/org/owasp/dependencycheck/utils/InterpolationUtil.java:30
MethodInvalidDataException
Creates an InvalidDataException. @param msg the exception message
core/src/main/java/org/owasp/dependencycheck/data/update/exception/InvalidDataException.java:41
MethodInvalidSettingException
Creates a new InvalidSettingException.
utils/src/main/java/org/owasp/dependencycheck/utils/InvalidSettingException.java:38
MethodItemImpl
(boolean folder, String uri, String metadataUri, Date lastModified, String modifiedBy, Date lastUpdated)
core/src/main/java/org/owasp/dependencycheck/data/artifactory/ItemImpl.java:26
MethodJsonArrayCveItemSource
Constructs a new Item Source. @param inputStream the input stream to read from @throws IOException thrown if there is a problem reading from the inpu
core/src/main/java/org/owasp/dependencycheck/data/update/nvd/api/JsonArrayCveItemSource.java:59
MethodJsonArrayFixingInputStream
Constructs a new filtering input stream used to fix a poorly formatted JSON array. @param in the InputStream containing the poorly formed JSON array
utils/src/main/java/org/owasp/dependencycheck/utils/JsonArrayFixingInputStream.java:84
MethodKEYS
private constructor because this is a "utility" class containing constants
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:949
MethodLambdaExceptionWrapper
Wraps an exception. @param ex the exception to wrap
core/src/main/java/org/owasp/dependencycheck/analyzer/exception/LambdaExceptionWrapper.java:38
MethodLicense
Constructs a new license object.
core/src/main/java/org/owasp/dependencycheck/xml/pom/License.java:50
MethodLuceneUtils
Private constructor as this is a utility class.
core/src/main/java/org/owasp/dependencycheck/data/lucene/LuceneUtils.java:36
MethodM31ArtifactResult
@param artifactResult {@link ArtifactResult}
maven/src/main/java/org/owasp/dependencycheck/maven/Mshared998Util.java:75
MethodMSBuildProjectParseException
Constructs a new exception with <code>null</code> as its detail message. The cause is not initialized, and may subsequently be initialized by a call
core/src/main/java/org/owasp/dependencycheck/data/nuget/MSBuildProjectParseException.java:41
MethodMavenArtifact
Creates an empty MavenArtifact.
core/src/main/java/org/owasp/dependencycheck/data/nexus/MavenArtifact.java:65
MethodMavenDependency
(String coord)
core/src/main/java/org/owasp/dependencycheck/analyzer/PinnedMavenInstallAnalyzer.java:329
MethodMixAuditJsonParser
Creates a MixAuditJsonParser from a Reader. @param reader - the java.io.Reader to read the json character stream from
core/src/main/java/org/owasp/dependencycheck/data/elixir/MixAuditJsonParser.java:87
MethodMixAuditProcessor
Constructs a new processor to consume the output of `mix_audit`. @param mixDependency a reference to `mix.lock` dependency @param engine a reference
core/src/main/java/org/owasp/dependencycheck/processing/MixAuditProcessor.java:87
MethodMixAuditResult
Constructs a new Mix Audit Result. @param id the vulnerability id @param cve the CVE entry name @param title the CVE title @param description the des
core/src/main/java/org/owasp/dependencycheck/data/elixir/MixAuditResult.java:86
MethodMode
Constructs a new mode. @param databaseRequired if the database is required for the mode @param phases the analysis phases to include in the mode
core/src/main/java/org/owasp/dependencycheck/Engine.java:1326
MethodMshared998Util
Empty constructor to prevent instantiation of utility-class.
maven/src/main/java/org/owasp/dependencycheck/maven/Mshared998Util.java:33
MethodNexusV2Search
Creates a NexusSearch for the given repository URL. @param settings the configured settings @param useProxy flag indicating if the proxy settings sho
core/src/main/java/org/owasp/dependencycheck/data/nexus/NexusV2Search.java:81
MethodNexusV3Search
Creates a NexusV3Search for the given repository URL. @param settings the configured settings @param useProxy flag indicating if the proxy settings s
core/src/main/java/org/owasp/dependencycheck/data/nexus/NexusV3Search.java:99
MethodNexusV3SearchResponseHandler
(List<MavenArtifact> matchingArtifacts, String sha1, Set<String> acceptedClassifiers)
core/src/main/java/org/owasp/dependencycheck/data/nexus/NexusV3Search.java:181
MethodNoDataException
Creates a new NoDataException.
core/src/main/java/org/owasp/dependencycheck/exception/NoDataException.java:39
MethodNodeAuditSearch
Creates a NodeAuditSearch for the given repository URL. @param settings the configured settings @throws java.net.MalformedURLException thrown if the
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/NodeAuditSearch.java:91
MethodNpmCpeMemoryIndex
private constructor for singleton.
core/src/main/java/org/owasp/dependencycheck/data/cpe/NpmCpeMemoryIndex.java:47
MethodNpmPayloadBuilder
Private constructor for utility class.
core/src/main/java/org/owasp/dependencycheck/data/nodeaudit/NpmPayloadBuilder.java:47
MethodNugetconfParseException
Constructs a new exception with <code>null</code> as its detail message. The cause is not initialized, and may subsequently be initialized by a call
core/src/main/java/org/owasp/dependencycheck/data/nuget/NugetconfParseException.java:41
MethodNuspecParseException
Constructs a new exception with <code>null</code> as its detail message. The cause is not initialized, and may subsequently be initialized by a call
core/src/main/java/org/owasp/dependencycheck/data/nuget/NuspecParseException.java:41
MethodNvdApiProcessor
Create a new processor to put the NVD data into the database. @param cveDB a reference to the database. @param jsonFile the JSON data file to inject.
core/src/main/java/org/owasp/dependencycheck/data/update/nvd/api/NvdApiProcessor.java:74
MethodODCConnectionTransport
Constructs a new transport object to connect to the OSS Index. @param config the OSS client configuration @param userAgent the user agent to send to
core/src/main/java/org/owasp/dependencycheck/data/ossindex/ODCConnectionTransport.java:61
MethodOssIndexClientProvider
Private constructor for utility class.
core/src/main/java/org/owasp/dependencycheck/data/ossindex/OssIndexClientProvider.java:65
MethodOssIndexHelper
()
core/src/test/java/org/owasp/dependencycheck/data/ossindex/OssIndexHelper.java:11
MethodOssIndexKnownError
(int statusCode, String userMessage, boolean fatal)
core/src/main/java/org/owasp/dependencycheck/analyzer/OssIndexAnalyzer.java:285
MethodPair
Constructs a new empty pair.
core/src/main/java/org/owasp/dependencycheck/utils/Pair.java:48
MethodParseException
Creates a new ParseException.
core/src/main/java/org/owasp/dependencycheck/exception/ParseException.java:38
MethodPerlCpanfileAnalyzer
Create a new Perl CPAN File Analyzer.
core/src/main/java/org/owasp/dependencycheck/analyzer/PerlCpanfileAnalyzer.java:88
MethodPomParseException
Creates a new SuppressionParseException.
core/src/main/java/org/owasp/dependencycheck/xml/pom/PomParseException.java:39
MethodPomProjectInputStream
Constructs a new POM project filtering input stream. The input stream is wrapped in a buffered input stream. @param in the input stream @throws IOExc
core/src/main/java/org/owasp/dependencycheck/xml/pom/PomProjectInputStream.java:52
MethodPomUtils
empty private constructor for utility class.
core/src/main/java/org/owasp/dependencycheck/xml/pom/PomUtils.java:47
MethodProcessReader
Creates a new reader for the given process. The output from the process is written to the provided stores. @param process the process to read from
utils/src/main/java/org/owasp/dependencycheck/utils/processing/ProcessReader.java:62
MethodProcessor
Creates a new processor.
utils/src/main/java/org/owasp/dependencycheck/utils/processing/Processor.java:37
MethodPropertyLookup
Constructs a new property lookup. @param props the properties to wrap.
core/src/main/java/org/owasp/dependencycheck/utils/InterpolationUtil.java:142
MethodPurge
Construct a new DependencyCheckTask.
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Purge.java:63
MethodPurlIdentifier
Constructs a new Package-URL identifier. @param purl the Package-URL object @param confidence the confidence that the identifier is correct for the g
core/src/main/java/org/owasp/dependencycheck/dependency/naming/PurlIdentifier.java:66
MethodPyPACoreMetadataParser
()
core/src/main/java/org/owasp/dependencycheck/utils/PyPACoreMetadataParser.java:57
MethodReference
Creates a new reference.
core/src/main/java/org/owasp/dependencycheck/dependency/Reference.java:56
MethodReportException
Creates a new ReportException.
core/src/main/java/org/owasp/dependencycheck/exception/ReportException.java:38
MethodReportGenerator
Constructs a new ReportGenerator. @param applicationName the application name being analyzed @param dependencies the list of dependencies @param anal
core/src/main/java/org/owasp/dependencycheck/reporting/ReportGenerator.java:162
MethodResourceNotFoundException
Creates a new ResourceNotFoundException.
utils/src/main/java/org/owasp/dependencycheck/utils/ResourceNotFoundException.java:39
MethodRetireJSDataSource
Constructs a new engine version check utility.
core/src/main/java/org/owasp/dependencycheck/data/update/RetireJSDataSource.java:65
MethodRetireJsLibrary
(JsLibraryResult result)
core/src/main/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzer.java:334
MethodRetireJsVulnerabilityIdentifiers
(Map<String, List<String>> rawIdentifiers)
core/src/main/java/org/owasp/dependencycheck/analyzer/RetireJsAnalyzer.java:394
MethodSarifRule
Constructs a new SARIF rule object. @param name the name of the rule @param shortDescription the short description @param fullDescription the full de
core/src/main/java/org/owasp/dependencycheck/reporting/SarifRule.java:166
MethodSaveToFileResponseHandler
(File outputPath)
utils/src/main/java/org/owasp/dependencycheck/utils/SaveToFileResponseHandler.java:39
MethodScanAgentException
Creates a new ScanAgentException.
core/src/main/java/org/owasp/dependencycheck/exception/ScanAgentException.java:40
MethodSearchException
Creates a new SearchException.
core/src/main/java/org/owasp/dependencycheck/analyzer/exception/SearchException.java:38
MethodSearchFieldAnalyzer
Constructs a new SearchFieldAnalyzer.
core/src/main/java/org/owasp/dependencycheck/data/lucene/SearchFieldAnalyzer.java:67
MethodSelectiveProxySelector
(Proxy httpHost, String[] nonProxyHostsPatterns)
utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java:767
MethodSettings
Initialize the settings object.
utils/src/main/java/org/owasp/dependencycheck/utils/Settings.java:958
MethodSeverityUtil
Private constructor for a utility class.
core/src/main/java/org/owasp/dependencycheck/utils/SeverityUtil.java:54
MethodSuppressionParseException
Creates a new SuppressionParseException.
core/src/main/java/org/owasp/dependencycheck/xml/suppression/SuppressionParseException.java:39
MethodTest
()
archetype/src/main/resources/archetype-resources/src/test/java/__analyzerName__Test.java:37
MethodTokenPairConcatenatingFilter
Constructs a new TokenPairConcatenatingFilter. @param stream the TokenStream that this filter will process
core/src/main/java/org/owasp/dependencycheck/data/lucene/TokenPairConcatenatingFilter.java:60
MethodTooManyRequestsException
Creates a new TooManyRequestsException.
utils/src/main/java/org/owasp/dependencycheck/utils/TooManyRequestsException.java:38
MethodURLConnectionFailureException
Creates a new URLConnectionFailureException.
utils/src/main/java/org/owasp/dependencycheck/utils/URLConnectionFailureException.java:38
MethodUnexpectedAnalysisException
Wraps an exception. @param ex the exception to wrap
core/src/main/java/org/owasp/dependencycheck/analyzer/exception/UnexpectedAnalysisException.java:37
MethodUpdate
Construct a new UpdateTask.
ant/src/main/java/org/owasp/dependencycheck/taskdefs/Update.java:221
MethodUpdateException
Creates a new UpdateException.
core/src/main/java/org/owasp/dependencycheck/data/update/exception/UpdateException.java:38
MethodUpdateService
Creates a new instance of UpdateService. @param classLoader the ClassLoader to use when dynamically loading Analyzer and Update services
core/src/main/java/org/owasp/dependencycheck/data/update/UpdateService.java:44
MethodUrlEcosystemMapper
Constructs a new URL ecosystem mapper.
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/UrlEcosystemMapper.java:60
MethodUrlHostHint
Constructs a new URL Host Hint to map the keyword to the ecosystem. @param keyword the keyword @param ecosystem the ecosystem
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/UrlHostHint.java:64
MethodUrlPathHint
Constructs a new URL Path Hint used to map the keyword to the ecosystem. @param keyword the keyword to identify the ecosystem @param ecosystem the ec
core/src/main/java/org/owasp/dependencycheck/data/nvd/ecosystem/UrlPathHint.java:47
MethodUrlStringUtils
Private constructor for a utility class.
core/src/main/java/org/owasp/dependencycheck/utils/UrlStringUtils.java:56
MethodUrlTokenizingFilter
Constructs a new UrlTokenizingFilter. @param stream the TokenStream that this filter will process
core/src/main/java/org/owasp/dependencycheck/data/lucene/UrlTokenizingFilter.java:50
MethodVendorDuplicatingHintRule
Constructs a new duplicating rule. @param value the value to duplicate the evidence if found @param duplicate the value to replace within the duplica
core/src/main/java/org/owasp/dependencycheck/xml/hints/VendorDuplicatingHintRule.java:48
MethodVulnerability
Default constructor.
core/src/main/java/org/owasp/dependencycheck/dependency/Vulnerability.java:153
MethodVulnerableSoftware
(Part part, String vendor, String product, String version, String update, String edition, String l
core/src/main/java/org/owasp/dependencycheck/dependency/VulnerableSoftware.java:113
MethodWriteLock
Constructs a new Write Lock object with the configured settings. @param settings the configured settings @throws WriteLockException thrown if a lock
core/src/main/java/org/owasp/dependencycheck/utils/WriteLock.java:97
MethodWriteLockException
Creates a new WriteLockException.
core/src/main/java/org/owasp/dependencycheck/exception/WriteLockException.java:38
MethodWriteLockShutdownHookFactory
Empty constructor for utility class.
core/src/main/java/org/owasp/dependencycheck/utils/WriteLockShutdownHookFactory.java:39
MethodXmlEntity
Private constructor for a utility class.
core/src/main/java/org/owasp/dependencycheck/xml/XmlEntity.java:292
MethodXmlInputStream
Constructs a new XML Input Stream. @param in the base input stream
core/src/main/java/org/owasp/dependencycheck/xml/XmlInputStream.java:60
MethodXmlUtils
Private constructor for a utility class.
utils/src/main/java/org/owasp/dependencycheck/utils/XmlUtils.java:67
Methodaccept
Determines if the file can be analyzed by the analyzer. @param pathname the path to the file @return true if the file can be analyzed by the given an
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractFileTypeAnalyzer.java:122
Methodaccept
Determines if the file can be analyzed by the analyzer. @param pathname the path to the file @return true if the file can be analyzed by the given an
core/src/main/java/org/owasp/dependencycheck/analyzer/AbstractNpmAnalyzer.java:103
Methodaccept
Only accept .gemspec files generated by "bundle install --deployment" under "specifications" folder. @param pathname the path name to test @return tr
core/src/main/java/org/owasp/dependencycheck/analyzer/RubyBundlerAnalyzer.java:92
← previousnext →1,601–1,700 of 3,473, ranked by callers