|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.Portcullis
public class Portcullis
| Constructor Summary | |
|---|---|
init([Struct settings])
|
|
| Method Summary | |
|---|---|
any |
badSQLContext(String sqlcmdword, String text)
|
any |
cleanLog()
|
any |
escapeChars(String text)
|
any |
filterCRLF(String text)
|
any |
filterSQL(String text)
|
any |
filterTags(String text)
|
any |
filterWords(String text)
|
any |
getLog()
|
any |
getSettings()
|
any |
insertLog(String ipAddress)
|
any |
isBlocked(String ipAddress)
|
any |
isDetected()
|
any |
isLogged(String ipAddress)
|
any |
isSafeReferer()
|
any |
isValidCFVariableName(String text)
|
any |
removeIPfromLog(String ipAddress)
|
private string |
removeNullChars(string theString)
|
void |
scan(Struct object, String objectname, String ipAddress, [String exceptionFields], [any useWordFilter='false'], [any useSQLFilter='false'], [any useTagFilter='false'], [any pattern=''], [any fixValues='true'])
|
void |
setlog(String ipAddress)
|
any |
setSettings(Struct settings)
|
any |
updateLog(String ipAddress)
|
| Methods inherited from class railo-context.Component |
|---|
|
| Constructor Detail |
|---|
public init([Struct settings])
settings| Method Detail |
|---|
public any badSQLContext(String sqlcmdword, String text)
sqlcmdwordtextpublic any cleanLog()
public any escapeChars(String text)
textpublic any filterCRLF(String text)
textpublic any filterSQL(String text)
textpublic any filterTags(String text)
textpublic any filterWords(String text)
textpublic any getLog()
public any getSettings()
public any insertLog(String ipAddress)
ipAddresspublic any isBlocked(String ipAddress)
ipAddresspublic any isDetected()
public any isLogged(String ipAddress)
ipAddresspublic any isSafeReferer()
public any isValidCFVariableName(String text)
textpublic any removeIPfromLog(String ipAddress)
ipAddressprivate string removeNullChars(string theString)
theStringpublic void scan(Struct object, String objectname, String ipAddress, [String exceptionFields], [any useWordFilter='false'], [any useSQLFilter='false'], [any useTagFilter='false'], [any pattern=''], [any fixValues='true'])
objectobjectnameipAddressexceptionFieldsuseWordFilteruseSQLFilteruseTagFilterpatternfixValuespublic void setlog(String ipAddress)
ipAddresspublic any setSettings(Struct settings)
settingspublic any updateLog(String ipAddress)
ipAddress
|
Mura CMS 6.1 | ||||
| FRAMES | |||||