Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9526bd

Browse files
committed
Minor patch
1 parent 0901da3 commit a9526bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from lib.core.revision import getRevisionNumber
2121

2222
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23-
VERSION = "1.0.4.14"
23+
VERSION = "1.0.4.15"
2424
REVISION = getRevisionNumber()
2525
STABLE = VERSION.count('.') <= 2
2626
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

xml/errors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<!-- Oracle -->
4646
<dbms value="Oracle">
47-
<error regexp="\bORA-[0-9][0-9][0-9][0-9]"/>
47+
<error regexp="\bORA-\d{5}"/>
4848
<error regexp="Oracle error"/>
4949
<error regexp="Oracle.*Driver"/>
5050
<error regexp="Warning.*\Woci_.*"/>

0 commit comments

Comments
 (0)