depanalyzer
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.security
/
InputSafety
Input
Safety
object
InputSafety
Members
Properties
CREDENTIAL_
HOST_
ALLOWLIST_
ENV
Link copied to clipboard
const
val
CREDENTIAL_HOST_ALLOWLIST_ENV
:
String
Functions
is
Allowed
Repository
Url
Link copied to clipboard
fun
isAllowedRepositoryUrl
(
url
:
String
)
:
Boolean
is
Safe
Version
Link copied to clipboard
fun
isSafeVersion
(
version
:
String
)
:
Boolean
is
Trusted
Credential
Destination
Link copied to clipboard
fun
isTrustedCredentialDestination
(
url
:
String
,
trustedHosts
:
Set
<
String
>
)
:
Boolean
is
Within
Parent
Boundary
Link copied to clipboard
fun
isWithinParentBoundary
(
rootPom
:
File
,
candidateParentPom
:
File
)
:
Boolean
parse
Trusted
Credential
Hosts
Link copied to clipboard
fun
parseTrustedCredentialHosts
(
raw
:
String
?
)
:
Set
<
String
>