Skip to content

Commit

Permalink
false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Mar 21, 2015
1 parent bbbecc8 commit e814e31
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions src/fingerprints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1936,8 +1936,8 @@ E1kvk
E1kvo
E1n)U
E1n;
E1n;c
E1nc
E1n;c
E1nkn
E1o(1
E1o(E
Expand Down Expand Up @@ -2304,7 +2304,6 @@ En,(v
En,f(
En1;
En1;c
En1c
En1o(
En1of
En1os
Expand Down Expand Up @@ -4516,7 +4515,6 @@ nf(En
nf(Es
nf(Ev
nf(f(
nf(n)
nf(n,
nf(no
nf(s)
Expand Down
4 changes: 1 addition & 3 deletions src/libinjection_sqli_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -2612,7 +2612,6 @@ static const keyword_t sql_keywords[] = {
{"0EN,F(", 'F'},
{"0EN1;", 'F'},
{"0EN1;C", 'F'},
{"0EN1C", 'F'},
{"0EN1O(", 'F'},
{"0EN1OF", 'F'},
{"0EN1OS", 'F'},
Expand Down Expand Up @@ -4366,7 +4365,6 @@ static const keyword_t sql_keywords[] = {
{"0NF(ES", 'F'},
{"0NF(EV", 'F'},
{"0NF(F(", 'F'},
{"0NF(N)", 'F'},
{"0NF(N,", 'F'},
{"0NF(NO", 'F'},
{"0NF(S)", 'F'},
Expand Down Expand Up @@ -9333,5 +9331,5 @@ static const keyword_t sql_keywords[] = {
{"||", '&'},
{"~*", 'o'},
};
static const size_t sql_keywords_sz = 9037;
static const size_t sql_keywords_sz = 9035;
#endif
2 changes: 1 addition & 1 deletion src/make_parens.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self):
'n(1)1', 'n&EUE', 'n&EkU', 's&EUE', 's&EkU', 'v&EUE', 'v&EkU',
'n&nTn', 'nA', 'nos;n', 'UEn', 'so1no', '1)on', '1k(1)',
's)on', '1;TnE', 's&1s', 'n)c', 'svs', '1n(1)',
'so1s(', 'son1s', 'nf(1n', 'so1sf', 'son1s'
'so1s(', 'son1s', 'nf(1n', 'so1sf', 'son1s', 'nf(n)', 'En1c'
])
self.whitelist = set([
'T(vv)', 'Tnvos', 'Tnv;', '1UEnn', '1;Tvk'
Expand Down
2 changes: 0 additions & 2 deletions src/sqlparse_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2564,7 +2564,6 @@
"En,f(",
"En1;",
"En1;c",
"En1c",
"En1o(",
"En1of",
"En1os",
Expand Down Expand Up @@ -4776,7 +4775,6 @@
"nf(Es",
"nf(Ev",
"nf(f(",
"nf(n)",
"nf(n,",
"nf(no",
"nf(s)",
Expand Down

0 comments on commit e814e31

Please sign in to comment.