Package | Description |
---|---|
com.neurosys.cluzo.adapters | |
com.neurosys.cluzo.domain | |
com.neurosys.cluzo.service |
Modifier and Type | Method and Description |
---|---|
protected void |
RedundantFileExtSecurityAdapter.processInvalidQuery(Data<String> input) |
protected void |
XSSUrlParamSecurityAdapter.processInvalidQuery(Data<String> input) |
protected void |
WhiteBlackExpressionSecurityAdapter.processInvalidQuery(Data<String> input) |
protected void |
RedundantFileExtSecurityAdapter.processNameValue(String name,
String value)
Used by
WhiteBlackExpressionSecurityAdapter.processParams(Data)
In the case of File matching, if the value is not a ref to a file, ignore else Match it against the RegEx |
protected void |
WhiteBlackExpressionSecurityAdapter.processNameValue(String name,
String value)
|
protected void |
WhiteBlackExpressionSecurityAdapter.processParams(Data<String> input)
If there are param pairs then process them pair wise
|
void |
CookieSanitizerSecurityAdapter.validate(Data<javax.servlet.http.Cookie> input) |
void |
RedundantFileExtSecurityAdapter.validate(Data<String> input) |
void |
XSSAntiSamySecurityAdapter.validate(Data<String> input) |
void |
XSSUrlParamSecurityAdapter.validate(Data<String> input) |
void |
WhiteBlackExpressionSecurityAdapter.validate(Data<String> input) |
void |
XSSESAPIURLSecurityAdapter.validate(Data<String> input)
Deprecated.
|
void |
CodeSnifferSecurityAdapter.validate(Data<String> input) |
protected void |
WhiteBlackExpressionSecurityAdapter.validateAgainstBlackRegEx(Data<String> input) |
protected void |
WhiteBlackExpressionSecurityAdapter.validateAgainstWhiteRegEx(Data<String> input) |
Modifier and Type | Class and Description |
---|---|
class |
SeriousSecurityException
A more specific classification of
SecurityException
The classification may help drive logic that may want to counter act on Security issues or report them Vs Exceptions that one would prefer to ignore as long as they are kept out. |
Modifier and Type | Method and Description |
---|---|
void |
SecurityAdapter.validate(Data<T> input)
Check if the input is safe or not
When used in a chained or a SecurityContext with other SecurityAdapter s then the Adapters throwing
a OperationNotSupportedException will be ignored. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSecurityContext.validate(Data<T> data)
All the calls to
this#adapters are mutually exclusive. |
Copyright © 2018. All rights reserved.