FCLT#54901 Computest Pentest 4.2.4
svn path=/Website/trunk/; revision=39383
This commit is contained in:
@@ -88,6 +88,10 @@ function SafeExec( sql, catchErrors ) {
|
||||
else
|
||||
__Log("Foutcode: " + _LastFacError.faccode + " niet gevonden in fac_message");
|
||||
}
|
||||
if (RegExp(/^ORA-\d*:\s/).test(_LastFacError.friendlyMsg)) // prevent hacker-usable ORA- information in friendlyMsg
|
||||
{
|
||||
_LastFacError.friendlyMsg = _LastFacError.friendlyMsg.replace(/^ORA-\d*:\s/,"").replace(/\"{1}\w*\.{0,1}\w*\"{1}.{0,1}|\({1}\w*\.{0,1}\w*\){1}.{0,1}/g,"");
|
||||
}
|
||||
if (!knownError)
|
||||
{
|
||||
if (!(__Logging & 1))
|
||||
|
||||
Reference in New Issue
Block a user