File tree Expand file tree Collapse file tree 4 files changed +256
-143
lines changed Expand file tree Collapse file tree 4 files changed +256
-143
lines changed Original file line number Diff line number Diff line change @@ -394,6 +394,7 @@ static const char* patmap[] = {
394
394
"1k1U(" ,
395
395
"1k1Uk" ,
396
396
"1k1c" ,
397
+ "1k1o1" ,
397
398
"1kU1," ,
398
399
"1kUs," ,
399
400
"1kUv," ,
@@ -526,6 +527,7 @@ static const char* patmap[] = {
526
527
"Ukv,n" ,
527
528
"Ukv,s" ,
528
529
"Ukv,v" ,
530
+ "f((f(" ,
529
531
"f((k(" ,
530
532
"f((kf" ,
531
533
"f()&f" ,
@@ -569,6 +571,7 @@ static const char* patmap[] = {
569
571
"f(vov" ,
570
572
"k()ok" ,
571
573
"k(1)U" ,
574
+ "k(f(1" ,
572
575
"k(ok(" ,
573
576
"k(s)U" ,
574
577
"k(sv)" ,
@@ -587,9 +590,11 @@ static const char* patmap[] = {
587
590
"k1,vc" ,
588
591
"k1,vk" ,
589
592
"k1k(k" ,
593
+ "k1kf(" ,
590
594
"k1o(s" ,
591
595
"k1o(v" ,
592
596
"k;non" ,
597
+ "kf((f" ,
593
598
"kf(1)" ,
594
599
"kf(1," ,
595
600
"kf(f(" ,
@@ -640,7 +645,11 @@ static const char* patmap[] = {
640
645
"knvvn" ,
641
646
"ko(k(" ,
642
647
"ko(kf" ,
648
+ "ko(n," ,
649
+ "ko(s," ,
643
650
"kok(k" ,
651
+ "ks&(k" ,
652
+ "ks&(o" ,
644
653
"ks)" ,
645
654
"ks,1," ,
646
655
"ks,1c" ,
@@ -734,9 +743,13 @@ static const char* patmap[] = {
734
743
"n))&v" ,
735
744
"n)))&" ,
736
745
"n)));" ,
746
+ "n)))B" ,
747
+ "n)))U" ,
737
748
"n)))k" ,
738
749
"n)))o" ,
739
750
"n));k" ,
751
+ "n))B1" ,
752
+ "n))Uk" ,
740
753
"n))kk" ,
741
754
"n))o(" ,
742
755
"n))o1" ,
@@ -750,6 +763,8 @@ static const char* patmap[] = {
750
763
"n);kk" ,
751
764
"n);kn" ,
752
765
"n);ko" ,
766
+ "n)B1c" ,
767
+ "n)Uk1" ,
753
768
"n)k1o" ,
754
769
"n)kks" ,
755
770
"n)kkv" ,
@@ -790,8 +805,10 @@ static const char* patmap[] = {
790
805
"n;kn(" ,
791
806
"n;ko(" ,
792
807
"n;kok" ,
808
+ "nB1c" ,
793
809
"nUk(k" ,
794
810
"nUk1," ,
811
+ "nUk1c" ,
795
812
"nUkf(" ,
796
813
"nUkn," ,
797
814
"nUks," ,
@@ -829,6 +846,7 @@ static const char* patmap[] = {
829
846
"nof(1" ,
830
847
"nof(s" ,
831
848
"nof(v" ,
849
+ "nok(1" ,
832
850
"nok(f" ,
833
851
"nok(k" ,
834
852
"nok(s" ,
@@ -2138,7 +2156,7 @@ static const char* patmap[] = {
2138
2156
"vovso" ,
2139
2157
"vovvo" ,
2140
2158
};
2141
- static const size_t patmap_sz = 2135 ;
2159
+ static const size_t patmap_sz = 2153 ;
2142
2160
2143
2161
2144
2162
/* Simple binary search */
@@ -2160,4 +2178,5 @@ int is_sqli_pattern(const char *key)
2160
2178
}
2161
2179
return 0 ; /* FALSE */
2162
2180
}
2181
+
2163
2182
#endif
You can’t perform that action at this time.
0 commit comments