forked from projectdiscovery/nuclei-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
templates-checksum.txt
6493 lines (6493 loc) · 520 KB
/
templates-checksum.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
CODE_OF_CONDUCT.md:5c581b341cecd31ea4a275098ec84be9951f1593
CONTRIBUTING.md:b3dbbd3a35dd55d57ddbe460e18407806afeeab0
LICENSE.md:48790f08ca6757688e2f5f3f4b017a073b3e20df
PULL_REQUEST_TEMPLATE.md:c8aba78d67442f639483a10fa74681dea94faeb7
README.md:70a4e2ce1b92217229706c5c35e5ee7170ccda18
README_KR.md:174470dbc5c69e81f83ff816655a52cc8c5d7f26
TEMPLATES-STATS.json:860986fad6257482b7828f258bc7c516e28ecaa1
TEMPLATES-STATS.md:4eb510d3f0a72540d2ec172240eb5cad5a92e0da
TOP-10.md:1e53214f047f7f17e8f2265398586ee01e00b009
contributors.json:ff4ddb7612fdb9f10ce078a3aa796c1e07c8dcf4
cves.json:507f89c0cb0b2791d7bc45e466cec061ea54ad99
cves.json-checksum.txt:5b3a9219d6581a1cee7266f20b7f4639e417b291
dns/azure-takeover-detection.yaml:90ea816357526ee7c170731114de8fc0a2357a27
dns/caa-fingerprint.yaml:3fe25f081d6cee442309ba267cf611b66d4539d7
dns/cname-fingerprint.yaml:be8abd622fe067529fcd70bfe41002ab55f60cd6
dns/cname-service.yaml:9943420cec654db4a13c343a796bf8c11e5ad3c3
dns/detect-dangling-cname.yaml:1a886981ae636afd1f8e3e475123efba0b456053
dns/dmarc-detect.yaml:bf8de471bc23a5239d8be1e85eae48d66ce2bffd
dns/dns-waf-detect.yaml:ce4f83bd478e2358c44fcd0ccc9562970f5d7421
dns/dnssec-detection.yaml:502eb28a92385ab3fcb5ce47424705a3f44f890f
dns/ec2-detection.yaml:0df7d73d85d6961aaa3906ef5b489f622b014d9f
dns/elasticbeantalk-takeover.yaml:70e4170c8b7faa55d1ba500113b9d74d0593043c
dns/mx-fingerprint.yaml:52050cd11d03c6b624e24c14212a4272ad95af43
dns/mx-service-detector.yaml:a973da2c53aafab6bea1d92bac872f3b9f53c7d5
dns/nameserver-fingerprint.yaml:b00120f337328bc4239a66c9ce561508259cad0d
dns/ptr-fingerprint.yaml:d3fd3f1f627516adf1e35741bc71bef0d3998d30
dns/servfail-refused-hosts.yaml:999708066bb1675ee4ad9e55821a1fd684e84a03
dns/spoofable-spf-records-ptr.yaml:09283bd4f3b221485e892a4a3f223328013b91aa
dns/txt-fingerprint.yaml:f0f06788b607e47008a5893b4c5cb5781deb8122
dns/worksites-detection.yaml:abd1995e754453518918136def84613ab5ec9fd0
file/android/adb-backup-enabled.yaml:a8cfed2c07ecff061bfbc60a61ba20c9d4a08eb2
file/android/biometric-detect.yaml:390458adc0d25cf76f0f1d533d5c58af9dbd1bc5
file/android/certificate-validation.yaml:607d9ba229e7868e97a0172c37209b8b234b6625
file/android/content-scheme.yaml:5d14d3691d2b997beb22d15a10fd7d14ce3d6999
file/android/debug-enabled.yaml:209dd2b56610e582ce72054f105715064ff78bad
file/android/deep-link-detect.yaml:b89cef98bb3a5501197b0dba677b06899cb783c4
file/android/dynamic-broadcast-receiver.yaml:0c138e576e003fd3a9980192920efc9baff35bbe
file/android/file-scheme.yaml:7ec4757b1673378738863a8552c490418ed69cb0
file/android/provider-path.yaml:900bd65305c4987c88146a5d2d5f00766727e06e
file/android/webview-addjavascript-interface.yaml:5cafbbbefd748999e7b9d31e9eed55a57afc972a
file/android/webview-javascript.yaml:929f48677c680d44c643c486b775acf5e5c39388
file/android/webview-load-url.yaml:cf892abfaa80f29a70436522f289d5eb3053980f
file/android/webview-universal-access.yaml:96d1dc919754acd27a3f6dc55ed577e47655d611
file/audit/cisco/configure-aaa-service.yaml:2c2f680c4a4d44558d6d1c2ad35eb9f9213d2502
file/audit/cisco/configure-service-timestamps-debug.yaml:7aba703293385d31bf8fe2252808ae10954993af
file/audit/cisco/configure-service-timestamps-logmessages.yaml:262cc27d7c132890057f11ff13ec0ded6c5bbff2
file/audit/cisco/disable-ip-source-route.yaml:1bd9d0eb702eea80d4500b3baf649679d79a4088
file/audit/cisco/disable-pad-service.yaml:c1d011c1e10bbc3bbba49e71d1c3f38e6fd6cac2
file/audit/cisco/enable-secret-for-password-user-and-.yaml:8a4d328bec06673eb495e3d3f913b73297e33039
file/audit/cisco/logging-enable.yaml:22293e0120c00ea85cfed6dadaf23bb9cb772bde
file/audit/cisco/set-and-secure-passwords.yaml:a7d954cd53d85a2f00f83b54870670fff31ff597
file/audit/fortigate/auto-usb-install.yaml:aa2bb47ad455ea4952c45618ef59a95e9cd81748
file/audit/fortigate/heuristic-scan.yaml:d7a8b08144e1cf1c4b727f13a58fb7e3583ce512
file/audit/fortigate/inactivity-timeout.yaml:f0ced8a24861b9f2e56548e7adae1cbb3865f32c
file/audit/fortigate/maintainer-account.yaml:1966d965a5c5b31dcb2750b53291ef7846322dca
file/audit/fortigate/password-policy.yaml:da2042e403ed7d94ddab985dff7263a4de277b23
file/audit/fortigate/remote-auth-timeout.yaml:39c1813bafa483a217d1483c43f715644824db27
file/audit/fortigate/scp-admin.yaml:88526bde924d27901dd4a1b9caf8737b1c10a46d
file/audit/fortigate/strong-ciphers.yaml:457de07fb1ad41f0eab6c77e2952565a2297db29
file/audit/pfsense/configure-dns-server.yaml:ad315ef5a9183d8ae18bfaaaffd7e498013c57ff
file/audit/pfsense/configure-session-timeout.yaml:565d5194aee5da814b88a46ed22e62069661a853
file/audit/pfsense/enable-https-protocol.yaml:fecd2ad4b606b2d94887f6cf754dd9e1301e31e7
file/audit/pfsense/known-default-account.yaml:de489c19b6fc27f0d0be0ffdbdd06f758690fb0e
file/audit/pfsense/password-protected-consolemenu.yaml:50f13f7da2c1c2ed37a84b42b16887bb978d8826
file/audit/pfsense/set-hostname.yaml:cf6cb7d196858205bbe4a01ab3169e542c4420cf
file/bash/bash-scanner.yaml:34c81ff693760add86b161184ca4ef55535d4ba6
file/electron/electron-version-detect.yaml:8021ce0b863fc7090d0b13a29b97bf8ef1a208b0
file/electron/node-integration-enabled.yaml:3de6b8cc228cb5cb4d806317982aeebb49d0c4b7
file/js/js-analyse.yaml:c2da42d2857558e8043b9d58abc062e3aeb122d6
file/keys/adobe-secret.yaml:f757c89cf4b6a3508e1537a23bfd83314839122b
file/keys/age/age-identity-secret-key.yaml:ea4e90c1e3eb2c4d533f8e1ed36f188ebf30e7a3
file/keys/age/age-recipient-public-key.yaml:09da1b5dae3b27a8d887dc8175c50ebaf2b31204
file/keys/amazon/amazon-account-id.yaml:022fe69bd240cba2810d02d19f17e1c03a2ed55d
file/keys/amazon/amazon-mws-auth-token.yaml:714c2eafbc61cdae9d451bcb37cb9e04c927770c
file/keys/amazon/amazon-session-token.yaml:db67c2526c47f9bb8a949f3d9f0a98d92a37bd5f
file/keys/amazon/amazon-sns-token.yaml:34135d8c2e049f4c6441c339e9444711f0997c36
file/keys/amazon/aws-access-id.yaml:2e1022a735febe80d44b71837a35a4afad0ca525
file/keys/amazon/aws-cognito.yaml:7ef8a95dec1248da6ed314cf33dac219f477e45f
file/keys/azure/azure-connection-string.yaml:2af2a5ae3c0e75a0f97c9aaef56021bbe00222ac
file/keys/branch-key.yaml:5378baf1bc66078a1cd36aab840424a14495e149
file/keys/cloudinary.yaml:f04384e4f360895e73718aae4c580f65b5ebdc32
file/keys/code-climate-token.yaml:964f8d91f5600565d18bc0e4bab407b6c7544149
file/keys/cratesio-api-key.yaml:928d587e35122954b479519890f6416036e1dc0b
file/keys/credential-exposure.yaml:d3aab2906aac88559f73e30cbce82493c431c419
file/keys/credentials.yaml:11f3d4e8623b2dcdeb565bac29ffb113a14b8014
file/keys/digitalocean/digitalocean-access-token.yaml:5d45392aac1c3d59a9cd30ea5880b2d09c1d8dd4
file/keys/digitalocean/digitalocean-personal-access.yaml:683b5f4096e1bbc5b9a0da12bda1bd32bd0f5cd5
file/keys/digitalocean/digitalocean-refresh-token.yaml:deefe2a8ad6a29b284c70e4505a1021e09ff047e
file/keys/dynatrace-token.yaml:3052a2375f053a715f8280c30507f70438a66ecd
file/keys/facebook/facebook-client-id.yaml:4020b932d3166489f448a0ad3babcf6f38843339
file/keys/facebook/facebook-secret.yaml:4920a003ff197e1cc1a409c5c5faf5127fa603d1
file/keys/facebook/fb-access-token.yaml:f5ea7dfc6d22647c4ddfcd53f8e1a9787a27d87c
file/keys/fcm-api-key.yaml:28c9b101822b4d0d9709482c661fca6993714f02
file/keys/figma-access-token.yaml:0a9e15f8e64653f84c07794550e1cd4938b37fb1
file/keys/firebase-database.yaml:d187e6fb3365bc68dad4e64871825154805361ba
file/keys/gcp-service-account.yaml:ccf3568c6744fccf2371ac8bfd555526bfb13e20
file/keys/github/github-app-token.yaml:8e51a916ea7c8007c1789ea45c7950d5a8b56a48
file/keys/github/github-oauth-token.yaml:2610a79ccc3bf1ca982f2a673b9fdb00a2742f8f
file/keys/github/github-outdated-key.yaml:4064141c57603d36c6f9bf2ac137852a5c51562a
file/keys/github/github-personal-token.yaml:e08c2e89e4dc6ca17ea3cc0459a7e37f55542f9f
file/keys/github/github-refresh-token.yaml:fbf1308c1272f4e29830e7dde624c4ed0bdfd6fd
file/keys/gitlab/gitlab-personal-accesstoken.yaml:778e3960e0c6a740356e0d7d9b85da6d4b1a0f7a
file/keys/gitlab/gitlab-pipeline-triggertoken.yaml:85abcc705e0d222360b4f51fa224057a37c78319
file/keys/gitlab/gitlab-runner-regtoken.yaml:bd9c23348b8c5bf9f7b33021c27208eb32df9654
file/keys/google/google-api.yaml:b1a45d973f28663b184704ccc5a08b38ae6f4625
file/keys/google/google-clientid.yaml:7e35ff35801de1be7fdd4753729f41082cf1ab63
file/keys/google/google-oauth-clientsecret.yaml:7ab75310471959814fcc97c06b95ac4ad69738c9
file/keys/heroku-key.yaml:6aee57ba597ecdf5623711158a5c69d23764949f
file/keys/jenkins-token.yaml:d9093a9446c989f8e294d23e7e2f0cb2204e4e79
file/keys/linkedin-id.yaml:0b948ed87d6f77f610bc34157621824b7f783cf8
file/keys/mailchimp-api.yaml:23710637c6f9e73a10eb0fe84f7ebe1b2bc36c94
file/keys/mailgun-api.yaml:7e7c2baf26d65958dd3cd59bee9569f4f89e36b3
file/keys/mapbox-token.yaml:b498f5b26e3ee026c1418baea97604c1dbde6177
file/keys/newrelic/newrelic-pixie-apikey.yaml:4632c995f2edd715a70c7cfb4a9b5ac1614ed9d2
file/keys/newrelic/newrelic-pixie-deploykey.yaml:481895ea49510ae6e7fefb4dc9d6fc6ba0d7010a
file/keys/npm-accesstoken.yaml:82661f1268d3c4f10a84d54399d176fc347fef68
file/keys/nuget-key.yaml:281e1cbe3105bccad89d79849406a4b96be58a42
file/keys/openai-key.yaml:0e9738a193c562efab848e4411c436a408a9c5e9
file/keys/paypal-braintree-token.yaml:a08c502c502936044187c9a9d6d9c2aec9b9d60c
file/keys/pictatic-api-key.yaml:281d6ef792d8f776a9b4cb96f5b77ab13cad6f90
file/keys/postman-api-key.yaml:d327ca3394766971c52e14e3e0d1a6f6c73e0e0b
file/keys/private-key.yaml:c7d709816fee0382c0250b2da2bb99ce6588c836
file/keys/pypi-token.yaml:8f13a6fc673007a93feffb6429e1878e79e1051c
file/keys/razorpay-client-id.yaml:846158bf5563bd69f4f804f56409622b738a8a92
file/keys/rubygems-key.yaml:26973f95d024effbe24083826cd8792288bb4562
file/keys/s3-bucket.yaml:9d725525020d19b183553ee8f097e54ef4e082cd
file/keys/sauce-access-token.yaml:f471b43f4fb0ae469eba700a42a62cad5f510a4b
file/keys/segment-public-api.yaml:d400f879afdee6596ef8519ded9504ea9e7799ed
file/keys/sendgrid-api.yaml:0dfbd1ae46def32a64b82e5273c73990a9e20401
file/keys/shopify-custom-token.yaml:ab332a7a67468bf0784bb12cc21a7ede6025736c
file/keys/shopify-private-token.yaml:700ea59fd3f7a5f955757e6d5cebe22a05847091
file/keys/shopify-public-access.yaml:3758644e781700c7a1c70acadf44aadb3ecbade8
file/keys/shopify-shared-secret.yaml:b5e51fb3e30450347ef8db2087363d6276e12e76
file/keys/shopify-token.yaml:7d7faf45836a7e6288fbe623d1c3455730d95acf
file/keys/slack-api.yaml:cbcf3b1cc032051c69bdffbc983bc0af754ebd2d
file/keys/slack-webhook.yaml:a523fa27b1ecf24122c571c5a3c9327dc2ab30e8
file/keys/square-access-token.yaml:b46a9e939c03f7a4a2254ca28e35233d33fab68a
file/keys/square-oauth-secret.yaml:90f91689ab5ce90259d6e84a748648ae5cb4b5f9
file/keys/stackhawk-api-key.yaml:918a94073e9fd09f179b7e18c810e3c2ed352543
file/keys/stripe-api-key.yaml:a8849a29190fd1fb92a50e9e0a6c49ea694043a9
file/keys/telegram-token.yaml:4a4493f2ce35b9a84d725aeef016011e3e4d06c5
file/keys/twilio-api.yaml:5ea16764819395bcfe307964c1b32a4dea86bb13
file/keys/twitter-secret.yaml:fa82d681ae94b741b25786f58835c9be605d8592
file/keys/zapier-webhook.yaml:48526eeb6c83d543a5bd7a9e160231dbb3112474
file/logs/django-framework-exceptions.yaml:bfe8762092b34fbe7c57d1d4f18116be8502ec58
file/logs/python-app-sql-exceptions.yaml:f9bc92aea698954c325c8073098c7abc78549066
file/logs/ruby-on-rails-framework-exceptions.yaml:4cacd8d7144f8353b5927cac2d008c1d08bb3a50
file/logs/spring-framework-exceptions.yaml:59912aa3db6ff6d29783c9b4fd84a6dc4d8369f3
file/logs/suspicious-sql-error-messages.yaml:86d8b6802e5a2db1bee5759e412c63d99fc42a94
file/perl/perl-scanner.yaml:ca5cfa3bae68e00b77dc73989a6331995be0b54a
file/php/php-scanner.yaml:bc0232813f7fcf4ea23d20cb004ee2f992cc6745
file/python/python-scanner.yaml:3774742345a3c2db504ab69a5a4f2e2584bb5ed3
file/xss/dom-xss.yaml:e43d8068f2bd1a7d2af72dac9974e57de29879c4
headless/dvwa-headless-automatic-login.yaml:99a6c2734ab061798627d79fda8ee538aa6060a8
headless/extract-urls.yaml:c2ff7a092991c2dee191e84ba4129270aacc8914
headless/headless-open-redirect.yaml:001152420e1bc1f78b9263353f48db9dca6a023c
headless/postmessage-outgoing-tracker.yaml:38d7ea38b0521a7ee3cf78db660b5ae923d1a54e
headless/postmessage-tracker.yaml:bf39bc73b73f1bf0636383612db9fce761356c5e
headless/prototype-pollution-check.yaml:c85aa05e1a2c587844f9566e736b4ba2d3adab9f
headless/screenshot.yaml:1585b66950685872280283ade0edded290564340
headless/technologies/sap-spartacus.yaml:f2f2a580fbb037bdca1c90d7297892128bae9da5
headless/window-name-domxss.yaml:a72a04f1d69f180e284e3a9fb68d1baa6eeaab4a
helpers/payloads/CVE-2020-5776.csv:bb017fe08ae985c23145f7b69aab97cdffbbd8aa
helpers/payloads/command-injection.txt:409a63a78f9f5a463437042971912fa06e4135bd
helpers/payloads/request-headers.txt:b85d7c53290237323b5374416fbec07237941aa9
helpers/wordlists/adminer-paths.txt:2ac24141ad5f28203b9ca35719bd51f39381aa36
helpers/wordlists/grafana-plugins.txt:0621c38f856c64ac8c96e53b96bc90881fe35704
helpers/wordlists/headers.txt:2effcf74fe0332b242c98df1f50f774c556746d6
helpers/wordlists/mdb-paths.txt:c380943cfa8a337ccb1ea38062e2856924960f1a
helpers/wordlists/numbers.txt:8084f0f10255c5e26605a1cb1f51c5e53f92df40
helpers/wordlists/prestashop-modules.txt:ae73ac19d088b28a943e8a9ce98ab4461e4dc029
helpers/wordlists/user-list.txt:0a02b5896b67f5ed213b6d8bc051c79cd1b9457a
helpers/wordlists/wordpress-plugins.txt:916cc826b793c7afad2208b2fd46ea2cb752dec5
helpers/wordlists/wordpress-themes.txt:3424134fa69db08604545ecf1441cf6330bf0982
helpers/wordlists/wp-passwords.txt:dd36d46539d71aa9d1ecbdc83c7b74b931986d56
helpers/wordlists/wp-users.txt:b07f7f79b1d6ed1832e37e1d3feea3fd2bfb764b
helpers/wordpress/plugins/ad-inserter.txt:08105b9ddd906ead00c6c2b76a45ffa54f0efc2d
helpers/wordpress/plugins/add-to-any.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/admin-menu-editor.txt:14b46e8ec03c3008e57ed966a26b63495b68b9b7
helpers/wordpress/plugins/adminimize.txt:f6eef27f4f1b21ffb32d92f3a8eee2e89d01c7df
helpers/wordpress/plugins/advanced-custom-fields.txt:0f436509ab5bd52c0ae2b582dad27602dc8c71e1
helpers/wordpress/plugins/akismet.txt:6746a82081d852d58b152584407d5b80d3ac43f3
helpers/wordpress/plugins/all-404-redirect-to-homepage.txt:3a20090f6629e82dc86182a58926523409ffdf49
helpers/wordpress/plugins/all-in-one-seo-pack.txt:c2dd4309068e440533d1b8b76fb6680a1324df74
helpers/wordpress/plugins/all-in-one-wp-migration.txt:79e1c1c9108cfa9e61bea3ef6226c99f095888fb
helpers/wordpress/plugins/all-in-one-wp-security-and-firewall.txt:9fe4681fdf4528a009bfe5a862fb05457cc811cb
helpers/wordpress/plugins/amp.txt:51ddbf27bf181d542a23643649c61739795a6771
helpers/wordpress/plugins/antispam-bee.txt:b91ff026739750b181b34969295fb93cf8fdc898
helpers/wordpress/plugins/astra-sites.txt:157d4751f6fc258dd2244da6c46a957ae64e4258
helpers/wordpress/plugins/astra-widgets.txt:386ef6797a9c4de50f240b16bd76bbeae35a5711
helpers/wordpress/plugins/autoptimize.txt:e533a0ddf49ac25eb565f7786d75249e411bd53a
helpers/wordpress/plugins/backwpup.txt:063ee00ca80d81e068dd404b59ceb2a03b2e7109
helpers/wordpress/plugins/better-search-replace.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/better-wp-security.txt:c9d80c377a036d155be198abbb91a3fb1d887536
helpers/wordpress/plugins/black-studio-tinymce-widget.txt:b74c052eec677c340bd7f99d94e1557d1f1d5e53
helpers/wordpress/plugins/breadcrumb-navxt.txt:3eebc7c9c53af6e2c8a91094b656f824a4b7150b
helpers/wordpress/plugins/broken-link-checker.txt:d1325bb186bd83303245e504f7c6eceae7f19e44
helpers/wordpress/plugins/child-theme-configurator.txt:8e805063c85859847271163a1c51e5865e460aea
helpers/wordpress/plugins/classic-editor.txt:933c3d96b7fbc319e2e08dda5c340797d7c8d99f
helpers/wordpress/plugins/classic-widgets.txt:98250286db92ccc336dc6f622c10c8bc09286693
helpers/wordpress/plugins/click-to-chat-for-whatsapp.txt:0059a3a08cb083fb14dffcd2d524cbd08ab9030c
helpers/wordpress/plugins/cloudflare.txt:90e21e6589c03430b25fc4c525c14a0d6aff8619
helpers/wordpress/plugins/cmb2.txt:12291cb9150686dd1175c2a1662b9d1acd8b9b62
helpers/wordpress/plugins/coblocks.txt:02aeb4dd00e9c0bb1104a19a9856dc679709da62
helpers/wordpress/plugins/code-snippets.txt:1ee09476b338ca8261ad83be6aefa18693436588
helpers/wordpress/plugins/coming-soon.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/complianz-gdpr.txt:bc60ded1a361444219b80ef3873685df214aa999
helpers/wordpress/plugins/contact-form-7-honeypot.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/contact-form-7.txt:aa016b2fe9e1d5ec44a206b16f237f748a306395
helpers/wordpress/plugins/contact-form-cfdb7.txt:0d092b3544a1eeaa4d69abaaa6d6e4f15660efbe
helpers/wordpress/plugins/cookie-law-info.txt:965faa18d7f005f5f4e18f490ea016d1f32a71f0
helpers/wordpress/plugins/cookie-notice.txt:c279474699464ed180163c2aea058a299e5f64b1
helpers/wordpress/plugins/creame-whatsapp-me.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/creative-mail-by-constant-contact.txt:5c09cf3589e93781df4d59ed6b5a5d6207e2929c
helpers/wordpress/plugins/custom-css-js.txt:936ca97559c074553488fe2826eef28b0365ffdb
helpers/wordpress/plugins/custom-fonts.txt:642101d3d0ff174947ceace64ebb1e9d4700bca9
helpers/wordpress/plugins/custom-post-type-ui.txt:98f8ee0eb7f9c0946fc02d5aafdb333ea0c45513
helpers/wordpress/plugins/disable-comments.txt:fa6116a20acca977bccc47667ef17cf797887209
helpers/wordpress/plugins/disable-gutenberg.txt:01fa77eedfbdd7455e8cf0cf239a4deb3041acfd
helpers/wordpress/plugins/duplicate-page.txt:69a192666c004f35303d55baa6cc828eb977144f
helpers/wordpress/plugins/duplicate-post.txt:59a7597c10f2e831aaf8a6526fb9a13e25ea680e
helpers/wordpress/plugins/duplicator.txt:caede917a8676edcac7e9d6481043710792411c9
helpers/wordpress/plugins/duracelltomi-google-tag-manager.txt:dd48223123cc0aa36ed7f2190e593ca1ace58e24
helpers/wordpress/plugins/easy-fancybox.txt:fa2d8a9d18d35e9aa274b6d7d0ad0225d0362ed6
helpers/wordpress/plugins/easy-google-fonts.txt:775bbc46d0bc85e121db86ae12b2993ffedbb0ae
helpers/wordpress/plugins/easy-table-of-contents.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/easy-wp-smtp.txt:d1325bb186bd83303245e504f7c6eceae7f19e44
helpers/wordpress/plugins/elementor.txt:9583c1c66ce6e0b1ef3896e1791df755769272b2
helpers/wordpress/plugins/elementskit-lite.txt:fd7189809f10f8d048cceae8bfbc391d319526a9
helpers/wordpress/plugins/enable-media-replace.txt:36442478f1f952d62cb89e1b634d5937a7d2863f
helpers/wordpress/plugins/envato-elements.txt:fefed34c88a4926b37d965db8c15fed2727796a6
helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:57efd6c9af996d49184c10d2eb37abea3ad4614c
helpers/wordpress/plugins/ewww-image-optimizer.txt:42ec0805ce498efecaae5f4c79df7d2b5ad63eea
helpers/wordpress/plugins/facebook-for-woocommerce.txt:9f9e8dec21a5d7ea049d26cb0901b0eeeb579943
helpers/wordpress/plugins/favicon-by-realfavicongenerator.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/flamingo.txt:98a16af997b52cb888232ab5d79a527b0716561c
helpers/wordpress/plugins/fluentform.txt:e881296a73d9b5b8b2320adc83e958594c7cfc29
helpers/wordpress/plugins/font-awesome.txt:f4bf33bfd9c3793655f2a19fca0ee1ca41e62e6e
helpers/wordpress/plugins/force-regenerate-thumbnails.txt:32fecb37588747cdb8227230edc41ff2ca6557e1
helpers/wordpress/plugins/formidable.txt:f454be7d464d6c09f200806744a41ceb54f6bcfd
helpers/wordpress/plugins/forminator.txt:f005898d75b9e603c42888193664960d86c97963
helpers/wordpress/plugins/ga-google-analytics.txt:361f82e0e4329314b5ec0ac3b14d43cb15fc0c02
helpers/wordpress/plugins/gdpr-cookie-compliance.txt:95b4f085ec6b3a33a23781c7cfda78c317e5dca1
helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt:65787184d679948aa64dabac2bb2d3f9e00dea4e
helpers/wordpress/plugins/google-analytics-for-wordpress.txt:8f7450f8b4a3aed9a792a8f7283641b550e38cdc
helpers/wordpress/plugins/google-listings-and-ads.txt:2ae3ad2f93cb6bc93d15eedb93cdf5051262687b
helpers/wordpress/plugins/google-site-kit.txt:5a95cde7cbc1051b025062f18cc88a816209e7be
helpers/wordpress/plugins/google-sitemap-generator.txt:9a1ae806a7c678b6c9b4895b016033f980c1bf10
helpers/wordpress/plugins/gtranslate.txt:02aeb4dd00e9c0bb1104a19a9856dc679709da62
helpers/wordpress/plugins/gutenberg.txt:e3cb1bf58bbe8144de22d3f09a55c84dc5570b6c
helpers/wordpress/plugins/happy-elementor-addons.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/header-and-footer-scripts.txt:bf64dd8c92190417a38d834b0c92eee4be757761
helpers/wordpress/plugins/header-footer-code-manager.txt:a9b04c078e104df6d0bcb7eef6320eee0aa3c10f
helpers/wordpress/plugins/header-footer-elementor.txt:d6ab5c24c2a579838aac03076b8203376ce1d618
helpers/wordpress/plugins/header-footer.txt:f94488dae421ac2a8aae98632f63a2647ef07e43
helpers/wordpress/plugins/health-check.txt:40e124dcbde01bd9224f2d58906f34c83d1441ae
helpers/wordpress/plugins/hello-dolly.txt:a9901643b6482a446e950927fd0e6f0e9fb01716
helpers/wordpress/plugins/host-webfonts-local.txt:37e35b0619317de7194c2415b0e15cc6e73933d7
helpers/wordpress/plugins/imagify.txt:d24fa45ca77f079cc359c97272276969e6aead2c
helpers/wordpress/plugins/imsanity.txt:8833d6b9ff65739ec437d2754b9fc885e202a555
helpers/wordpress/plugins/insert-headers-and-footers.txt:fefed34c88a4926b37d965db8c15fed2727796a6
helpers/wordpress/plugins/instagram-feed.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/intuitive-custom-post-order.txt:2aa887540d97ffa062fa8604e7ecde642f7080e6
helpers/wordpress/plugins/iwp-client.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/jetpack.txt:2eadbe80c378cf7752a2b772cb7af49d6460a84d
helpers/wordpress/plugins/kadence-blocks.txt:da95f1ff0c883385dc8a301981fe2fece65e1a11
helpers/wordpress/plugins/kirki.txt:3ba1cdcd02c8fe15ffff21ff0cb646a3324830ca
helpers/wordpress/plugins/leadin.txt:95ba3b4a144f5396717c4b2c6fa194b83d2adea6
helpers/wordpress/plugins/limit-login-attempts-reloaded.txt:e4acd22ee3d609cd1f66084c29d07f68ab2d32c4
helpers/wordpress/plugins/limit-login-attempts.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/litespeed-cache.txt:2e764b34bb9cf18ff85fc0a77c2cd10063248c10
helpers/wordpress/plugins/loco-translate.txt:5f099bc6f95ad230bf3e17b9745270e13ee50606
helpers/wordpress/plugins/loginizer.txt:d2a825593d236a4bdf4eeecfe093c2f0318fc0f9
helpers/wordpress/plugins/loginpress.txt:348b6913760dfd78a9394bc38c5a8fa7528208e2
helpers/wordpress/plugins/mailchimp-for-woocommerce.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/mailchimp-for-wp.txt:2c60ab26669078189674a703e16bd8295ec61c88
helpers/wordpress/plugins/mailpoet.txt:53f4120c5d4bba3a82e0e2899fa75112864771c1
helpers/wordpress/plugins/maintenance.txt:254b136ca21ea7ce53096fd367ddb29c22a7cce9
helpers/wordpress/plugins/mainwp-child.txt:51cbcb0941f4181aab74224b7105fd44cb905d42
helpers/wordpress/plugins/malcare-security.txt:8a354e6fda90148b0c22992b849e693b1ed6749f
helpers/wordpress/plugins/megamenu.txt:403a4300e5939d1d7fbfb90958aac5b413468ba3
helpers/wordpress/plugins/members.txt:f94488dae421ac2a8aae98632f63a2647ef07e43
helpers/wordpress/plugins/meta-box.txt:e8eea86ae4c46099848f3535a6610e2faf76f4c1
helpers/wordpress/plugins/ml-slider.txt:41189fb0a024491b57bd8e338a8b5853fe6265c5
helpers/wordpress/plugins/newsletter.txt:870e5d450f9b724470527fe121b78fd6bbf6d9aa
helpers/wordpress/plugins/nextend-facebook-connect.txt:53944901bfcfa1a331d039912370c152f70a7110
helpers/wordpress/plugins/nextgen-gallery.txt:9144c432d473baecd93eb0985d3874cf3bb6a126
helpers/wordpress/plugins/ninja-forms.txt:3a95c05c2b11baae963cb6d882f24f0cfb92de28
helpers/wordpress/plugins/ocean-extra.txt:5f6af51e77b84cd6616d4eaa100a736096568d86
helpers/wordpress/plugins/official-facebook-pixel.txt:4853b8ea265b7f596e642998396e75733ac23e75
helpers/wordpress/plugins/one-click-demo-import.txt:7c49f6117c3f09ee90548ad70960b7a9b716deb8
helpers/wordpress/plugins/optinmonster.txt:78b09839fc029f512370d53f92853fb92ad28a43
helpers/wordpress/plugins/otter-blocks.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/password-protected.txt:1ff0f47f469eb98d13878242f03511f986edbcd4
helpers/wordpress/plugins/pdf-embedder.txt:fe43108f583e1215970ae2e88527d0fbd89b7f58
helpers/wordpress/plugins/photo-gallery.txt:d74e3a7c982dd8d79d90efee159d12d67876affc
helpers/wordpress/plugins/php-compatibility-checker.txt:c117423da3e5e169d36e3111880b709d28e85308
helpers/wordpress/plugins/pixelyoursite.txt:5ee17f2de5fd28138fc55cf9fe1c898ec1c67259
helpers/wordpress/plugins/polylang.txt:fbc954f986ea78ee55f14e1ee288f60983e46fb5
helpers/wordpress/plugins/popup-builder.txt:9d6a9d6356ced33784bbde254c46c600df05d71f
helpers/wordpress/plugins/popup-maker.txt:c70da539b9e83a50bb70013e6a5cb6e9d4623d5c
helpers/wordpress/plugins/post-smtp.txt:89941265e418c7729912b574c9b29eff77c5b172
helpers/wordpress/plugins/post-types-order.txt:d77590d37919716846277a4d8ee2e51fef66a9ef
helpers/wordpress/plugins/premium-addons-for-elementor.txt:26f0040ffcee1a331bafe2204af353696199c94e
helpers/wordpress/plugins/pretty-link.txt:fbc954f986ea78ee55f14e1ee288f60983e46fb5
helpers/wordpress/plugins/really-simple-captcha.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/really-simple-ssl.txt:50611efdbfcaeb0212b16901bea6240d6ca5bae8
helpers/wordpress/plugins/redirection.txt:392ee3765c26f4ca0b6935f9bb0f006c2354af12
helpers/wordpress/plugins/redux-framework.txt:6328e55f0b8c991dca9b1bed7c3b0763f63cd1bf
helpers/wordpress/plugins/regenerate-thumbnails.txt:d1fd48333115227b181b4b132e5511e91d95bea5
helpers/wordpress/plugins/safe-svg.txt:d24fa45ca77f079cc359c97272276969e6aead2c
helpers/wordpress/plugins/seo-by-rank-math.txt:49f6c023b18562b3cbd029b1a90dfc9f8f5b0c36
helpers/wordpress/plugins/sg-cachepress.txt:2993934f31a10ddda5a7fb5e979600aa8bc7d69d
helpers/wordpress/plugins/sg-security.txt:6546e0bd1a292663f6166d3d6d903530b6db35c4
helpers/wordpress/plugins/shortcodes-ultimate.txt:404069cef132c1712e21fc32e891e96cf01bca92
helpers/wordpress/plugins/shortpixel-image-optimiser.txt:d58c9b12a8f327dba6be02a31daef9f6ad4aef4a
helpers/wordpress/plugins/simple-custom-post-order.txt:c696496c332f4053d974090a9c80d9d35ebc2ca6
helpers/wordpress/plugins/simple-page-ordering.txt:8f52888ff7e35fd5ca310231fa076be1206b49bd
helpers/wordpress/plugins/siteguard.txt:b26853e0fc7b2e0fccdc39c5fe508249d0d5d410
helpers/wordpress/plugins/siteorigin-panels.txt:7dfeaccf2bfa5a797e3c810b6402181ef9cada12
helpers/wordpress/plugins/smart-slider-3.txt:1ab07ecefc8edb2f355472d191a0c62b270b52c5
helpers/wordpress/plugins/so-widgets-bundle.txt:956903f45cc00701504779074feaff80af970c53
helpers/wordpress/plugins/ssl-insecure-content-fixer.txt:b74c052eec677c340bd7f99d94e1557d1f1d5e53
helpers/wordpress/plugins/stops-core-theme-and-plugin-updates.txt:d066a99c3f5aa1e607b95c7832507676b00beca4
helpers/wordpress/plugins/sucuri-scanner.txt:223960ccc78aab169c55e54fb7d9ed6bf1fd29d9
helpers/wordpress/plugins/svg-support.txt:89941265e418c7729912b574c9b29eff77c5b172
helpers/wordpress/plugins/table-of-contents-plus.txt:40bf252ebc68d2921a7e909064c29fd95a1820fb
helpers/wordpress/plugins/tablepress.txt:5b7155a36d36681935655d772bbc981bc2393fa3
helpers/wordpress/plugins/taxonomy-terms-order.txt:92c6bf6bc1f97136cb8bbe1a936cc4289dff178e
helpers/wordpress/plugins/the-events-calendar.txt:bb523e5dc0b2c4d957060150818fa8eec0669b72
helpers/wordpress/plugins/themeisle-companion.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/tinymce-advanced.txt:e00602f1c349065df0c9ef24dec6d03c9f5a1ecf
helpers/wordpress/plugins/translatepress-multilingual.txt:c78453b22ddacc88b67ece8b294a6b5930f15836
helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt:5f099bc6f95ad230bf3e17b9745270e13ee50606
helpers/wordpress/plugins/under-construction-page.txt:7b482eb97a0d1e20b8b333a7435ce0e0bc59d15f
helpers/wordpress/plugins/unyson.txt:08105b9ddd906ead00c6c2b76a45ffa54f0efc2d
helpers/wordpress/plugins/updraftplus.txt:6a5de29ff8ee2972e67122b849b5dde32e6ef3aa
helpers/wordpress/plugins/use-any-font.txt:051efab22f2c58c6d458654f9abb0b0648c4743d
helpers/wordpress/plugins/user-role-editor.txt:60504bf1a7119035ab8f7a2f8b0e566bf4a6dff3
helpers/wordpress/plugins/velvet-blues-update-urls.txt:abe23e8d51de58b629ca74fce30438ee71509264
helpers/wordpress/plugins/w3-total-cache.txt:c83b2e9f55420fa41efd48e4a45103566c9e4767
helpers/wordpress/plugins/webp-converter-for-media.txt:c11b7a364d5e6db1fe941eda928f4233e84271c9
helpers/wordpress/plugins/webp-express.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/widget-importer-exporter.txt:92dd42eb7b198ffac6578eae5bcfc969383d138c
helpers/wordpress/plugins/woo-cart-abandonment-recovery.txt:a9d2178a3e60db128675c6658f16be3165b8e0f1
helpers/wordpress/plugins/woo-checkout-field-editor-pro.txt:d176141136f1fe969aeca56eb98e3734f24199ae
helpers/wordpress/plugins/woo-variation-swatches.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.txt:5b7155a36d36681935655d772bbc981bc2393fa3
helpers/wordpress/plugins/woocommerce-gateway-stripe.txt:9c381dd6bbe0788e8717d7adc6b2f8b8d3687aaa
helpers/wordpress/plugins/woocommerce-payments.txt:e00602f1c349065df0c9ef24dec6d03c9f5a1ecf
helpers/wordpress/plugins/woocommerce-paypal-payments.txt:d77590d37919716846277a4d8ee2e51fef66a9ef
helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:2ecfb0067f356894b6b052ef3c3554dc7fb3f814
helpers/wordpress/plugins/woocommerce-services.txt:5da596d45f9d6516efc24f110a7c87475a984016
helpers/wordpress/plugins/woocommerce.txt:3205a3ed2bbeb38c72f0389b844cd9b99117f38b
helpers/wordpress/plugins/woosidebars.txt:a2048abb201b6201e7cd25e8b0262758a98d59da
helpers/wordpress/plugins/wordfence.txt:96a20c8da2810939fa60d2647f8273c2251ad539
helpers/wordpress/plugins/wordpress-importer.txt:08208ac734b4811a00c6728e5ae1c066d2e06cc8
helpers/wordpress/plugins/wordpress-seo.txt:c7967623be94ca1949fe1120c553e9ccfc1e4ebc
helpers/wordpress/plugins/worker.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/wp-fastest-cache.txt:3c29497c8cc2d62bb47eefabe9fd92db280b4cab
helpers/wordpress/plugins/wp-file-manager.txt:463810c87a57507ca005dd6a19aab00e209bb4b7
helpers/wordpress/plugins/wp-google-maps.txt:f593dd38154ae03f8ad23a9a3382622eee3e3bf4
helpers/wordpress/plugins/wp-mail-smtp.txt:95f4583e327a11aaa1ea09292b7411fda3205655
helpers/wordpress/plugins/wp-maintenance-mode.txt:f8b1cdd780aa1026f0dd192b2c25ed46c6cbe798
helpers/wordpress/plugins/wp-migrate-db.txt:f8b1cdd780aa1026f0dd192b2c25ed46c6cbe798
helpers/wordpress/plugins/wp-multibyte-patch.txt:01fa77eedfbdd7455e8cf0cf239a4deb3041acfd
helpers/wordpress/plugins/wp-optimize.txt:7a538645c3b7e9301a46c2d2aeb6d638783ac0e3
helpers/wordpress/plugins/wp-pagenavi.txt:53203701692767a1c2a24e47d94a090230bd8b3f
helpers/wordpress/plugins/wp-reset.txt:1a907a1663fa62f8dac219d1a808e2abfcfa4f6a
helpers/wordpress/plugins/wp-sitemap-page.txt:1ae2b3145aeda5c94e1cc83b23d74521cf9cc3c5
helpers/wordpress/plugins/wp-smushit.txt:5686950f2f428815c60b1d52a9d975e0c5220d0f
helpers/wordpress/plugins/wp-statistics.txt:abe921367c8e125cf93ae37799251c8c4dc1bd22
helpers/wordpress/plugins/wp-super-cache.txt:b600bf3dacb5d620338f6412a343d3349ec570bf
helpers/wordpress/plugins/wp-user-avatar.txt:bbac036098e807dc50d4cce4dd873d989e25102c
helpers/wordpress/plugins/wpcf7-recaptcha.txt:e864410c570d87244a122a31198944fa5ab9260e
helpers/wordpress/plugins/wpcf7-redirect.txt:0aaa3cea7451675ff270540e13308210d8fce9ab
helpers/wordpress/plugins/wpforms-lite.txt:653c716c2da1ac502156b3c3d079484bd7ab6dac
helpers/wordpress/plugins/wps-hide-login.txt:fa12796bd5aa83d02e53616812c25306cd1d6917
helpers/wordpress/plugins/wpvivid-backuprestore.txt:2e398a730d7921539849eae91b7aebc16f3b7bd3
helpers/wordpress/plugins/yith-woocommerce-compare.txt:fc4929308af8b80845b3c743a30013a669a02875
helpers/wordpress/plugins/yith-woocommerce-wishlist.txt:c4f3eeb3dfb9378c15dd4171d82f145cfe27f068
http/cnvd/2017/CNVD-2017-03561.yaml:74103420668209b795d1397008e67affd3e0856c
http/cnvd/2018/CNVD-2018-13393.yaml:13b1a2ac4e1ec4b1ef4bdad396ee00e2c6a43269
http/cnvd/2019/CNVD-2019-01348.yaml:1e372017ae1710cbd85791f9b0a925bf03573f8c
http/cnvd/2019/CNVD-2019-06255.yaml:b4093de7ac8d55f5cb6b1dd5264a735d39c1e0e6
http/cnvd/2019/CNVD-2019-19299.yaml:4a0897cc2289cb5fd333cdbb89829f9680626665
http/cnvd/2019/CNVD-2019-32204.yaml:49b5bb22bdb572b3266fe0cf85c7bcb370e913e7
http/cnvd/2020/CNVD-2020-23735.yaml:051a8db08bf00bd873efbc500d3e573c82ae5013
http/cnvd/2020/CNVD-2020-26585.yaml:8aacad7ec4ad79c44c33e709418d9e077f480acc
http/cnvd/2020/CNVD-2020-46552.yaml:899c828473c63acbec7e1999a50a434b04548bf9
http/cnvd/2020/CNVD-2020-56167.yaml:8a43ffb8415ad476eeb3b516069511c16b98b264
http/cnvd/2020/CNVD-2020-62422.yaml:4d7fa34989bc5b9af2af28e81ed17a26b2e86db3
http/cnvd/2020/CNVD-2020-67113.yaml:9fd7ec8d5f122e7ddc8ed3028904453f63f14c56
http/cnvd/2020/CNVD-2020-68596.yaml:a69cd9606bc087c09df887bce1be7933cf7b6d4a
http/cnvd/2021/CNVD-2021-01931.yaml:e03061f4ec928b5c409f335546b36825fc1b357c
http/cnvd/2021/CNVD-2021-09650.yaml:3462fa4141194d9a46a0b629f96acd532aec944c
http/cnvd/2021/CNVD-2021-10543.yaml:82784a860964c923901b642a4d4db2c4ff99d2b6
http/cnvd/2021/CNVD-2021-14536.yaml:e728158c5b0a35e780e6764042713005df5075fd
http/cnvd/2021/CNVD-2021-15822.yaml:8be6f15f28d74bf4faf19e0585cd01ed11754abd
http/cnvd/2021/CNVD-2021-15824.yaml:ba456247ac7817d7c744def58758652e73828eb5
http/cnvd/2021/CNVD-2021-17369.yaml:8f06d73d4c7149d46a6d58bd70892041cb191375
http/cnvd/2021/CNVD-2021-26422.yaml:524f6f4c9cdf01d4a9016da7ea234e20f2fccad2
http/cnvd/2021/CNVD-2021-28277.yaml:b482d3560a31f18818f2b1d8d74d64794aa90469
http/cnvd/2021/CNVD-2021-30167.yaml:0a37c18c7e821a488af40928c89a01a2ad1ee490
http/cnvd/2021/CNVD-2021-49104.yaml:3a25d729d314817f0c9144d7d39a85558b7264dc
http/cnvd/2022/CNVD-2022-03672.yaml:694ee5fd18f112ebb2d636c66ce01beaac4286bb
http/cnvd/2022/CNVD-2022-42853.yaml:3dae45e305a5f66a69ecc0cb1ccf4d963b29ccb5
http/cnvd/2023/CNVD-2023-12632.yaml:20745f2ac711d26abb226ea91fd527d25ae0b601
http/cves/2000/CVE-2000-0114.yaml:af678de88ba0c25c5c699691cbbca26e655ca74c
http/cves/2002/CVE-2002-1131.yaml:ea67e639e7bbc2c8145242b6fdff303688113115
http/cves/2004/CVE-2004-0519.yaml:df333316e5285784c041ca82bba6a73d0fa79a96
http/cves/2005/CVE-2005-2428.yaml:246bbf6fb03f076ff779630bd1c4106232960ad0
http/cves/2005/CVE-2005-3344.yaml:27591d453e9dc2578217bad7e4c3887a7e1c76dc
http/cves/2005/CVE-2005-4385.yaml:0d55934f993ecd80e2b199f6a77e58a97a01a4fe
http/cves/2006/CVE-2006-1681.yaml:3a7253abdb750a50667cbc08877b1cf783512ee6
http/cves/2006/CVE-2006-2842.yaml:01bcba15762fb5c7203964229caaaa35fbc94a9d
http/cves/2007/CVE-2007-0885.yaml:4aa199f80d6c4ebe0f8a6d506e367204c91d1c38
http/cves/2007/CVE-2007-4504.yaml:3aa009b2aa6d6f8c88c75e9913e8c71fd0aa52ae
http/cves/2007/CVE-2007-4556.yaml:00f65f65420e1bb6e6bb2bfa4e20a2f4ad3c1e2f
http/cves/2007/CVE-2007-5728.yaml:d4b5c685a578ccb18aac5d7b8aa0893a54c846c5
http/cves/2008/CVE-2008-1059.yaml:e49a7f072cbaaf9148dc9b9b150fd59b54556b23
http/cves/2008/CVE-2008-1061.yaml:a7adad31bcbf40df1e5d7c46f44a4b8afc9611c8
http/cves/2008/CVE-2008-2398.yaml:1a43c9b37f69b7d0003b94b0ed1bfa175bdf0631
http/cves/2008/CVE-2008-2650.yaml:73108bb81468e3390f929fc6accac1e661b2d434
http/cves/2008/CVE-2008-4668.yaml:42ff6ba0c3ba7bfc0542c3d4f8b67be8f86e6308
http/cves/2008/CVE-2008-4764.yaml:21863f2444665c051e325cfd2641bdf020a53037
http/cves/2008/CVE-2008-5587.yaml:0064119c38ba31d680ed982f9fc27df805c422f9
http/cves/2008/CVE-2008-6080.yaml:b7aef675781219d20a93dfafd5cf478e8b72e76f
http/cves/2008/CVE-2008-6172.yaml:3e05ffe9c7c5732f96675f67c6c294e674fee836
http/cves/2008/CVE-2008-6222.yaml:5de91170b6439122e58225af81131f02b1c4842c
http/cves/2008/CVE-2008-6465.yaml:047c61f0390ce5fe9d4aac4a6c088f8e7a59a7b6
http/cves/2008/CVE-2008-6668.yaml:8dce860ee2b4e5ca9852d805b2ec3cad491760e9
http/cves/2008/CVE-2008-6982.yaml:d91e46d5104dfc8ce33417426ac84f40bb31bf5b
http/cves/2009/CVE-2009-0545.yaml:cef5f8cd142a53290d9b58aecc4150db3fa5d332
http/cves/2009/CVE-2009-0932.yaml:e1d62d90e53e4550fdd04c273641d95f1d197e16
http/cves/2009/CVE-2009-1151.yaml:1ec744b13396209554f17cb6634411779af0efd7
http/cves/2009/CVE-2009-1496.yaml:714f2ea5f5b9aa52ba0e386ca0113b50a968fa52
http/cves/2009/CVE-2009-1558.yaml:d4330910a9029dd910c04283161dc58fce6a6342
http/cves/2009/CVE-2009-1872.yaml:66007d7fd53bee56171824893e42edb888de7711
http/cves/2009/CVE-2009-2015.yaml:eadabbf3e350d5830bce6f033d147966cce16519
http/cves/2009/CVE-2009-2100.yaml:a2c9cf4e266ddaef644bfdc218573c347ee12913
http/cves/2009/CVE-2009-3053.yaml:b585c44e8935c695cd1ef4d53678aa6360b3591d
http/cves/2009/CVE-2009-3318.yaml:4190da833fedd0b9a8bb29cdfc57f08ad68d5a42
http/cves/2009/CVE-2009-4202.yaml:4d6ac097bfa42a62b0cf7f0e30a1be7d270c52f2
http/cves/2009/CVE-2009-4223.yaml:cba5bfad765e4940c899861474da1a39c50592af
http/cves/2009/CVE-2009-4679.yaml:82f07c46e69add82ce4bb54aef3a8c509e8cfed2
http/cves/2009/CVE-2009-5020.yaml:1a254e69a575d54d5e21ff492836d25b312cac2d
http/cves/2009/CVE-2009-5114.yaml:a74ce2fe9575dc092701b1d31d7b34cc34e478cd
http/cves/2010/CVE-2010-0157.yaml:9992d9e1df2b0123a108b0c6ebb1ef916b1fadf3
http/cves/2010/CVE-2010-0219.yaml:8d2c52839434411b6dd523fc5199c29104594831
http/cves/2010/CVE-2010-0467.yaml:1c3ff0caf1925b2993d99eefc857c9b48a4401c9
http/cves/2010/CVE-2010-0696.yaml:db6275c4ee2d42ddea32708f875fd90e31d1a62a
http/cves/2010/CVE-2010-0759.yaml:a7c1cded985d1dcc428a770b07f66ca94cab5ef1
http/cves/2010/CVE-2010-0942.yaml:25339672748b422104cd63703a3bebdd73859d9b
http/cves/2010/CVE-2010-0943.yaml:5c9400ab9a364c5650d63e25a145d9ec7c5da5e5
http/cves/2010/CVE-2010-0944.yaml:0cff059cbce930ee7de5f374e7dc6c7a8787d40e
http/cves/2010/CVE-2010-0972.yaml:c54c96af2658b051b83b0bb4ec7f44765d287b1e
http/cves/2010/CVE-2010-0982.yaml:b6211a4463e8f1a4ef4518a07dee7876272ef3cc
http/cves/2010/CVE-2010-0985.yaml:46ade2dfcfb168313ac12109d17b055d6e73744b
http/cves/2010/CVE-2010-1056.yaml:7e9a9ee0beed7aab2dc13f51840872c5e27167b9
http/cves/2010/CVE-2010-1081.yaml:bd64bb01f75b40a6554f67838b2f1f8232aa54f9
http/cves/2010/CVE-2010-1217.yaml:a8e750b52054afc7057e4682a414e49ec7332c03
http/cves/2010/CVE-2010-1219.yaml:c1fb16f6f531e2c87e83dafe5b1319af5d0d7aa5
http/cves/2010/CVE-2010-1302.yaml:27a0c5f658065f9732da13516ddc27473f524bb5
http/cves/2010/CVE-2010-1304.yaml:1eef9081454f81bc90993393540cdac5168e7b66
http/cves/2010/CVE-2010-1305.yaml:b59c7f91c0c318cc38539fe007f187cfb769e1bc
http/cves/2010/CVE-2010-1306.yaml:b6f480c8143b7b36d5466ed69b24f7a83aef319b
http/cves/2010/CVE-2010-1307.yaml:123eba8c557b9866293fe966ea416dc018f57c1a
http/cves/2010/CVE-2010-1308.yaml:99e70f863d25a78314db2c811dccc8f417867d42
http/cves/2010/CVE-2010-1312.yaml:6d1f3facfe78a3389307ad0cc4ad2918229e2ab4
http/cves/2010/CVE-2010-1313.yaml:d72cb982ccb1b0f97150277df02e67c42c11d890
http/cves/2010/CVE-2010-1314.yaml:e8833431dc0e2047cd4d90a9cb77b7b9ece2a0b1
http/cves/2010/CVE-2010-1315.yaml:8fd04f4f98ff69607029570c8fa1774bd86939fe
http/cves/2010/CVE-2010-1340.yaml:1dae961b1b17bdf95fde62593c7406518f989f81
http/cves/2010/CVE-2010-1345.yaml:834810b109e87700aef0c12d69aa15cf46ea33f6
http/cves/2010/CVE-2010-1352.yaml:2130033f1ffcead48fed8820b0877a66a8fd985a
http/cves/2010/CVE-2010-1353.yaml:253ab02b27243dd19a4fa3c1d383050ac1bfe318
http/cves/2010/CVE-2010-1354.yaml:f10d27209e6cb2f399f107be61a3efdec39944b4
http/cves/2010/CVE-2010-1429.yaml:8952f28730223fd8a2ce6d1285a7a4d3f2598979
http/cves/2010/CVE-2010-1461.yaml:1995c09fba6f35087ee6cf2987806c1598e8ebba
http/cves/2010/CVE-2010-1469.yaml:d090c61a4b0090783105c2000faab269faffcd9a
http/cves/2010/CVE-2010-1470.yaml:5cc76c9ad0a37438a4830a62edb7537dd9340aa0
http/cves/2010/CVE-2010-1471.yaml:531ab742d88618ad2281c7b5f6574147261aba9f
http/cves/2010/CVE-2010-1472.yaml:c0a6fc7713e5fee48549d90b8acacf50ea3eaa68
http/cves/2010/CVE-2010-1473.yaml:4b34cbc91b966b40f622c5f0ee27172753b2e6b4
http/cves/2010/CVE-2010-1474.yaml:7e4a2bb4ce54e33014955847b9af99cd7f308f10
http/cves/2010/CVE-2010-1475.yaml:1f0c8b62fdbe95835e46936aa13083e496c5fe14
http/cves/2010/CVE-2010-1476.yaml:5ff65878030fac4dd408aa9ca0adb243146c9d1b
http/cves/2010/CVE-2010-1478.yaml:07eb54aac8d4e1332757ca0bd5ae165e4fbe0a04
http/cves/2010/CVE-2010-1491.yaml:36012bd9049973183e0fd89ea19c8ce2a9192230
http/cves/2010/CVE-2010-1494.yaml:023d33aed3a916878be320491e00095c70d4d3f9
http/cves/2010/CVE-2010-1495.yaml:093a3e1ea6303aa3491f00af64af6139b5007ddb
http/cves/2010/CVE-2010-1531.yaml:12a90e2f660096681fa0ccce1abf9c19721acfbb
http/cves/2010/CVE-2010-1532.yaml:d107a1d10a80ee870c6497deb1e86641b31eed56
http/cves/2010/CVE-2010-1533.yaml:27870f9227b6f5fbc05afb1df8d0d696f1aa3ab6
http/cves/2010/CVE-2010-1534.yaml:2889adb4ea47f256b32c22ff3ff887d147e5c132
http/cves/2010/CVE-2010-1535.yaml:f344369c4b7e5905e00a5aec0899ca69738f8f3e
http/cves/2010/CVE-2010-1540.yaml:707bd6cb58dae711f2ae1871436179fa99a24380
http/cves/2010/CVE-2010-1601.yaml:2c91d92d72db66ff0263c52150c99e8cc72a2647
http/cves/2010/CVE-2010-1602.yaml:6fb1277e3142751c15e5ac9cee940e30fe6138a1
http/cves/2010/CVE-2010-1603.yaml:e9c5797723709a4a72081743f9746b24e856c003
http/cves/2010/CVE-2010-1607.yaml:17f6d1c7c1b96e12a7ba8795b1eb757d31cbc0d9
http/cves/2010/CVE-2010-1653.yaml:ba0c22dd541e481b0c497321278fac64ee769003
http/cves/2010/CVE-2010-1657.yaml:d714e204b971260d4bc50eaef996225b14e465a1
http/cves/2010/CVE-2010-1658.yaml:f79dad23715773e85be111cb04ed84163f32fa3a
http/cves/2010/CVE-2010-1659.yaml:2bafce172c3312caa1167898a3d5daddeb2f5fcb
http/cves/2010/CVE-2010-1714.yaml:211b0f46d1c10de46fe198b2dca2d1581cb0dc26
http/cves/2010/CVE-2010-1715.yaml:f7d99b0982d00e0481b99f4d6a3f7c4e26a71c3f
http/cves/2010/CVE-2010-1717.yaml:49baac2735129376f85a9295b2fdbb2b4d256bdc
http/cves/2010/CVE-2010-1718.yaml:45c8471d74af80c11c6c6e0e24598d924cfd9c68
http/cves/2010/CVE-2010-1719.yaml:85f36b952e93b4dee769d81869d05a93321bb864
http/cves/2010/CVE-2010-1722.yaml:70ae20363403d4302db0f74f174ab2f681b2f2af
http/cves/2010/CVE-2010-1723.yaml:0f89ab030e1e708c94291fcadcfb287eff621d46
http/cves/2010/CVE-2010-1858.yaml:8d14c09f68209a3956679fe48568c7123ed21e12
http/cves/2010/CVE-2010-1870.yaml:7b493c73a611224c1c439bc807f6105292e0c84b
http/cves/2010/CVE-2010-1875.yaml:a4c88bec250af71b86a5b671fb12d08ab022d910
http/cves/2010/CVE-2010-1878.yaml:3b575e7d90afaa3241af01ee3349446695264230
http/cves/2010/CVE-2010-1952.yaml:0246d8b4e93b1044d4f6e3766136d2ada83809ba
http/cves/2010/CVE-2010-1953.yaml:b93802ab8f82dc2d8cc64e2068e41827c15d9df5
http/cves/2010/CVE-2010-1954.yaml:0f71fd375df81d3688c8c7df1223dcedb5286ee6
http/cves/2010/CVE-2010-1955.yaml:20e37ea40ab250144844e81b517dda295ed2561e
http/cves/2010/CVE-2010-1956.yaml:2e7fe809b4ba4b3084fe640e6fbafeec6b8cf008
http/cves/2010/CVE-2010-1957.yaml:861be59feb1aa0457182f39946a3ea82845410d5
http/cves/2010/CVE-2010-1977.yaml:36f29c8a8c874ea1a7762916d37482685fa07c9f
http/cves/2010/CVE-2010-1979.yaml:42ba549ab00ccce4ab52fc57c6a13cbc5400d585
http/cves/2010/CVE-2010-1980.yaml:18b922bc16e6ebf8e7d2c2e0db167979df80879b
http/cves/2010/CVE-2010-1981.yaml:b6850bcb89f60eb1b5045f8bac58f83903b52e87
http/cves/2010/CVE-2010-1982.yaml:7afadda2bc14f91b33eed798c804a45e0bab42f4
http/cves/2010/CVE-2010-1983.yaml:de2b8ee85b499e0ebf8c44d0f89c13a4cb966492
http/cves/2010/CVE-2010-2033.yaml:7728bdb659c0b80d223620a7b2dac77c49de1a34
http/cves/2010/CVE-2010-2034.yaml:26b63782197d7641a6c5aa621a4600143f8add78
http/cves/2010/CVE-2010-2035.yaml:ed8fe27a6f61002d2e783fe20714268332fc6bd2
http/cves/2010/CVE-2010-2036.yaml:330b5960fee57987c29a709b8e1ec37f942aa7a9
http/cves/2010/CVE-2010-2037.yaml:73b5546e71616ea87cf72f784a7a263cd46f240c
http/cves/2010/CVE-2010-2045.yaml:8c7e189fca19829c509f41fbfb085a58c0ff7cde
http/cves/2010/CVE-2010-2050.yaml:585f962f100c3da8c9bbb8a23ba5f081a1d9445b
http/cves/2010/CVE-2010-2122.yaml:9922a63563a24391f0e421fdb40df2e32f839989
http/cves/2010/CVE-2010-2128.yaml:90b41d05b1a0686a355abd65f95156761e71784d
http/cves/2010/CVE-2010-2259.yaml:a1335959865e0c9085d4a126ca32a250a2e2ea55
http/cves/2010/CVE-2010-2307.yaml:16a8ff3238fa6c2e4a9ec0732b08390d4033e2fb
http/cves/2010/CVE-2010-2507.yaml:ba3e064a35589ccd1bf0d1383d6b563385e7a7ad
http/cves/2010/CVE-2010-2680.yaml:2864cc18e352f7bdcb23749ec97cf575fd65b676
http/cves/2010/CVE-2010-2682.yaml:c348ab03180c1ea6a0c3703511edb0c3d10d723a
http/cves/2010/CVE-2010-2857.yaml:34bfa7974199cc3c617e9501aff6a2627d8b7bb0
http/cves/2010/CVE-2010-2861.yaml:a8938f06058182a241f5ab15d20ef8165ea44536
http/cves/2010/CVE-2010-2918.yaml:c7fccef26a739a779d9383b0c1a6aed6cb6ca82d
http/cves/2010/CVE-2010-2920.yaml:3f142aad253f70770474b19c71eb25083ef89d69
http/cves/2010/CVE-2010-3203.yaml:b2b6ba26ca7bc4d3054a39e355e83e047f298f50
http/cves/2010/CVE-2010-3426.yaml:eedc0252794536c800c5d542d719926056bda22e
http/cves/2010/CVE-2010-4231.yaml:d283e9d04ccea93fa7dca1b12505b8f3681cade3
http/cves/2010/CVE-2010-4239.yaml:19640812a527253b54bf54e8f80086a1f9968bd7
http/cves/2010/CVE-2010-4282.yaml:3d4bf6e966ea7db4144301a445bd0337a8b3a954
http/cves/2010/CVE-2010-4617.yaml:24d632cda526fc7d33ab3b99646a24a00c743705
http/cves/2010/CVE-2010-4719.yaml:2f59a5e38104c8ca8b1e95c34e6ba6b6e72af4aa
http/cves/2010/CVE-2010-4769.yaml:d1a919bbdf74ce73f98ae8f5927dd8a6ff05afa2
http/cves/2010/CVE-2010-4977.yaml:9b11dc55bbb05af62de49fa678b1017b2c197201
http/cves/2010/CVE-2010-5028.yaml:bc452f041d3dc367c5c139a19163ce97c0439f2c
http/cves/2010/CVE-2010-5278.yaml:e748d28d97d3306b59fe92524156013222886dec
http/cves/2010/CVE-2010-5286.yaml:fc34d24b2b4e8247b0ae934cd3c3550e3e2d624f
http/cves/2011/CVE-2011-0049.yaml:4b57c86b01f67807e64cb1cc8be6827f560fd755
http/cves/2011/CVE-2011-1669.yaml:0778911c039daa9d3e0a67a6fc7eba134e27a112
http/cves/2011/CVE-2011-2744.yaml:37b048b323b921a918837b00bd3cf3984216d497
http/cves/2011/CVE-2011-2780.yaml:09520db3d374c931c3e30b6504ef8e375988e2b3
http/cves/2011/CVE-2011-3315.yaml:db2591a88e760836b6194cd040fc6953097dea25
http/cves/2011/CVE-2011-4336.yaml:46d1dd176f0233f7c218851e189f58e44f34d172
http/cves/2011/CVE-2011-4618.yaml:6c08ffeabc0c7f571d564772c099745bdadb0aa5
http/cves/2011/CVE-2011-4624.yaml:d3899a18da5f9983e78441073625e965d6fca8ab
http/cves/2011/CVE-2011-4804.yaml:cb6e937c945d85da8a4a94afd2537b5cfe298360
http/cves/2011/CVE-2011-4926.yaml:ebf95f8c00d96ee6fd58c52c3f6867ccec3cad25
http/cves/2011/CVE-2011-5106.yaml:62df63db6c38bc69ee30e592ef896b832182291b
http/cves/2011/CVE-2011-5107.yaml:73533fe2bb67c9f5a82c8fe6ef5740613743bcd1
http/cves/2011/CVE-2011-5179.yaml:41737868cece39bce96526f004ea79a2fdcf0947
http/cves/2011/CVE-2011-5181.yaml:eac3c03adfe37a296a3230a96531e7c1c3d1d5bf
http/cves/2011/CVE-2011-5265.yaml:2beebb43998120b5b88b759ac765f58db16723af
http/cves/2012/CVE-2012-0392.yaml:5e0febd8bd2ca4fdea24bc503e976e0c3c4c24ea
http/cves/2012/CVE-2012-0394.yaml:18a7f03940a364be373fc84c1453421bfa99d488
http/cves/2012/CVE-2012-0896.yaml:2e9d00e27db531a60ca9aa5241c9140e57021eee
http/cves/2012/CVE-2012-0901.yaml:e41c1bb136bc284959b0ec26833a3bbad5435d9c
http/cves/2012/CVE-2012-0981.yaml:f7dda71224a8b2b69f20cb4a88eb8ea2e35a0a53
http/cves/2012/CVE-2012-0991.yaml:e5e1658570de4a279923edfc204d31115f87012c
http/cves/2012/CVE-2012-0996.yaml:778e58803bba95c3fdb02650fc228cc42b28b561
http/cves/2012/CVE-2012-1226.yaml:da32f78faa398aad8e1308ffe9993a7588e2a383
http/cves/2012/CVE-2012-1823.yaml:869bd1b93ce8ba6fb79a7fde006fa39ffe9cfda0
http/cves/2012/CVE-2012-1835.yaml:34dc1f0bc3f481b4c8d4088b4d59d2616bfb9291
http/cves/2012/CVE-2012-2371.yaml:ebfd4520c731e54356a74a00b88941554badb0ca
http/cves/2012/CVE-2012-3153.yaml:ebf48c069f89faee767673e6705715be60afcc3a
http/cves/2012/CVE-2012-4242.yaml:612057e4321d9525df4d18f68de4fcb9a1d6d91d
http/cves/2012/CVE-2012-4253.yaml:ccaeb356349f58e46e5727aa05c4e85bb5b82415
http/cves/2012/CVE-2012-4273.yaml:be2d96cf2667768b33e777eff54065b3820b67cc
http/cves/2012/CVE-2012-4547.yaml:b5e04f27d72b6ac333e1785ed3f33a79886ea50b
http/cves/2012/CVE-2012-4768.yaml:eede45d899f4df7a6c4ea37af40214edfcbf3635
http/cves/2012/CVE-2012-4878.yaml:8b835957f681819c6a98ee5d0c8dfab241f0d215
http/cves/2012/CVE-2012-4889.yaml:b94729905c1eb7527864aac08d9fe12ec43dac86
http/cves/2012/CVE-2012-4940.yaml:ad96fe92c5108ab23e46211fe893ac7df8baa78e
http/cves/2012/CVE-2012-5913.yaml:b0ddd82e2ce5a8628df761041d1b4280aeecd00b
http/cves/2013/CVE-2013-1965.yaml:babc668e22e6d8704ce7cf798fb454f22d32c604
http/cves/2013/CVE-2013-2248.yaml:7d0503d1be8337527e505bf906f8caec7de56a4e
http/cves/2013/CVE-2013-2251.yaml:27cf22446500d19319624be2af88407bfa933aa6
http/cves/2013/CVE-2013-2287.yaml:e109ecf43312434cc4d37d6749ba838f0f9b8843
http/cves/2013/CVE-2013-3526.yaml:721d716989b08654ce88cf0f99c395bfc5488090
http/cves/2013/CVE-2013-3827.yaml:9febc5d0a547c2897d6836fbe753a49f7bcc4fe0
http/cves/2013/CVE-2013-4117.yaml:eb639422cbffb1d20cd8198369444f96ea430c92
http/cves/2013/CVE-2013-4625.yaml:3c0648bacdd03cf0ae6edd3bc216b52f25c2f3d8
http/cves/2013/CVE-2013-5528.yaml:d9c8819070dc7e03b8423d3dc825e8ae903137d1
http/cves/2013/CVE-2013-5979.yaml:51e7b8edac8792d2b53ec8ff2a77da0141056f48
http/cves/2013/CVE-2013-6281.yaml:8e90fdec7bd9330d5f1c0abbde04db1989ad4e1e
http/cves/2013/CVE-2013-7091.yaml:55341b568250b4ccafbe6a75fd18f428d7fd767d
http/cves/2013/CVE-2013-7240.yaml:5d70e14e5e86f3ef984d0df87cb265f24ad1213a
http/cves/2013/CVE-2013-7285.yaml:1f4f8c3102bda98c6526cb9a8ab264cc42debdef
http/cves/2014/CVE-2014-10037.yaml:d4ec17200e05d886d2427d789cd500c9a6aa3425
http/cves/2014/CVE-2014-1203.yaml:d797f9e64a9d2422e78fa43e31ac053c4fbe84e9
http/cves/2014/CVE-2014-2321.yaml:4a112b63fe91fa96ecaa65f2f444bf2814e926a5
http/cves/2014/CVE-2014-2323.yaml:c1ad92dece25fee60d1d837b61a49afeed99813f
http/cves/2014/CVE-2014-2383.yaml:c0592a7d5b666b6bda2fc4826858c9198480d85b
http/cves/2014/CVE-2014-2908.yaml:597eff7421cb0b9e20560ce1f71c81644ac9c195
http/cves/2014/CVE-2014-2962.yaml:78e51ce56a0ac86968edce321f111b0162052854
http/cves/2014/CVE-2014-3120.yaml:3fe8aa4908b5c1304b089758c57edbf069e118b8
http/cves/2014/CVE-2014-3206.yaml:728998a21c923a1c1aeb77aba7a57b2969ff255d
http/cves/2014/CVE-2014-3704.yaml:23bfd45055c57fd82b1db18026e95c649550430d
http/cves/2014/CVE-2014-3744.yaml:299b379be6c88144ff4f0c5b721bb749d984ed73
http/cves/2014/CVE-2014-4210.yaml:a86ecb3dd9cfea1d36af544bf7a3609a7c101107
http/cves/2014/CVE-2014-4513.yaml:0dfb692d60d068a144efeadce7327cdcd8ba5ef0
http/cves/2014/CVE-2014-4535.yaml:4d08706c7661c25dd7f90c593d01ce65c412737e
http/cves/2014/CVE-2014-4536.yaml:b738b50d269bb6060c48ec69c8c65f6c38566ae0
http/cves/2014/CVE-2014-4539.yaml:67fbdea95bd96b26d9244d23c2029ca11d671922
http/cves/2014/CVE-2014-4544.yaml:d9aa0eaa79d93ade5f1e013160e6c40ae113dbb0
http/cves/2014/CVE-2014-4550.yaml:b6e7e7ec8229e31d870803c3a6db6843bde4cd03
http/cves/2014/CVE-2014-4558.yaml:988368e7ef0097e30f6ed643659b1630d0f06bcc
http/cves/2014/CVE-2014-4561.yaml:5e3042a85f6a66c8ee994e994646e6ce252fe6f1
http/cves/2014/CVE-2014-4592.yaml:051158a5cec94df38d545549734045a788fccede
http/cves/2014/CVE-2014-4940.yaml:b7edce6fae49336f42ce5938a7037a7501bc4420
http/cves/2014/CVE-2014-4942.yaml:2b101ab7a2d1b2cbb1df3c97e58e41152e79d007
http/cves/2014/CVE-2014-5111.yaml:6757172e40eb4eaf6d9f19f1b5550d934549e832
http/cves/2014/CVE-2014-5258.yaml:c5194ef347733c6fe05d69e6c371ca1dcb996cea
http/cves/2014/CVE-2014-5368.yaml:618741cc501e219392d4da5437c1c23104ae0938
http/cves/2014/CVE-2014-6271.yaml:d4e288900662cb4e924c03a6d7fb2cbbcdb37a59
http/cves/2014/CVE-2014-6287.yaml:98f61b465e93ca074d1635b6430b5981c17f8ffe
http/cves/2014/CVE-2014-6308.yaml:aa2b869cf95cab640ba6aaea3f9abbb019e5fd4c
http/cves/2014/CVE-2014-8676.yaml:abaca5b7ee9dc704d2e931afa2ea6e113110fa37
http/cves/2014/CVE-2014-8682.yaml:7fc37672f2a5960b7e846f2f3a912baa6c74699d
http/cves/2014/CVE-2014-8799.yaml:87cafb31d0bbfa09aa09281733a3bea5fd625c09
http/cves/2014/CVE-2014-9094.yaml:6b6249f5f583757ab5cb0e80b5fd12a09465c50b
http/cves/2014/CVE-2014-9119.yaml:4a153340842f24e78fd53ee2102584c2ee2fc964
http/cves/2014/CVE-2014-9444.yaml:3403ddfe27f380b9dee5809338df4306a8c85df5
http/cves/2014/CVE-2014-9606.yaml:f990e3b7721b4cfbe7db5c7f0f82945ad37e20be
http/cves/2014/CVE-2014-9607.yaml:ed9998b4bc92b010ec1272c23cba52a26012db44
http/cves/2014/CVE-2014-9608.yaml:5965c38895a2edc8f092cc662ecf4ed5b701a32a
http/cves/2014/CVE-2014-9609.yaml:431fcfd082169601c1937480c26ea24b5b7845ff
http/cves/2014/CVE-2014-9614.yaml:4195a04b3163c862a728ebe82ef1699e1f2a8a9d
http/cves/2014/CVE-2014-9615.yaml:66aed90eb615a0ee179bec77b1afcf2175cb7996
http/cves/2014/CVE-2014-9617.yaml:ee8d7d1ad18350c12b3c4b978b9c5a54ef8afce6
http/cves/2014/CVE-2014-9618.yaml:056a64ebc3dcbf4be7429daf3084c3938b816831
http/cves/2015/CVE-2015-0554.yaml:90bbc10cd416a2f9c26a09f5c36a6580e4b3ee23
http/cves/2015/CVE-2015-1000005.yaml:5dcdc588dde913b72b8391d6fc292cc372797d31
http/cves/2015/CVE-2015-1000010.yaml:152fd144d88b46c5e1ce3a2fb7edd7a217d93d20
http/cves/2015/CVE-2015-1000012.yaml:aaea7063930a52264b37dafa1cec49e67f62395b
http/cves/2015/CVE-2015-1427.yaml:0238c6f98ef7506ab65e46caf6fc23d3dfaa97a2
http/cves/2015/CVE-2015-1503.yaml:1d995530d0deee3051b6fa50a38e7430b0c4bb25
http/cves/2015/CVE-2015-1579.yaml:6caafb7514ff78f7082f8c4099df16f33274a856
http/cves/2015/CVE-2015-1880.yaml:1f78ce7fcd21f0fab45141580d6fe4ebb3c1cccb
http/cves/2015/CVE-2015-2067.yaml:fe895e5104c650be59af8c6a0004a27cfcbcc36d
http/cves/2015/CVE-2015-2068.yaml:ed5d3bcdb515dc16d3cc089a19cc0484bf2bb089
http/cves/2015/CVE-2015-2080.yaml:1cbe7382f84bf8211bfc818b0c3fa725ffd8765b
http/cves/2015/CVE-2015-2166.yaml:1f103b0227437d14caef90ad25ffc035063fa0d2
http/cves/2015/CVE-2015-2196.yaml:4969ceed7e1b6258f02fdd7b9fa790b68cbdd0d3
http/cves/2015/CVE-2015-2755.yaml:2ee9936c62301ec665550a15390fcf853b744a12
http/cves/2015/CVE-2015-2807.yaml:5f45af660bdb564d7b19d60e3d1459f53368df70
http/cves/2015/CVE-2015-2863.yaml:5d7fbce5a57ad9f31ba52cf0827da1441001b9e6
http/cves/2015/CVE-2015-2996.yaml:98f400c774637684c2da791203cc15bd665e1acc
http/cves/2015/CVE-2015-3035.yaml:ada7f343bc4da7bfa916071571f4f5b483592e59
http/cves/2015/CVE-2015-3224.yaml:2486456c060bdbbb3aa5ebf40f36e5a147fa68f3
http/cves/2015/CVE-2015-3337.yaml:0a2ca418d230424c9f030389e91185e36e319a62
http/cves/2015/CVE-2015-3648.yaml:5b97660133aa171d6900190cb3cf1833da8c4d88
http/cves/2015/CVE-2015-3897.yaml:2e58a0d6ea3fc86de4bf3185829e1ce10bce258e
http/cves/2015/CVE-2015-4050.yaml:1c3a629652d82309a8d5df324ce53426823ee175
http/cves/2015/CVE-2015-4062.yaml:10269255ff40fb6b297650a55caa1a5388bbb588
http/cves/2015/CVE-2015-4063.yaml:06b7bd95816543cf7134cf31a50e9225d47823e0
http/cves/2015/CVE-2015-4074.yaml:34b0bbd729dc3d41f8e6382961dfbe74a8c80016
http/cves/2015/CVE-2015-4127.yaml:9686ce65bff6a5b8388602099f8dc8576f8d7f11
http/cves/2015/CVE-2015-4414.yaml:182d73cebb2c29618de45a5361b5236fd75f5560
http/cves/2015/CVE-2015-4632.yaml:10b9f1ed3815dd9d8fb18eb8c1499d1d329aa20e
http/cves/2015/CVE-2015-4666.yaml:61a52e8b68a74640864acac7e246629d946726a1
http/cves/2015/CVE-2015-4668.yaml:3803c9eb1128490702b2de84099d83a324111530
http/cves/2015/CVE-2015-4694.yaml:d018f81843f0b65f12bbaf59731e7bdee4479393
http/cves/2015/CVE-2015-5354.yaml:75f80318aad0756eaa5d91358597a68d02fd56ac
http/cves/2015/CVE-2015-5461.yaml:e499afd4da862214fc7feeab1fb03d6f5bfece03
http/cves/2015/CVE-2015-5469.yaml:f2bc6d905f076a713563d961cb4adfc834b77451
http/cves/2015/CVE-2015-5471.yaml:f5e2c69b223f8fd0f88972c5da82276805ca608a
http/cves/2015/CVE-2015-5531.yaml:773a383e2e70d0f8c4c81456c3e5e15fa4cd6b95
http/cves/2015/CVE-2015-5688.yaml:af0e47039ef055e0c374b897a0224af8e85e14b8
http/cves/2015/CVE-2015-6477.yaml:97f9c1038338ae8a02cd36a5cef975d18a552776
http/cves/2015/CVE-2015-6544.yaml:3da7b9fdfaa2961b7e9c3cf0e5828ae266fb4ea3
http/cves/2015/CVE-2015-6920.yaml:2b31f604b9a4593a0064eaed314d5ab771c8e5a4
http/cves/2015/CVE-2015-7245.yaml:2d8b593c6e9ba4397e266a937ea16b23000518ec
http/cves/2015/CVE-2015-7297.yaml:af18a5cf6eb8fa3665a35c61fe7f68666777488f
http/cves/2015/CVE-2015-7377.yaml:b284bd533cdd6d5fc35e18a0bc6d8ce8967bdba7
http/cves/2015/CVE-2015-7450.yaml:22103d4219a3b7e3fc6854b79cf6dd566dfcaf19
http/cves/2015/CVE-2015-7780.yaml:9d8ea080890c820e804105fc9654489544aad93f
http/cves/2015/CVE-2015-7823.yaml:6a07ed9198ab50bf1861c259c1bd934ccddc578d
http/cves/2015/CVE-2015-8349.yaml:cb0a3975d9d4520b1d668738be9cc4ba3cf8231d
http/cves/2015/CVE-2015-8399.yaml:8a32ea6d70a8f8ff5d0618e223a7420db13c09c3
http/cves/2015/CVE-2015-8813.yaml:2a3cd7a262f936c7732e99e8e479ef352185da4e
http/cves/2015/CVE-2015-9312.yaml:e8e54d5475c264845788048ac4f5986034c44a60
http/cves/2015/CVE-2015-9414.yaml:cdac64ec0a96fa0ff613979139f469f5374b4996
http/cves/2015/CVE-2015-9480.yaml:c47daf3d68a7900fdf1dbe5d468357811f3cc7e4
http/cves/2016/CVE-2016-0957.yaml:fb5200cbbb3791588e0d459db08bd04677d99cb1
http/cves/2016/CVE-2016-1000126.yaml:d28ca6f9a829d9d0b04c5b0f6a8003048fa93fcf
http/cves/2016/CVE-2016-1000127.yaml:b3ab4a8d589329e2e7f864e062348aeb7bdff394
http/cves/2016/CVE-2016-1000128.yaml:f7860a17e3e899916be1b2966aa9651eb62b2979
http/cves/2016/CVE-2016-1000129.yaml:0b4bc656211d93a1f7cbebc45ea7527aab85b13c
http/cves/2016/CVE-2016-1000130.yaml:551b5acc68b45e315a836d75bfc966bbda602c13
http/cves/2016/CVE-2016-1000131.yaml:6c927458a6a8b2a1ddbcdd095e35f59e151e82ad
http/cves/2016/CVE-2016-1000132.yaml:eb4a736f9081a7ecb0727b94af5438081681385a
http/cves/2016/CVE-2016-1000133.yaml:c000df8f59287a322bf76fd4b9b941715d212dbb
http/cves/2016/CVE-2016-1000134.yaml:e07983b24ee938e505d17e1294bab06999a062d3
http/cves/2016/CVE-2016-1000135.yaml:5440a90f29eb04b23e154348308bf19ae9fc685f
http/cves/2016/CVE-2016-1000136.yaml:a21162f0ac032add7f75e56d393476a1c57d6260
http/cves/2016/CVE-2016-1000137.yaml:6467129cc640d0a5f6f1770261334649e639d392
http/cves/2016/CVE-2016-1000138.yaml:fd53303721ec97021fc08f1a6c775f37f2b9fc87
http/cves/2016/CVE-2016-1000139.yaml:5d05ebf62bffdc048245c1adebcedf1e7a5df42d
http/cves/2016/CVE-2016-1000140.yaml:8f601534cea2c46b190df767ee78e2f0804122a1
http/cves/2016/CVE-2016-1000141.yaml:51cb83532eff8aecfa6a7a5968a6f61b227cd6d9
http/cves/2016/CVE-2016-1000142.yaml:d0aeb041b2a4ced4a95ae88fa9b29bc674720c5a
http/cves/2016/CVE-2016-1000143.yaml:5b8516600bea6bd30026c494600094bc794100b6
http/cves/2016/CVE-2016-1000146.yaml:4951c4a894ce61af4f56d309505e58e6f3315055
http/cves/2016/CVE-2016-1000148.yaml:c8120730b698354ec5b6290dd0a0db912e5ac87a
http/cves/2016/CVE-2016-1000149.yaml:6a9340b15e11a8df0440a422c84f4fe3e4356293
http/cves/2016/CVE-2016-1000152.yaml:29de6ee00632f70261a97e4ee5e6b75980844522
http/cves/2016/CVE-2016-1000153.yaml:15f454be1faabd7359d967e5129552c34a44b8b0
http/cves/2016/CVE-2016-1000154.yaml:5852cdbca49c999b7965730daa624bac9f9edd34
http/cves/2016/CVE-2016-1000155.yaml:74ed09324845c739b27b08377fb2cede7a9d77d8
http/cves/2016/CVE-2016-10033.yaml:90534c75a6bd6c38856c1e5300db5bd2040880f5
http/cves/2016/CVE-2016-10134.yaml:c01660b78a76141574a23156bded4ee5217a5ba4
http/cves/2016/CVE-2016-10367.yaml:a471e974b9c82d167a82d495a92e40e7e0b9d3fc
http/cves/2016/CVE-2016-10368.yaml:0977411d167e134354d5481cfb975d038c1c01bc
http/cves/2016/CVE-2016-10924.yaml:3f3d43c24020739d8c972a56557b73ea2b47d3f2
http/cves/2016/CVE-2016-10940.yaml:66c53f646bc717340c622f40612567fa75aae246
http/cves/2016/CVE-2016-10956.yaml:d34d022f1915667fd84c116a58738e026be8cac0
http/cves/2016/CVE-2016-10960.yaml:52cce206b82e588177dbb5908e188d71414ac3a5
http/cves/2016/CVE-2016-10993.yaml:1cc6fe89f03785c62697e0c4dee86a5901eb53b6
http/cves/2016/CVE-2016-1555.yaml:e1fa5dee19721b46b5636aa1d0f3279481c7a44d
http/cves/2016/CVE-2016-2389.yaml:c3006d5c6d35c3901fc173ab30a9b67fc02275f7
http/cves/2016/CVE-2016-3081.yaml:88c300610c0c841aee2602b2f30c1d5f5f6c90bb
http/cves/2016/CVE-2016-3088.yaml:49b481b93eb538dabf2f01a66309d9f6c779c57e
http/cves/2016/CVE-2016-3978.yaml:3328c40c88e9da601b3b312b101bbbc21c401a98
http/cves/2016/CVE-2016-4437.yaml:de1ca2332ce6797169a5b3321d3ba1292f1e120a
http/cves/2016/CVE-2016-4975.yaml:c31e2b9cf4cf61d17895569fed0d4c552a5e3b72
http/cves/2016/CVE-2016-4977.yaml:b57a658c0ea52f208c0523c28a1e3e1bf308113e
http/cves/2016/CVE-2016-5649.yaml:b861ff276a53779bbc79ff83f340ad95cf73d394
http/cves/2016/CVE-2016-6277.yaml:825821d6dfe7227ce02c0b1d5451e0dcf4fcabe7
http/cves/2016/CVE-2016-6601.yaml:0056ffce14a7b9396adb2b20530d3c5d9ab755a3
http/cves/2016/CVE-2016-7552.yaml:af748d0296b2e06fe9a52e8eb2c3923c85ee2ae8
http/cves/2016/CVE-2016-7834.yaml:123f05b72ee356971d80a84859bff9382efc1286
http/cves/2016/CVE-2016-7981.yaml:0825636043d35ec4a656f72bd283400c2d9b7b5f
http/cves/2016/CVE-2016-8527.yaml:44c620ac62cfc88eff3d1259333d05b457826d70
http/cves/2017/CVE-2017-0929.yaml:63d9d25b12a39f83e95756103dab35a075b60134
http/cves/2017/CVE-2017-1000028.yaml:e8cb6aedd473e0aeeba2e89e2366aafb0d3617dd
http/cves/2017/CVE-2017-1000029.yaml:56f1dc6d9d33e1991a3353034fb6d82811d23353
http/cves/2017/CVE-2017-1000163.yaml:3ea8f704a363596a99e1654e6e48450a5b6dde58
http/cves/2017/CVE-2017-1000170.yaml:76f4dff15c6e88a662e9047ed7f473b0284deed9
http/cves/2017/CVE-2017-1000486.yaml:ea39aca9110928772473d5604e30d23d431fb57d
http/cves/2017/CVE-2017-10075.yaml:933dc840854b0ced1708d0457e695313945129e8
http/cves/2017/CVE-2017-10271.yaml:082863d9d30fe7e425d457713606b7913cdf96d4
http/cves/2017/CVE-2017-10974.yaml:9586d906dea96147909756849bc21b8ce76ebd1b
http/cves/2017/CVE-2017-11165.yaml:dc6e1b60682ec6a3bc9bc1c23b20029c14b3a4d4
http/cves/2017/CVE-2017-11444.yaml:0893609b58d513e6778987e6dde47d2ba57ac514
http/cves/2017/CVE-2017-11512.yaml:7ce5898cb3821f4a1214a268f954ef30d20766a9
http/cves/2017/CVE-2017-11586.yaml:31655842e34dd6f7a8f60db886837411f6bd5c7e
http/cves/2017/CVE-2017-11610.yaml:a9807e9e66f3ed43922d45db7bab3006d30c9ef1
http/cves/2017/CVE-2017-11629.yaml:ba15e33753cececf2c33c98b7fd26c4f3fb62182
http/cves/2017/CVE-2017-12138.yaml:ac9c47cc1518ecf652f7250f8856a5db120638a2
http/cves/2017/CVE-2017-12149.yaml:73c35ea9855e51f8e0aba33001326ade664c898e
http/cves/2017/CVE-2017-12542.yaml:8ad0adbb231a886f9c3598aaa80f6d1a9c7a8dd3
http/cves/2017/CVE-2017-12544.yaml:175b419d781f89ea852d8f6b75bb3f753cebdbbc
http/cves/2017/CVE-2017-12583.yaml:e76f5dcd9af79f47aacc06203f141424a2d5e0fb
http/cves/2017/CVE-2017-12611.yaml:922b5324212b417f8292ce1263e14351569ab461
http/cves/2017/CVE-2017-12615.yaml:f9094128fab304c4284351edbe8bcfa4d8cc5070
http/cves/2017/CVE-2017-12629.yaml:856821d61fc3c8943a6ec07e0cbf58b5214be3ee
http/cves/2017/CVE-2017-12635.yaml:23d885c9b0bc5d4d3355f38788684d52ba2ba862
http/cves/2017/CVE-2017-12637.yaml:eb79d7e96b55bf793dc9392394ca7c41df6c1a6f
http/cves/2017/CVE-2017-12794.yaml:894a78634745a021e842f1979457fd5bde8309e5
http/cves/2017/CVE-2017-14135.yaml:6b7ce25bbb367d691cd8e4bcd776cc84f2f7eded
http/cves/2017/CVE-2017-14186.yaml:13483ba26b5950eef9daa10758f48ecf8f477dff
http/cves/2017/CVE-2017-14524.yaml:f86bf454230b866059674cb379417cd86eca14ff
http/cves/2017/CVE-2017-14535.yaml:e673813375daa97f0255566e147406d850062b0a
http/cves/2017/CVE-2017-14537.yaml:3bd7f8c2bd802137fcffed2a7829dd6b87f9df1b
http/cves/2017/CVE-2017-14622.yaml:c7006a16b49215853ba40bec1a8980e786853392
http/cves/2017/CVE-2017-14651.yaml:93b3c0c7ad29f9c6927abcf6102d5ab8c3101037
http/cves/2017/CVE-2017-14849.yaml:f8fe3531a90025f2464a72474d1eb40ab85f7445
http/cves/2017/CVE-2017-15287.yaml:1f4c62130aee8bb9f471479a904b1fe0563840b3
http/cves/2017/CVE-2017-15363.yaml:a3abe3bdbd36da8ab34cfd8129a108262eb92cb5
http/cves/2017/CVE-2017-15647.yaml:577456baad04c6e86285fc682f9a1d7a5a67d4c0
http/cves/2017/CVE-2017-15715.yaml:347f54b58b7279a20c497abf9f9e59e47f303c6c
http/cves/2017/CVE-2017-15944.yaml:ab8873fe218a34c0ef29dda41d8d316a6fca2445
http/cves/2017/CVE-2017-16806.yaml:85f9d2501624970820e4938e00d3fde9a04530d1
http/cves/2017/CVE-2017-16877.yaml:c19cf49f3d48ae5f5a3509a20130107ca156c0a6
http/cves/2017/CVE-2017-16894.yaml:1e27539f9bbf83502446f790a667a162f4bf8d9c
http/cves/2017/CVE-2017-17043.yaml:fd50cf646420eb8486de49ff5fc69d633e50b24e
http/cves/2017/CVE-2017-17059.yaml:849cc1a303bb2e88c333d50ef163a2b57e1eb611
http/cves/2017/CVE-2017-17451.yaml:f310e809fac25bac71952a5e51953e068311fe1d
http/cves/2017/CVE-2017-17562.yaml:a32a7c5aa1f09b222fa0bb67ad67200e9e0d8cb6
http/cves/2017/CVE-2017-17731.yaml:e084c24499ccec3819043174d98cd4bd408f8d91
http/cves/2017/CVE-2017-17736.yaml:b0b13f895f6d47653f387d3a080f417690cd4115
http/cves/2017/CVE-2017-18024.yaml:5f2310dbb6a722423eed4e581d6506e8af304ce8
http/cves/2017/CVE-2017-18536.yaml:4978ca65e54db6ca38578af479d7a611c3d37deb
http/cves/2017/CVE-2017-18598.yaml:1f38be6cf6d35f18b2413dbd025bbec6898b0326
http/cves/2017/CVE-2017-18638.yaml:44c4e48ab6119f12e7c9b47d112d00f57ff8a58c
http/cves/2017/CVE-2017-3506.yaml:0933022be7805e458cc0d68f6e0e43ed6d6478f2
http/cves/2017/CVE-2017-3528.yaml:a3a85151e8d698806472069b580bd187d7d197ab
http/cves/2017/CVE-2017-4011.yaml:167dcb7e8a03f1c0d4e585fb273eb33885e5c24d
http/cves/2017/CVE-2017-5487.yaml:bd65b895616af68174afb2aeacc7429946579c24
http/cves/2017/CVE-2017-5521.yaml:76114b8b0f786746cfc77c16e64553eaceb91ad0
http/cves/2017/CVE-2017-5631.yaml:0f69370d759e590e9b0685b4f10ae7d4b2d2e2b7
http/cves/2017/CVE-2017-5638.yaml:8ecc07de54d63f431014820f1d89999ea00d8bb5
http/cves/2017/CVE-2017-5689.yaml:70c30cafdba73024bf0127d5f33b041ed9df3dad
http/cves/2017/CVE-2017-5982.yaml:b991b6e0e208e20e6e115afb561508844937346f
http/cves/2017/CVE-2017-6090.yaml:33f31518225e059a9b85702b3b3fc7f0f8f61707
http/cves/2017/CVE-2017-7269.yaml:6ee6f5c6fb12d779ec4dc6337b6e5429336312b9
http/cves/2017/CVE-2017-7391.yaml:4efe04bc173535835a52ea0db7f94afffb5e20fc
http/cves/2017/CVE-2017-7615.yaml:28c2d956681f291bfadb6ef743be0314b7904888
http/cves/2017/CVE-2017-7921.yaml:8d492d6e3b947372fa5d265302b64e605ea7f1ac
http/cves/2017/CVE-2017-8917.yaml:83f9f45b48571c0e89cf307670c3ac21d491d8b6
http/cves/2017/CVE-2017-9140.yaml:01c2f3364b5c2b2b2767a025084add6488690226
http/cves/2017/CVE-2017-9288.yaml:f20e6d72a331c8d57d8eeb63e865c81b336a2f99
http/cves/2017/CVE-2017-9416.yaml:9db9042d0a0b8440ef3c1e57fe382689f14938d6
http/cves/2017/CVE-2017-9506.yaml:14cfce197664ea6cad7787d568b58f8f1f3ce048
http/cves/2017/CVE-2017-9791.yaml:f395d96f7801dfa5df07e0952d2e591e6dbb1b33
http/cves/2017/CVE-2017-9805.yaml:4b809828373de8cde0f86fe1b1c60789bfe3a275
http/cves/2017/CVE-2017-9822.yaml:aac13d49174fda813c682001f3d87a94347b3cce
http/cves/2017/CVE-2017-9833.yaml:bbd8df603a03fee1f66086cc8e0ac88b55728fa5
http/cves/2017/CVE-2017-9841.yaml:fdf35892d4b5566dc4901e936b7d90840ec071cc
http/cves/2018/CVE-2018-0127.yaml:a8d0f2e2eb316333299ee15075952d53e15c648f
http/cves/2018/CVE-2018-0296.yaml:16877e5716f2c16a154f20c9387850dea9cb0893
http/cves/2018/CVE-2018-1000129.yaml:fb75f0e1a947f8bf3856cb9ed4ea1631196830b2
http/cves/2018/CVE-2018-1000130.yaml:ba5c76592290f39adee2606c699657ceb97aa5ad
http/cves/2018/CVE-2018-1000226.yaml:af10a4b002cc09a5800f5d7687ec728f73689102
http/cves/2018/CVE-2018-1000533.yaml:9efb75836e1dda254d3dd2d4852495fcfa332fb6
http/cves/2018/CVE-2018-1000600.yaml:6003a9e4ac50cd7b5aed7fa13c1291e7f610ffb1
http/cves/2018/CVE-2018-1000671.yaml:07e6356efb55a3f856a0e222f0a8fd78209eda8d
http/cves/2018/CVE-2018-1000856.yaml:a36dcf79beddd406e9d792577980f612a710f478
http/cves/2018/CVE-2018-1000861.yaml:ef8fe7562788ac3dae22c98e78af08f08ac2dad9
http/cves/2018/CVE-2018-10093.yaml:1f5b631b63f8a43297df4eb185866f77e8e31d87
http/cves/2018/CVE-2018-10095.yaml:5a75e1736c63ae5de580036d246a2c36f4535d1b
http/cves/2018/CVE-2018-10141.yaml:9eb162cb9b700d34925f89be6b897b7b65085f16
http/cves/2018/CVE-2018-10201.yaml:0b9782a32f5c2e72f9a8f69319b1549f2237f36c
http/cves/2018/CVE-2018-10230.yaml:23256122977b136bc79482e13cd5f228d5809fc3
http/cves/2018/CVE-2018-10562.yaml:9f7546ad442359c9514caa5a40c7b8ed730b4754
http/cves/2018/CVE-2018-10818.yaml:6498291625ef8ef257843ec8273fd2507c58f972
http/cves/2018/CVE-2018-10822.yaml:8d9c246c0c98f744a4e595720de860f47f526ff1
http/cves/2018/CVE-2018-10823.yaml:aaec17f4f1529810836aba2e5fa29a33b47f508b
http/cves/2018/CVE-2018-10956.yaml:a83a2500d488ad8d8a28b82f1fd2b27460322537
http/cves/2018/CVE-2018-11227.yaml:52dc3c2c75f9f93db9771b76eab8dee0bfb039f6
http/cves/2018/CVE-2018-11231.yaml:69789c788210c192f98c9ada3173b938e388a144
http/cves/2018/CVE-2018-11409.yaml:0d8b7037344835721f8dd38da6050ea8d8915b26
http/cves/2018/CVE-2018-11473.yaml:a035f286c96e8a93300a75f473080346c9d52d18
http/cves/2018/CVE-2018-11709.yaml:16c64a3342c90d85d2a6ebb93aac58166d2b0bb6
http/cves/2018/CVE-2018-11759.yaml:ef8fdd315dd7e186c3ca698af5988e95d3c9e9ed
http/cves/2018/CVE-2018-11776.yaml:d15fb8e74019abe7bfe836feecb17a8ff6ce2d80
http/cves/2018/CVE-2018-11784.yaml:3d254defa1ae5e63cd20f254f73b63bf32c2f99b
http/cves/2018/CVE-2018-12031.yaml:b7b43efae9f12161fb27d52fb0927082eda1c4e2
http/cves/2018/CVE-2018-12054.yaml:99ab3559663dd1f240b6fbb96aded26dff461543
http/cves/2018/CVE-2018-1207.yaml:b7e2acce8a2f2cf0c3e0f5102ec7fecd91c9a37a
http/cves/2018/CVE-2018-12095.yaml:0c4adbb93f420ac24b5b23a680c8a92d4f1e7083
http/cves/2018/CVE-2018-12296.yaml:e3c2673f672fbe7f662f01d288ff743ded153378
http/cves/2018/CVE-2018-12300.yaml:fd6a90f33c0682c395092e1835410568b8e8538f
http/cves/2018/CVE-2018-12613.yaml:8ec83531191cb88dbbda6bd7e4200a452bde6ba3
http/cves/2018/CVE-2018-12634.yaml:c6d83a21b6c94d7b02f82ed73fd2c3f3031a02fd
http/cves/2018/CVE-2018-12675.yaml:38f4de49893f9aeb78522173a1064b94e9cc0bb3
http/cves/2018/CVE-2018-1271.yaml:26db9fab8f10736b3c948323a4e9d3ec10f7f533
http/cves/2018/CVE-2018-1273.yaml:52cac66d6c77031c860524de34756486420dbefe
http/cves/2018/CVE-2018-12998.yaml:913a59d2c8d7a679084dbee9d5ed82d675c13fc4
http/cves/2018/CVE-2018-1335.yaml:5d3d8ac6219f362cdc6d2f0aafa488b449d503e8
http/cves/2018/CVE-2018-13379.yaml:de9db19b75ae8b18848e6b65d6b8bca868af2477
http/cves/2018/CVE-2018-13380.yaml:a9dcfda2a76014231540a01f164ea633b331ce80
http/cves/2018/CVE-2018-13980.yaml:90ade306278c248dd7eedacbf1bf84f3916118cb
http/cves/2018/CVE-2018-14013.yaml:eb873e93c2e1acdc5eeaac0057e1a218579c7996
http/cves/2018/CVE-2018-14064.yaml:b4f3578ca76055fb5f4e8a627351827bb580305a
http/cves/2018/CVE-2018-14474.yaml:a2d8465a6534b454372c7d7ae9176ec2b5905118
http/cves/2018/CVE-2018-14574.yaml:b6f5f0610bbfb5fe2f60b98113356fce045d1d44
http/cves/2018/CVE-2018-14728.yaml:1353dcdfc2dafb580b0261924a6f5d07c3332fb6
http/cves/2018/CVE-2018-14912.yaml:a4f9c049c3c783fb3275b425c1ad82218fac7238
http/cves/2018/CVE-2018-14916.yaml:86b9eeb057f716547468a4f5656d80f9e15d883f
http/cves/2018/CVE-2018-14918.yaml:a7c251ca8370f52dd04ee4d9ebb51407168ad257
http/cves/2018/CVE-2018-14931.yaml:13891f650530f5f747312cc3ec9caf852442f038
http/cves/2018/CVE-2018-15138.yaml:e1762bce59146cba5720b9f0f5c64e90fe38398c
http/cves/2018/CVE-2018-15517.yaml:f7ade42137cc43d68103d08d93af45eaf725824d
http/cves/2018/CVE-2018-15535.yaml:7626b25cf13c17b5688e89f279f3653033a85139
http/cves/2018/CVE-2018-15745.yaml:655497edd72a1c17e19dfb70c39503543feba682
http/cves/2018/CVE-2018-15961.yaml:08829ea728a1c7a3b34a17ea5874d7843f9c40cd
http/cves/2018/CVE-2018-16059.yaml:0659dfc86080727aeb5317cc58ab05c298f753c1
http/cves/2018/CVE-2018-16133.yaml:810b6414632460597495045ce699ddfb6f193f48
http/cves/2018/CVE-2018-16139.yaml:29d0eae9befab2f8f83bc438151ff638c691f932
http/cves/2018/CVE-2018-16159.yaml:28c99ed563011f96620c568b36c5b633c4d1e1cc
http/cves/2018/CVE-2018-16167.yaml:25dfb69b45c8639257014e7f49e72857a5dbdfd0
http/cves/2018/CVE-2018-16283.yaml:29e465b4be243bc62d98c5a45253da8ed1d39907
http/cves/2018/CVE-2018-16288.yaml:dabb3c775815bd0fefc93e7e11d66e0467354923
http/cves/2018/CVE-2018-16299.yaml:25cff0ff8c39dbc3259c289a4271ab99a77c0407
http/cves/2018/CVE-2018-16341.yaml:81a621d89179a87b33eb932d0fa86937e82f6369
http/cves/2018/CVE-2018-16668.yaml:d575965386acc102de77105ef3e3d54e5119a489
http/cves/2018/CVE-2018-16670.yaml:9e4c122cdcd11ed2d9cfdedb51907cedb35a9723
http/cves/2018/CVE-2018-16671.yaml:ee7b4e017afe52614e96236b600b9c085535184e
http/cves/2018/CVE-2018-16716.yaml:0e92c0d7a52a71f2b40130dba3cd2e476cf12e95
http/cves/2018/CVE-2018-16761.yaml:55d7c04977016d94f6f785d5decca9d9d4d67246
http/cves/2018/CVE-2018-16763.yaml:5763f3b847f4c6a2b8e84df78d651335ff80ee79
http/cves/2018/CVE-2018-16836.yaml:7440b1355d30937fc0a6e46ab87226397e5012d3
http/cves/2018/CVE-2018-16979.yaml:ca5bbc8732b5ba5ae9f7569e7d4ea2ae40dc26f0
http/cves/2018/CVE-2018-17246.yaml:b5a9a529b1e59025c60bbf6b177a3aaf21ed751d
http/cves/2018/CVE-2018-17254.yaml:89aa84135f4d2a42387cb27eae3d11bfa7188174
http/cves/2018/CVE-2018-17422.yaml:c0d5cc799fbc5cf968c1958d7472e0b94b8a7a4f
http/cves/2018/CVE-2018-17431.yaml:87feaf1d0e3cd1c3ccc23aba7d742b72977ae2e8
http/cves/2018/CVE-2018-18069.yaml:d5c97685a46f93f0efc229e00b50da5089f1c88b
http/cves/2018/CVE-2018-18264.yaml:e53cfe2ca1e8a1bfb73bd150e7aa4a3c40f5d2fe
http/cves/2018/CVE-2018-18323.yaml:b6f3792109d71c9144732648b256c8a16a083f0e
http/cves/2018/CVE-2018-18570.yaml:a7faf0336410cec0ed1562858c7eee499f1d22f7
http/cves/2018/CVE-2018-18608.yaml:69f9430c96ba7bd0306e56f25f94de837f7d4b14
http/cves/2018/CVE-2018-18775.yaml:5dab36ab069030d9bb8a02c9c8fda0deb4825448
http/cves/2018/CVE-2018-18777.yaml:2dba96590cc6a6f58441542f0a286defe8b2c126
http/cves/2018/CVE-2018-18778.yaml:06c0a3f12f5c4ea1643a7f4c4ddd979de5aebe83
http/cves/2018/CVE-2018-18925.yaml:e97abb53ad8dca0160ceaf8070e067fe37561772
http/cves/2018/CVE-2018-19136.yaml:b0024320c0932d673597487cf2775f7b3e00e883
http/cves/2018/CVE-2018-19137.yaml:85f2f9fa062cf5684516c5cf13004a00e920c243
http/cves/2018/CVE-2018-19287.yaml:0511aa8cc615337379617603733dc524fc42d5d1
http/cves/2018/CVE-2018-19326.yaml:e81cb3cfdaccb565693c6e742896735584e77e49
http/cves/2018/CVE-2018-19365.yaml:800459337af8a592f8ff207af27aa47121e19a43
http/cves/2018/CVE-2018-19386.yaml:f8f2b877d2fa91ac11ce75248b2b814816359e7d
http/cves/2018/CVE-2018-19439.yaml:8cf9de1027bb950b584a95f32ab3afe63e39b539
http/cves/2018/CVE-2018-19458.yaml:e4e04e3bbe327a7cc05199cb55dae47ebd623e46
http/cves/2018/CVE-2018-19749.yaml:b80a4eef3fe0a1206023d8d0dc8b26cee5ac6d5b
http/cves/2018/CVE-2018-19751.yaml:8d27864bf4caf2876a106988807d7dc1cb107733
http/cves/2018/CVE-2018-19752.yaml:57113db58eb4cecb68ae50e54abd72ca099d640d
http/cves/2018/CVE-2018-19753.yaml:4fd11cfaa3bf2554e434b62f2a96e9545e01e803
http/cves/2018/CVE-2018-19877.yaml:4375cb2f49064cf5d993be17ef2c3373dd4b8eda
http/cves/2018/CVE-2018-19892.yaml:d493b4d64830518d64f0b85e97175d0b800fea44
http/cves/2018/CVE-2018-19914.yaml:bbe8568e914123eb4b29c180f58098a2fa796971
http/cves/2018/CVE-2018-19915.yaml:bfe7f8b030a67058aa2ced76c8ebee8c6c26b672
http/cves/2018/CVE-2018-20009.yaml:7a505961228ef29cb7e32d9756440385b9a04066
http/cves/2018/CVE-2018-20010.yaml:b1ac2b035535f2205a688e0641ae4c7b4947e52f
http/cves/2018/CVE-2018-20011.yaml:68ce560d22433bb8e752378dac95100be7f1b577
http/cves/2018/CVE-2018-20462.yaml:4ac4ea366a333ff4b7862a2f52bc3d8b9328911a
http/cves/2018/CVE-2018-20463.yaml:60c74b4d6e4aa0275ab78a2b4bd3135e43764418
http/cves/2018/CVE-2018-20470.yaml:a6bd3317cb74e44ed88b9ec6699a881b69330d28
http/cves/2018/CVE-2018-20526.yaml:c2358f17655261def84fd76749e1d43724a616a4
http/cves/2018/CVE-2018-20824.yaml:801edada9c936ce1a2f23f4164b6a799fd844045
http/cves/2018/CVE-2018-20985.yaml:404fe656d819cdedc50f379519ef8d7d46eb2b55
http/cves/2018/CVE-2018-2392.yaml:80321493599e71cb1d8b208a4f2fa11038bdad7c
http/cves/2018/CVE-2018-2791.yaml:0f61c2361141b84acea968b666ebda7f3a748215
http/cves/2018/CVE-2018-2894.yaml:d6f2e3191a1886f5f93a264b3b4616ab1b49bf1f
http/cves/2018/CVE-2018-3167.yaml:774280bc6c6aab0ee521e3f2e21edfc9c6a826e3
http/cves/2018/CVE-2018-3238.yaml:9562fca7144c8ec209de2eb174cd334f926c2079
http/cves/2018/CVE-2018-3714.yaml:91db07d72a62f5802360d4cc5e0de77b753f2469
http/cves/2018/CVE-2018-3760.yaml:ddf4ec266050dd2132d980dff8b561a14f08a625
http/cves/2018/CVE-2018-3810.yaml:ec9a7bef7037e37a50983203abef513a6185cbf7
http/cves/2018/CVE-2018-5230.yaml:4bdd7f424c78ae20862cb8b075e8fba6b71c2390
http/cves/2018/CVE-2018-5233.yaml:7d7fe1c0f530b82eee83a024c5971ff652c02e96
http/cves/2018/CVE-2018-5316.yaml:4f75a777521ebaafe0721d7f1fc471a0c759836e
http/cves/2018/CVE-2018-5715.yaml:edc2f38d70de407c89d33d610a4f169c95b15f7e
http/cves/2018/CVE-2018-6008.yaml:a987b95a8dd68fcd3af8a33426f9f8afd14c8315
http/cves/2018/CVE-2018-6184.yaml:72601ef579ce46fa8472b6d7a097e337c234dc2b
http/cves/2018/CVE-2018-6200.yaml:da7db6b26a2e9294990541137180f2454d46a962
http/cves/2018/CVE-2018-6910.yaml:5844c1b4b62815cd864083d03d1b96f50d5b3f26
http/cves/2018/CVE-2018-7251.yaml:e963d26ff0a3d7a95ce353d9e58b487d1de31254
http/cves/2018/CVE-2018-7422.yaml:96c1ce327c3b749037553b6a469e1af75755cb12
http/cves/2018/CVE-2018-7467.yaml:9ca67f80448813007ec4c9ff40371d0fb0f6fbf3
http/cves/2018/CVE-2018-7490.yaml:98b03e6994088bb35496ac204362e73a6632c6d3
http/cves/2018/CVE-2018-7600.yaml:76fd8f56372306262060516a8b1cfad3e3683ebf
http/cves/2018/CVE-2018-7602.yaml:fa6f5fb01f461c572ac4d7ac53cfd7c90fdb9d45
http/cves/2018/CVE-2018-7662.yaml:942241821fd90b2bfbc9de0e746cddac1f29da79
http/cves/2018/CVE-2018-7700.yaml:f3fca421e6b516dd9d8097b8d9cb81fe8652970d
http/cves/2018/CVE-2018-7719.yaml:9a93e24cf6cc6aae47c9db4ceebe9285f7307671
http/cves/2018/CVE-2018-8006.yaml:bf823a05910ad023a4df6b0c0c2ceb438a9ab09c
http/cves/2018/CVE-2018-8033.yaml:6a6fda57a6293aefd6f49bed35d083130223909a
http/cves/2018/CVE-2018-8715.yaml:51b2ea9ccc788388a45c3041c8b0d3b0c81d4b87
http/cves/2018/CVE-2018-8719.yaml:b88f118ae9fd1d3020fe2fdf39740b7f6c779304
http/cves/2018/CVE-2018-8727.yaml:85d4ef9d354e8a97da870fe0a3fbc9ee92a623bf
http/cves/2018/CVE-2018-8770.yaml:6c8d0ff66f02411e5fe2dadce122d847e3996344
http/cves/2018/CVE-2018-9118.yaml:7ebdcdb0dfbce65ed3d7c0cf4da7d9e6d74610b1
http/cves/2018/CVE-2018-9161.yaml:b47aff6ef3ff1b2cd9324afa111a84a270ec6501
http/cves/2018/CVE-2018-9205.yaml:b10f0e40abf6f0262093cd06f28b2bff753bebd6
http/cves/2018/CVE-2018-9845.yaml:19313d842bd318cc8b27f42c1ef36090fe31e521
http/cves/2018/CVE-2018-9995.yaml:1d906b4d08bffef4428f88c82faaecba85833787
http/cves/2019/CVE-2019-0193.yaml:c90ca23921fe798979faa2952227d67c78ef4eaa
http/cves/2019/CVE-2019-0221.yaml:52231abf5c354c514e4437d16742e9c34774ac80
http/cves/2019/CVE-2019-0230.yaml:32f6439ea77f429c1295bef55dfddd7df7b3f4af
http/cves/2019/CVE-2019-10068.yaml:8111c317a4cde84dd68047f75ca1054ec023ba1d
http/cves/2019/CVE-2019-10092.yaml:f9bc78326438d4ba09c78bfe5444e442c8ade609
http/cves/2019/CVE-2019-1010287.yaml:be7ab1f88827db40d3a810aeb3ba78692d6bb299
http/cves/2019/CVE-2019-1010290.yaml:6993819ff690d5b46f722b328e384ed3bf513d54
http/cves/2019/CVE-2019-10232.yaml:18bce5c3906b8c4f1b6796ee301af4a46e939af6
http/cves/2019/CVE-2019-10405.yaml:cb525d2675fe7ac36b747315f445f6b09f07a725
http/cves/2019/CVE-2019-10475.yaml:c48ab271e5242c2d8b0e4c67dfe3ececadd14c52
http/cves/2019/CVE-2019-10692.yaml:f89e7d37d4f42538e0c99c8c01143f8484c5c6a3
http/cves/2019/CVE-2019-10717.yaml:8be549f409ac36de55c3d9fb56c708e35a580c8c
http/cves/2019/CVE-2019-10758.yaml:d6b1529af766fe0f131aa2b7c2c1a961e0a979e2
http/cves/2019/CVE-2019-11013.yaml:78c1e74f704ebea8d8f2aaea6ed119d741491703
http/cves/2019/CVE-2019-11248.yaml:c63e8ba351ba3fd4b22abc750a8712a1263333a6
http/cves/2019/CVE-2019-11370.yaml:0e5e0fdb331e172bff6f5e3c36d1b1d012cd379b
http/cves/2019/CVE-2019-11510.yaml:2857fa498c463dbf19cb0dcdf1954f8a15f990b2
http/cves/2019/CVE-2019-11580.yaml:034e962ada5fa6ce72824ac8e740a61fe27493ed
http/cves/2019/CVE-2019-11581.yaml:bbdabde144e09e621aa550ae8e49fa6965d44e40
http/cves/2019/CVE-2019-11869.yaml:431566b754bfd62c6f290c5e63b7a8338c1858b8