Skip to content

Commit

Permalink
fixup fingerprints file (remove dup)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Galbreath committed Jan 20, 2015
1 parent 35ee434 commit 3d8c863
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions src/fingerprints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3791,7 +3791,6 @@ n)&vU
n)&vc
n)&vf
n)&vo
n)(E(
n),(1
n),(f
n),(n
Expand Down Expand Up @@ -5341,7 +5340,6 @@ s)&vU
s)&vc
s)&vf
s)&vo
s)(E(
s),(1
s),(f
s),(n
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 @@ -3808,7 +3808,6 @@ static const keyword_t sql_keywords[] = {
{"0N)&VF", 'F'},
{"0N)&VO", 'F'},
{"0N)&VU", 'F'},
{"0N)(E(", 'F'},
{"0N),(1", 'F'},
{"0N),(F", 'F'},
{"0N),(N", 'F'},
Expand Down Expand Up @@ -5358,7 +5357,6 @@ static const keyword_t sql_keywords[] = {
{"0S)&VF", 'F'},
{"0S)&VO", 'F'},
{"0S)&VU", 'F'},
{"0S)(E(", 'F'},
{"0S),(1", 'F'},
{"0S),(F", 'F'},
{"0S),(N", 'F'},
Expand Down Expand Up @@ -9349,5 +9347,5 @@ static const keyword_t sql_keywords[] = {
{"||", '&'},
{"~*", 'o'},
};
static const size_t sql_keywords_sz = 9053;
static const size_t sql_keywords_sz = 9051;
#endif
2 changes: 0 additions & 2 deletions src/sqlparse_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4051,7 +4051,6 @@
"n)&vc",
"n)&vf",
"n)&vo",
"n)(E(",
"n),(1",
"n),(f",
"n),(n",
Expand Down Expand Up @@ -5601,7 +5600,6 @@
"s)&vc",
"s)&vf",
"s)&vo",
"s)(E(",
"s),(1",
"s),(f",
"s),(n",
Expand Down

0 comments on commit 3d8c863

Please sign in to comment.