forked from projectdiscovery/nuclei-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates-checksum.txt
6907 lines (6907 loc) · 554 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:a280fa8badd8622a481e1bb7f492dd82ac05ea71
LICENSE.md:48790f08ca6757688e2f5f3f4b017a073b3e20df
PULL_REQUEST_TEMPLATE.md:c8aba78d67442f639483a10fa74681dea94faeb7
README.md:6a18cb35879860667797e94eafacf1af1b6b8834
README_KR.md:174470dbc5c69e81f83ff816655a52cc8c5d7f26
TEMPLATES-STATS.json:1fe13e1f92441e85f3b69011445ae1ba6fdec049
TEMPLATES-STATS.md:a1b5bf13dae3620b442bfb43fff400b0fccd1437
TOP-10.md:2fa9128eca3de07f3fef0b300af5f3c0c2043541
contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9
cves.json:e4b98b2b6d64492558f2fbc55bfd034972a1e0e6
cves.json-checksum.txt:b1ceb2263b07c6510267b2372d74e37e0b3fb80e
dns/azure-takeover-detection.yaml:bcfb33e8a76b75042967f0301e57dc98d5f2da7c
dns/caa-fingerprint.yaml:7dcc71c91d6cb3d8e290e09b52768b6017fbb161
dns/cname-fingerprint.yaml:f7200ff1f3b3f96a7a92ddd6b49e5e5abe1d2377
dns/cname-service.yaml:8b4716105619fadac741b19c60c682cf0576e927
dns/detect-dangling-cname.yaml:bba3b5b57357e86830d9f76e28b988107597b75c
dns/dmarc-detect.yaml:d6d23a8837c5ec3809ffa2d407a72fdc7a071671
dns/dns-waf-detect.yaml:f4d80afe7d48cee91123294482cd63cadeaa943d
dns/dnssec-detection.yaml:6dd2e7d114f3be862e2f1e87f5d2d2c4de1bf08a
dns/ec2-detection.yaml:01823f3399c471516137b067f37f5c6661ae3099
dns/elasticbeantalk-takeover.yaml:508aa4773710d1d6377a0f2364a28ec918584cb0
dns/mx-fingerprint.yaml:191e425d8cad1d504d8f7ca3b19914cfd77ebb7b
dns/mx-service-detector.yaml:30d6bf3fec86d54f93a83438afe8595aff572212
dns/nameserver-fingerprint.yaml:73093f4b321ce7b50e4f1cd0b16b037beb85b008
dns/ptr-fingerprint.yaml:8a0953acfeb9384460c4f3ac0b463a0b42370529
dns/servfail-refused-hosts.yaml:28e8b71907bbf6bb931e051696cd1c0a5adc3199
dns/spoofable-spf-records-ptr.yaml:09cc066be755115a6cf01a5c810c55bf896f34e1
dns/txt-fingerprint.yaml:23a6fa89c5e01dbe3d002b155924cfd87407b933
dns/worksites-detection.yaml:b257c6733a9668de61c96e2e49f587c40ec84ed3
file/android/adb-backup-enabled.yaml:735fd5eb61df164d28eabae76048be9487fb2443
file/android/biometric-detect.yaml:70f5e2dda35223782c5fbab51b93f620605201b0
file/android/certificate-validation.yaml:919b1e2709d9fae9e71a5261b1497219aa260881
file/android/content-scheme.yaml:481102dbb1025bb583f2d9ee96f916185fd5d0f5
file/android/debug-enabled.yaml:518472860914877fc598385cf4f3d8836c16b457
file/android/deep-link-detect.yaml:808ab10c2233ee6cc67270919e18b51b8a500eb4
file/android/dynamic-broadcast-receiver.yaml:f4f29d13dddbc5615318b759bbf1b639443ac36a
file/android/file-scheme.yaml:8993bdc8c849b5c6faef7b332af978392f44db3e
file/android/provider-path.yaml:74b7fac127e2dce07a9649e076f2cc0645243e7c
file/android/webview-addjavascript-interface.yaml:fa71a189ff891fee7a89c42b2e299eadc9e53506
file/android/webview-javascript.yaml:19141136fced8d0c6ad26499462eeca868073946
file/android/webview-load-url.yaml:d079431f6b669ae1495e19bc77bd326a97f8ab7e
file/android/webview-universal-access.yaml:d0cbe881984483e24e2388ecc59fefef16d4a6c4
file/audit/cisco/configure-aaa-service.yaml:5510df6d441d2b5d037267230b40c101182cbcd9
file/audit/cisco/configure-service-timestamps-debug.yaml:f592167fba234e384d7915a971e1c8ca9649f0dd
file/audit/cisco/configure-service-timestamps-logmessages.yaml:a595a0f40a2bb68069519add4c0ef39c515fca39
file/audit/cisco/disable-ip-source-route.yaml:1619ea6603c0450025c547c223eb3bfb5d25fa24
file/audit/cisco/disable-pad-service.yaml:d3bf75b3c11f0d19341961bef8d726c9d3edf80b
file/audit/cisco/enable-secret-for-password-user-and-.yaml:8a4d328bec06673eb495e3d3f913b73297e33039
file/audit/cisco/logging-enable.yaml:c6c07574825a5ed0c172c719d4be29150cca7df1
file/audit/cisco/set-and-secure-passwords.yaml:5c043bc17de07ee587df18881a639270611ca8d3
file/audit/fortigate/auto-usb-install.yaml:5a8c26dc4d20a9c878dee77b9ea97426948c2993
file/audit/fortigate/heuristic-scan.yaml:a351227564127f73777a0caec99de5a73fcaa44e
file/audit/fortigate/inactivity-timeout.yaml:aeff30736f7bdb69d09bdb78a65befb9f4c6f457
file/audit/fortigate/maintainer-account.yaml:6ecc43ea80ccde6cf7305141773d76985cc415f0
file/audit/fortigate/password-policy.yaml:83a813b2a827086f2994483c22a9d4a5af9a202b
file/audit/fortigate/remote-auth-timeout.yaml:002ab6323dc275f698a30a7fc823cca624d208d6
file/audit/fortigate/scp-admin.yaml:fffb28e6274646279c3b80135d7052d4ec19f483
file/audit/fortigate/strong-ciphers.yaml:457de07fb1ad41f0eab6c77e2952565a2297db29
file/audit/pfsense/configure-dns-server.yaml:b5ed8e0c10e51fac7f9edf411cbd7b2bf94382f5
file/audit/pfsense/configure-session-timeout.yaml:fe5784b3be2cca65453a24ce21153530d317b830
file/audit/pfsense/enable-https-protocol.yaml:46fccfc9914be9c9e76d5d5520c7b032b6c51ff9
file/audit/pfsense/known-default-account.yaml:8735f5a77ad6ef1cbb63ff191a1849fd357e7bca
file/audit/pfsense/password-protected-consolemenu.yaml:cec0a784fff726550393f83849446fc90523df31
file/audit/pfsense/set-hostname.yaml:89464979b6b187293fca1d14e694c6d92d513a82
file/bash/bash-scanner.yaml:34c81ff693760add86b161184ca4ef55535d4ba6
file/electron/electron-version-detect.yaml:48a02ecd612fea69e5463adf12090cac7827cf5f
file/electron/node-integration-enabled.yaml:733a153d6281bcbddc3bf705ce0831f2caf7e3c8
file/js/js-analyse.yaml:a6147fffd63f593695966ef2bc8c188ecc2be9e8
file/keys/adafruit-key.yaml:a66ee5e3ad5b40308b9206b25d117e373abff060
file/keys/adobe/adobe-client.yaml:57ca527417d5eed1d8f7d9f62678fbd84258002e
file/keys/adobe/adobe-secret.yaml:356ca5c276c138bdf283fb5ad37c92c334039f9e
file/keys/age/age-identity-secret-key.yaml:dfd8a55c73a302cc09e4fd808b0f9e8d95e7a780
file/keys/age/age-recipient-public-key.yaml:a6fe20a97710ae2ee48df1d3607b0b3e2f4c55fa
file/keys/airtable-key.yaml:f9cb73e132fe2efe7f69b00438a3d3091457dbc8
file/keys/algolia-key.yaml:4366751e05ccb825f7a370c56ead5b9168969eb2
file/keys/alibaba/alibaba-key-id.yaml:259009a14147f427f4e985361c6a6e2e241ff88f
file/keys/alibaba/alibaba-secret-id.yaml:45c004e50f2a324edd4d4d7ec8e2e63352c94109
file/keys/amazon/amazon-account-id.yaml:0264a3557df595b0a049310c2fff5b487135d2aa
file/keys/amazon/amazon-mws-auth-token.yaml:c2162a91395c784d9a71e2b853a25e870f5f29a6
file/keys/amazon/amazon-session-token.yaml:465d5705c9c154d4efff90549ee9dc68caedb5d4
file/keys/amazon/amazon-sns-token.yaml:5b36aa8557573cf1718dbac9d85bc67730eb1a85
file/keys/amazon/aws-access-id.yaml:5eb3160b1e7a74ea14276003e0a642b6edb42cd6
file/keys/amazon/aws-cognito.yaml:f4e59d0d3254fb5474f409f0b11c1c1d07fd78f4
file/keys/asana/asana-clientid.yaml:a6533858cd31d736c5853bb67c122e6deee46a10
file/keys/asana/asana-clientsecret.yaml:e0062b96a325d24c7e6187e9470e396a86928245
file/keys/atlassian/atlassian-api-token.yaml:385bbf18eaece6067bb9c500271e1d378096bdad
file/keys/azure/azure-connection-string.yaml:d58bf3c6083043544a3274141e58741eab46bc5f
file/keys/beamer-api-token.yaml:c466ea24569305f7a14c7e790c86db12acf09c88
file/keys/bitbucket/bitbucket-client-id.yaml:29c4549884d1435febeec40b16ba32eb441e5b22
file/keys/bitbucket/bitbucket-client-secret.yaml:143a1d3435346762c66984f03acba9d5b7acbf8b
file/keys/bittrex/bittrex-access-key.yaml:4903a5941a1301e7160f1624e14be5742064edaf
file/keys/bittrex/bittrex-secret-key.yaml:aa450221b63e5dfaafdb974202cad80f839c7397
file/keys/branch-key.yaml:e48b970b6fb7198eb32773851fe531eb766e873b
file/keys/clojars-api-token.yaml:5abcfe2dc7258ea6a10383e3e64fd0e433ec0b83
file/keys/cloudinary.yaml:956631a29959c15ea1fb99bd6334dcb1f27494b1
file/keys/code-climate-token.yaml:2b888b382164ca42ac80420a1fc638ddbab53d82
file/keys/codecov-access-token.yaml:1c3ba4ca10186bb1a36d89295d64ada8e8af3273
file/keys/coinbase-access-token.yaml:730c115d64b180cb19d853acee162478fcd680ee
file/keys/confluent/confluent-access-token.yaml:0a2147f9060807dafccb86b33b5e942fb3300efa
file/keys/confluent/confluent-secret-token.yaml:c937ee927ff2e7733265f0fc6cfdc44c7d4be9cb
file/keys/contentful-api-token.yaml:d2a576813f44a5d6d46098c6d31a68de3930a062
file/keys/cratesio-api-key.yaml:71981c1c4fe11acf046aca9ff98c0f09ef9205dd
file/keys/credential-exposure.yaml:5df648df70ea9bfe15b384ae1acbc57792601c5c
file/keys/credentials.yaml:d16c8afd64d2eedf6e1d4f55d26a8d9a4f0fa32e
file/keys/databricks-api-token.yaml:ba17625716c340974038b602bac8e758732525fe
file/keys/datadog-access-token.yaml:57e0d97aa4bc3e23fd54235afc446fe93ce9de5d
file/keys/digitalocean/digitalocean-access-token.yaml:43ffca49436dfe11020aee5be7273d42642d0cab
file/keys/digitalocean/digitalocean-personal-access.yaml:eacf85f4fd4de677f7a5b58a8ffd107213ae24f8
file/keys/digitalocean/digitalocean-refresh-token.yaml:2a12af9a7ecdb9dbde896582055c4d11b5a6fc50
file/keys/discord/discord-api-token.yaml:05eb7d957abdc7e5a478025a6c3c1f82154eb168
file/keys/discord/discord-cilent-secret.yaml:a4f44d13cd586cc5b61ad32e6af96475dd1d4a2d
file/keys/discord/discord-client-id.yaml:891f47a6f2b1d0733633005dd9889f12a80e5c56
file/keys/doppler-api-token.yaml:258fd2a380ef6d428e388912c17c8de8242d2422
file/keys/droneci-access-token.yaml:e908316a76340d82c5dadcf06d15fd48c7d27673
file/keys/dropbox/dropbox-api-token.yaml:11deb596301296178824eee485668a8ef1a38066
file/keys/dropbox/dropbox-longlived-token.yaml:a79f797235f800f7ce620c092a9e4f7818a7a897
file/keys/dropbox/dropbox-shortlived-token.yaml:42f4aad4ff3471df10f727c1b1fddf526c117e85
file/keys/duffel-api-token.yaml:cac0d343da93053c6385e047fc0165839aa07dee
file/keys/dynatrace-token.yaml:0089ac006754be85a40a9be763e66361d6536fcc
file/keys/easypost/easypost-api-token.yaml:4333634e7441643ceaab12f929710beaaa4f275d
file/keys/easypost/easypost-test-token.yaml:269975b71dc9e670c78750329f8671d0637a6cd0
file/keys/etsy-access-token.yaml:8b1cb7ad0c05e2cf3cb1117617b70fe7967a0cfd
file/keys/facebook/facebook-api-token.yaml:49480fdf9a5090b7dc263610dea2dcf81169c9ff
file/keys/facebook/facebook-client-id.yaml:8fef6899313ca30722ae3dd8a17a21ee87677e58
file/keys/facebook/facebook-secret.yaml:8380e6498469237418d6872b69d5027d467c66ae
file/keys/facebook/fb-access-token.yaml:4680bd7c7b97d2d6c80684c9443168ae683faf6a
file/keys/fastly-api-token.yaml:dfb3a384bbb6e4d6cfc298f6c8390685069d73b2
file/keys/fcm-api-key.yaml:28c9b101822b4d0d9709482c661fca6993714f02
file/keys/figma-access-token.yaml:bf271c0a3f4cdd5a04ea90b444337fa74598f129
file/keys/finicity/finicity-api-token.yaml:7e9bc997e4f9f0530c279e052d979d78e871c1cb
file/keys/finicity/finicity-client-secret.yaml:3f81bf121ed499f17a7ac1847ffa2b6dcd0f9af3
file/keys/finnhub-access-token.yaml:d88325a144075a17e2db37d90ad7adfbc7aedf37
file/keys/firebase-database.yaml:d187e6fb3365bc68dad4e64871825154805361ba
file/keys/flickr-access-token.yaml:bc5e757a780bb91bae32db624f8bf0414ca8a606
file/keys/flutter/flutterwave-encryption-key.yaml:7c453a72197dadb51884ba7fd92744df40f2ff83
file/keys/flutter/flutterwave-public-key.yaml:1add84913fb8f847e204cd8485eb16cfa66a4e28
file/keys/flutter/flutterwave-secret-key.yaml:c1a3c11a69b4aff1f28ead7126468d161ac36dd7
file/keys/frameio-api-token.yaml:ef9b827dc8f1d504f5d68e0a371f4b373c834d02
file/keys/freshbooks-access-token.yaml:104d238b1029f7bf609326471e7f5424a014cb22
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:4d24664f6b4cc04e91b27318a02de9d40b9df40c
file/keys/github/github-personal-token.yaml:e08c2e89e4dc6ca17ea3cc0459a7e37f55542f9f
file/keys/github/github-refresh-token.yaml:fbf1308c1272f4e29830e7dde624c4ed0bdfd6fd
file/keys/gitlab/gitlab-personal-accesstoken.yaml:b350c6e4513d5255f425c0aaa01fe92dbd637c94
file/keys/gitlab/gitlab-pipeline-triggertoken.yaml:41dc4692a7711c23f07e5a98f34b70ec06f72b45
file/keys/gitlab/gitlab-runner-regtoken.yaml:88d73eea7ae5db026dd1458f2caadcf8bb92cd94
file/keys/gitter-access-token.yaml:b91ab10cb6eecec9e13651c3215d3947e8069d8b
file/keys/gocardless-api-token.yaml:637a415f879d31441160945b718a4f38cd581778
file/keys/google/google-api.yaml:b1a45d973f28663b184704ccc5a08b38ae6f4625
file/keys/google/google-clientid.yaml:602e1434d51d60bbfa05d440f7d27e41ecf9494c
file/keys/google/google-oauth-clientsecret.yaml:1dfa3a5958773f38c4ce9aca875752e581ae7833
file/keys/grafana/grafana-api-key.yaml:1d4fd84acf368aa07c5a8c3df0b9ce657401df64
file/keys/grafana/grafana-cloud-api-token.yaml:01743c81779504e8a3f34a9fbcf99d773d48a9a9
file/keys/grafana/grafana-service-account-token.yaml:870b60e24c14c0b6d70df6d0a10d0432926edb18
file/keys/hashicorp-api-token.yaml:e9ff7bd9ec04c27f19bcb93cf4c6ddb5b78b07ea
file/keys/heroku-key.yaml:eddcdd450e5e55e1eda210dd79a040ba760fb794
file/keys/jenkins-token.yaml:09a317132b0fa3cca157a5fd0481f6f5fdfe55a9
file/keys/linkedin-id.yaml:0b948ed87d6f77f610bc34157621824b7f783cf8
file/keys/mailchimp-api.yaml:23710637c6f9e73a10eb0fe84f7ebe1b2bc36c94
file/keys/mailgun-api.yaml:7e7c2baf26d65958dd3cd59bee9569f4f89e36b3
file/keys/mapbox-token.yaml:8ea3826a27093d769c442dcd16e3eb18358a3fd3
file/keys/newrelic/newrelic-pixie-apikey.yaml:aeee8da09447dc9b03611b9212fe65125a14f3be
file/keys/newrelic/newrelic-pixie-deploykey.yaml:bb309bd9ab60e88d2edc206c8e63450c6f68de50
file/keys/npm-accesstoken.yaml:4a5ea76aa7e2ad584f91b6192b7bb4bc574bd826
file/keys/nuget-key.yaml:6c136e19e8ee5fc14f3e069794e97c8ec9ba3a97
file/keys/openai-key.yaml:4d31dd5f7417926f88cc7fdd47c625a2d39f7976
file/keys/paypal-braintree-token.yaml:a08c502c502936044187c9a9d6d9c2aec9b9d60c
file/keys/pictatic-api-key.yaml:281d6ef792d8f776a9b4cb96f5b77ab13cad6f90
file/keys/postman-api-key.yaml:ce689c9a7fc037bba5c6e221b539ffdbd33e5541
file/keys/private-key.yaml:c7d709816fee0382c0250b2da2bb99ce6588c836
file/keys/pypi-token.yaml:1847da81386d9c357f39f224cfc8399bceb49c6d
file/keys/razorpay-client-id.yaml:846158bf5563bd69f4f804f56409622b738a8a92
file/keys/rubygems-key.yaml:1d2e16f43542022c87efdce045a3b6e24bf7cc16
file/keys/s3-bucket.yaml:9d725525020d19b183553ee8f097e54ef4e082cd
file/keys/sauce-access-token.yaml:e99e5fc3d83096a21145693cb89d28ca6615fb80
file/keys/segment-public-api.yaml:7124548a3a95be142bc62904137f0d5f0345cf7b
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:7587022f7fbb2cadda502b74e4a8014cd046d8d2
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:a760b36d2ee78ffcb938598c7a1beaf543de2bd5
file/keys/stripe-api-key.yaml:a8849a29190fd1fb92a50e9e0a6c49ea694043a9
file/keys/telegram-token.yaml:63257d788cadbfd4e2ea55b974b2d9433441093b
file/keys/twilio-api.yaml:5ea16764819395bcfe307964c1b32a4dea86bb13
file/keys/twitter-secret.yaml:fa82d681ae94b741b25786f58835c9be605d8592
file/keys/zapier-webhook.yaml:48526eeb6c83d543a5bd7a9e160231dbb3112474
file/keys/zendesk-secret-key.yaml:e68b6567ad02fc075eaa8cf3722fc02463d5161e
file/logs/django-framework-exceptions.yaml:bfe8762092b34fbe7c57d1d4f18116be8502ec58
file/logs/python-app-sql-exceptions.yaml:7dc14b83b6bf6cfa63af6a1ea1739a02d9b8394a
file/logs/ruby-on-rails-framework-exceptions.yaml:4cacd8d7144f8353b5927cac2d008c1d08bb3a50
file/logs/spring-framework-exceptions.yaml:59912aa3db6ff6d29783c9b4fd84a6dc4d8369f3
file/logs/suspicious-sql-error-messages.yaml:2e4c653f2d2012480e5fcd8f964c114e5a26e5a9
file/nodejs/admzip-path-overwrite.yaml:3f7f79845877828f87e72b81326e6a90049bd8ea
file/nodejs/express-lfr.yaml:cec2babe3b1d46416ec358ed00a5cea450531c13
file/nodejs/generic-path-traversal.yaml:49895d260bb6da86bd36dde6553265963cc62db0
file/nodejs/tar-path-overwrite.yaml:808bfb6e01cd171e02b4d907f42218ba83672aca
file/nodejs/xss-disable-mustache-escape.YAML:41cfa7374491275b7b6b7679f35aa27be5d0e6a3
file/nodejs/xss-serialize-javascript.yaml:6bc41b15fa7c495e0a90c588fdbb57e36ff2c902
file/nodejs/zip-path-overwrite.yaml:5957c54cf4b8885a0c1d5d3a0bb25357ac6f07f1
file/perl/perl-scanner.yaml:ca5cfa3bae68e00b77dc73989a6331995be0b54a
file/php/php-scanner.yaml:bc0232813f7fcf4ea23d20cb004ee2f992cc6745
file/python/python-scanner.yaml:3774742345a3c2db504ab69a5a4f2e2584bb5ed3
file/webshell/asp-webshell.yaml:b0284098b274456c7e028cb788afd9bd26bc30ae
file/webshell/jsp-webshell.yaml:4c5f4d1c414c8b7fba63db4651565ec747b3b015
file/webshell/php-webshell.yaml:c33fb686c46b8211a18eaae52f0444bb73a107f2
file/xss/dom-xss.yaml:bb3cdfdfcbdf7e6a0e232a404a55437aa5d0b7c1
headless/dvwa-headless-automatic-login.yaml:99a6c2734ab061798627d79fda8ee538aa6060a8
headless/extract-urls.yaml:c2ff7a092991c2dee191e84ba4129270aacc8914
headless/headless-open-redirect.yaml:6f06b7fa102ab504a020c5e694fc0097c85ae845
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:5bd4634abe5103ab0b60740d28c1763545a40f0a
helpers/payloads/CVE-2020-5776.csv:bb017fe08ae985c23145f7b69aab97cdffbbd8aa
helpers/payloads/citrix_paddings.txt:e88ad6e71d7fd4544e8efb87641083d630b1a7da
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:8164ff8c18e4a71c5053ef56ac5652fc54372f2b
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:ffc1feb775249e46c0a2c4c8c83174ca4d2a125e
helpers/wordpress/plugins/akismet.txt:4380b93c5f9e9e252ac9ac548449d65f955603c4
helpers/wordpress/plugins/all-404-redirect-to-homepage.txt:e5d05199b7d43b0bd203a9cf2e8e874dad4ff45f
helpers/wordpress/plugins/all-in-one-seo-pack.txt:6328e55f0b8c991dca9b1bed7c3b0763f63cd1bf
helpers/wordpress/plugins/all-in-one-wp-migration.txt:9c43220fa09b15d375ba7679041d0bd2e22746b8
helpers/wordpress/plugins/all-in-one-wp-security-and-firewall.txt:49911098f5af8acdff20786f92ff5e717cf35906
helpers/wordpress/plugins/amp.txt:51ddbf27bf181d542a23643649c61739795a6771
helpers/wordpress/plugins/antispam-bee.txt:b91ff026739750b181b34969295fb93cf8fdc898
helpers/wordpress/plugins/astra-sites.txt:06752d2fb7fe65f618f40a9a33ebe4cc8e204317
helpers/wordpress/plugins/astra-widgets.txt:386ef6797a9c4de50f240b16bd76bbeae35a5711
helpers/wordpress/plugins/autoptimize.txt:661ae89c9a4b16c450c2a094d410c4ee74719cb3
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/breeze.txt:30a642fc106c0182c093266c29f99eab897f5f74
helpers/wordpress/plugins/broken-link-checker.txt:595d550379b2cb8bccb9659627308ff4e751d23f
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:96ee9b81f665f617b051c02cea0aedf30d2f6dbf
helpers/wordpress/plugins/cloudflare.txt:90e21e6589c03430b25fc4c525c14a0d6aff8619
helpers/wordpress/plugins/cmb2.txt:12291cb9150686dd1175c2a1662b9d1acd8b9b62
helpers/wordpress/plugins/coblocks.txt:513cc2cbdbaafc4b88110a8732fa6d6886d54ff5
helpers/wordpress/plugins/code-snippets.txt:fbc954f986ea78ee55f14e1ee288f60983e46fb5
helpers/wordpress/plugins/coming-soon.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/complianz-gdpr.txt:6edccbf589807e4171353b69b32d148fb22948d3
helpers/wordpress/plugins/contact-form-7-honeypot.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/contact-form-7.txt:aa016b2fe9e1d5ec44a206b16f237f748a306395
helpers/wordpress/plugins/contact-form-cfdb7.txt:456a1b2970af52d0b32db52b0683f87df6c6e06c
helpers/wordpress/plugins/cookie-law-info.txt:8b06ddb10d32fd00c6f396f4696592af976b2118
helpers/wordpress/plugins/cookie-notice.txt:8599c5904510bf3031da09a62f0802bc300e964e
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:40c77b21aca06ae8ad4f43edd798f21a5571e995
helpers/wordpress/plugins/custom-fonts.txt:d03f659256ae48f1c9a26c5aaec38d4360485288
helpers/wordpress/plugins/custom-post-type-ui.txt:313578264f0f3121aab5bde272ca4b190dc60c5e
helpers/wordpress/plugins/disable-comments.txt:8f52888ff7e35fd5ca310231fa076be1206b49bd
helpers/wordpress/plugins/disable-gutenberg.txt:bdc1408a91f161dab5a9893d23db3c7095200e1d
helpers/wordpress/plugins/duplicate-page.txt:69a192666c004f35303d55baa6cc828eb977144f
helpers/wordpress/plugins/duplicate-post.txt:59a7597c10f2e831aaf8a6526fb9a13e25ea680e
helpers/wordpress/plugins/duplicator.txt:6fd4fddb5287b4b436c24d78bff003d1ac10200d
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:aa47e8401f52058e8878f672b20bb4bbd6d570b6
helpers/wordpress/plugins/elementskit-lite.txt:35fd2c7ac7c4486ea481738632d2b2188a5e0917
helpers/wordpress/plugins/enable-media-replace.txt:36442478f1f952d62cb89e1b634d5937a7d2863f
helpers/wordpress/plugins/envato-elements.txt:fefed34c88a4926b37d965db8c15fed2727796a6
helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:98c2fe41f97d12ffb6f8362363d6352e0a8a03d9
helpers/wordpress/plugins/ewww-image-optimizer.txt:47c3ed69e5609d2452fff4d1fa775f2f0aaa7d4c
helpers/wordpress/plugins/facebook-for-woocommerce.txt:ab085a16989631cf3f8c63c59bd2bf68d7e6da09
helpers/wordpress/plugins/fast-indexing-api.txt:7fc90060ab7493dc709f0e0cbc6ae3ca7204a614
helpers/wordpress/plugins/favicon-by-realfavicongenerator.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/flamingo.txt:98a16af997b52cb888232ab5d79a527b0716561c
helpers/wordpress/plugins/fluentform.txt:a832235a17d232a9abf36075ae469dee7e69ff3d
helpers/wordpress/plugins/font-awesome.txt:4cb6b226aa8498265c8ea84adcf05e5e168e17c1
helpers/wordpress/plugins/force-regenerate-thumbnails.txt:32fecb37588747cdb8227230edc41ff2ca6557e1
helpers/wordpress/plugins/formidable.txt:417d179a4f3241a4606707a9e09e76d7e1110ac3
helpers/wordpress/plugins/forminator.txt:5a13f9241243c2d9d28367028c116b0cf92f566d
helpers/wordpress/plugins/ga-google-analytics.txt:361f82e0e4329314b5ec0ac3b14d43cb15fc0c02
helpers/wordpress/plugins/gdpr-cookie-compliance.txt:0b029e20735269b8d97357faa7e020b378eb41c8
helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt:6b474cdaf13fc941946668ffea3b8a5047fc2c73
helpers/wordpress/plugins/google-analytics-for-wordpress.txt:efa2314fd79dfeb6c6a4f1283847a5e31dbed204
helpers/wordpress/plugins/google-listings-and-ads.txt:384ab86119f465889c9c38711a754b06e7d8aa98
helpers/wordpress/plugins/google-site-kit.txt:2b2720e128671adbf6072a7642b09d0ec482bfb0
helpers/wordpress/plugins/google-sitemap-generator.txt:9a1ae806a7c678b6c9b4895b016033f980c1bf10
helpers/wordpress/plugins/gtranslate.txt:02aeb4dd00e9c0bb1104a19a9856dc679709da62
helpers/wordpress/plugins/gutenberg.txt:29f339a0c27ef86460793781090724139c2ea779
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:c2e02b33da3f80da726e9cf198552626bb5042e8
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:02d09f34970bc84346435f2ffe98303e41132089
helpers/wordpress/plugins/imagify.txt:d24fa45ca77f079cc359c97272276969e6aead2c
helpers/wordpress/plugins/imsanity.txt:8833d6b9ff65739ec437d2754b9fc885e202a555
helpers/wordpress/plugins/insert-headers-and-footers.txt:75e5663b67cf51a7b0f278462d836108d95b63a6
helpers/wordpress/plugins/instagram-feed.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/intuitive-custom-post-order.txt:2aa887540d97ffa062fa8604e7ecde642f7080e6
helpers/wordpress/plugins/iwp-client.txt:9f028fa080dca632a19e807c2a3570f67ae71de3
helpers/wordpress/plugins/jetpack.txt:01497ce0186ebcac4f56065d58fbd3ce16b01686
helpers/wordpress/plugins/kadence-blocks.txt:5ccd149c585cb813fee3007ec54feb05080f7e34
helpers/wordpress/plugins/kirki.txt:2cbc97154c127c59a298a4207a147a2fff01b48f
helpers/wordpress/plugins/leadin.txt:95ba3b4a144f5396717c4b2c6fa194b83d2adea6
helpers/wordpress/plugins/limit-login-attempts-reloaded.txt:d4dbf56812ab4702a984154c87a3e904d467f063
helpers/wordpress/plugins/limit-login-attempts.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/litespeed-cache.txt:5f66ffa0d783df84c67ba37533f91b9f3782a063
helpers/wordpress/plugins/loco-translate.txt:5f099bc6f95ad230bf3e17b9745270e13ee50606
helpers/wordpress/plugins/loginizer.txt:4ea93c6a1e320054f99d66f428e611b31355cd92
helpers/wordpress/plugins/loginpress.txt:4ea93c6a1e320054f99d66f428e611b31355cd92
helpers/wordpress/plugins/mailchimp-for-woocommerce.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/mailchimp-for-wp.txt:2bf65a0d95209c8002516a0a1d50958c30cadfdb
helpers/wordpress/plugins/mailpoet.txt:aefa41f7d85b94c4c88fd8430f84ff8df7633f61
helpers/wordpress/plugins/maintenance.txt:254b136ca21ea7ce53096fd367ddb29c22a7cce9
helpers/wordpress/plugins/mainwp-child.txt:980feb4697a9a59378889074eb2a9c667eb85231
helpers/wordpress/plugins/malcare-security.txt:d4d296df9c7bfc07d0bc5adb18ee49bef62495cd
helpers/wordpress/plugins/megamenu.txt:403a4300e5939d1d7fbfb90958aac5b413468ba3
helpers/wordpress/plugins/members.txt:f94488dae421ac2a8aae98632f63a2647ef07e43
helpers/wordpress/plugins/meta-box.txt:57efd6c9af996d49184c10d2eb37abea3ad4614c
helpers/wordpress/plugins/ml-slider.txt:01e970f7ce073f9d8e4dadeae00cd5e8a06efc91
helpers/wordpress/plugins/newsletter.txt:abdb334b7c43837f64108a70a2a66817e130b80c
helpers/wordpress/plugins/nextend-facebook-connect.txt:deccc3cf363403cddb880388388bf192fbcfd655
helpers/wordpress/plugins/nextgen-gallery.txt:f2cc8874a54d8d40b341d84839c1b2984efc0aba
helpers/wordpress/plugins/ninja-forms.txt:89f6a7ed064af545594e7472a6d42aef9ece77c5
helpers/wordpress/plugins/ocean-extra.txt:5f6af51e77b84cd6616d4eaa100a736096568d86
helpers/wordpress/plugins/official-facebook-pixel.txt:ae0028333ce6fece2c0f57bd104815e938d80643
helpers/wordpress/plugins/one-click-demo-import.txt:7c49f6117c3f09ee90548ad70960b7a9b716deb8
helpers/wordpress/plugins/optinmonster.txt:d0cbe674a49975e50331a1a279e25a39e714edab
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:c6043029d8fee3b06ca3583c71e935a8241c7323
helpers/wordpress/plugins/polylang.txt:23d49915eae53800c735cfc0f01c21a9d05e727a
helpers/wordpress/plugins/popup-builder.txt:fc3e46507eb91f2ee9902bdf4b44b9e897b6eea7
helpers/wordpress/plugins/popup-maker.txt:2b3c6ac23cfffce2c714f7553284e912852ab2fe
helpers/wordpress/plugins/post-smtp.txt:ae33c65fc225aa9e6abd5e7fd96f6c9b2212353d
helpers/wordpress/plugins/post-types-order.txt:ccc7f2bf6d0604d86f3d33a12b75411b311e9dfe
helpers/wordpress/plugins/premium-addons-for-elementor.txt:9b2f4c3c25986436f50e7581b0398720d5de37be
helpers/wordpress/plugins/pretty-link.txt:fbc954f986ea78ee55f14e1ee288f60983e46fb5
helpers/wordpress/plugins/really-simple-captcha.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/really-simple-ssl.txt:997b3601d8484e863fc64831e769a8b0b3dc1d2b
helpers/wordpress/plugins/redirection.txt:392ee3765c26f4ca0b6935f9bb0f006c2354af12
helpers/wordpress/plugins/redux-framework.txt:5e3c54ec1686b257c15fe3bd98af9e08d983b8ab
helpers/wordpress/plugins/regenerate-thumbnails.txt:d1fd48333115227b181b4b132e5511e91d95bea5
helpers/wordpress/plugins/safe-svg.txt:d24fa45ca77f079cc359c97272276969e6aead2c
helpers/wordpress/plugins/seo-by-rank-math.txt:0ac2a33bac619da88692123d2995d4873cf77249
helpers/wordpress/plugins/sg-cachepress.txt:0ead27062f705c3ed0f2b1ac2ad2a7f47418176c
helpers/wordpress/plugins/sg-security.txt:6546e0bd1a292663f6166d3d6d903530b6db35c4
helpers/wordpress/plugins/shortcodes-ultimate.txt:1df8c069e6146a62340d8cec28e0b6f641693bd0
helpers/wordpress/plugins/shortpixel-image-optimiser.txt:713afc477e35aa343e8d0dd831aa85fab6ba2e0f
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:635f106f3d804ce532995f25a36b9bcc12d5fd50
helpers/wordpress/plugins/smart-slider-3.txt:019cd315d24bf8c45d16ae549ca11cb10c693b19
helpers/wordpress/plugins/so-widgets-bundle.txt:3909c3a4cee55c7239bd6e7b0016096d64f0af1f
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:c7e3a41454e034e5ad994df8bf12b61e9fb1e1bc
helpers/wordpress/plugins/taxonomy-terms-order.txt:92c6bf6bc1f97136cb8bbe1a936cc4289dff178e
helpers/wordpress/plugins/the-events-calendar.txt:67f3cb9988fc4f21a782e780e51ff565a0b00582
helpers/wordpress/plugins/themeisle-companion.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/tinymce-advanced.txt:e00602f1c349065df0c9ef24dec6d03c9f5a1ecf
helpers/wordpress/plugins/translatepress-multilingual.txt:106ca8d85638866255a70e746e9653cec398864b
helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt:d5191657a84fc8d54327e42ccdc17707f97bfa90
helpers/wordpress/plugins/under-construction-page.txt:7b482eb97a0d1e20b8b333a7435ce0e0bc59d15f
helpers/wordpress/plugins/unyson.txt:08105b9ddd906ead00c6c2b76a45ffa54f0efc2d
helpers/wordpress/plugins/updraftplus.txt:b942f95288dbef535d6c4bd8ba4db5b1dea75977
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:7cfe54f27289e2e996bf2e77df14202ff94111f9
helpers/wordpress/plugins/webp-converter-for-media.txt:985654217613024cb9e11395d0f1fe73889f17cb
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:57f75e869bf26cdb7eaddcd7bb1de6cfbb0594c3
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:eecaf8be5654f259a19f021dd696c8aed0425326
helpers/wordpress/plugins/woocommerce-paypal-payments.txt:595d550379b2cb8bccb9659627308ff4e751d23f
helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:d2c7dc39f7a599e653154733c2f9c606bee5474c
helpers/wordpress/plugins/woocommerce-services.txt:01b1c534c2db2eebe8eb41bca1f0ffc4193b0e3f
helpers/wordpress/plugins/woocommerce.txt:0ff9f22422909931ae84d9591d77f81147106c05
helpers/wordpress/plugins/woosidebars.txt:a2048abb201b6201e7cd25e8b0262758a98d59da
helpers/wordpress/plugins/wordfence.txt:41e2b2a7c409eb05c538da23f12a160daba9773b
helpers/wordpress/plugins/wordpress-importer.txt:08208ac734b4811a00c6728e5ae1c066d2e06cc8
helpers/wordpress/plugins/wordpress-seo.txt:d224836481185d5bc19fb61e39e6c375588d288e
helpers/wordpress/plugins/worker.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/wp-fastest-cache.txt:8568632c41ff7f9333d195465d8dcb607d85d876
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:d3a5debecb62b3b70bbb48d3756a5239e112bc34
helpers/wordpress/plugins/wp-migrate-db.txt:d3a5debecb62b3b70bbb48d3756a5239e112bc34
helpers/wordpress/plugins/wp-multibyte-patch.txt:01fa77eedfbdd7455e8cf0cf239a4deb3041acfd
helpers/wordpress/plugins/wp-optimize.txt:c207c37cf0046189cdf316228e3097a30d778d30
helpers/wordpress/plugins/wp-pagenavi.txt:53203701692767a1c2a24e47d94a090230bd8b3f
helpers/wordpress/plugins/wp-reset.txt:1a907a1663fa62f8dac219d1a808e2abfcfa4f6a
helpers/wordpress/plugins/wp-rollback.txt:534467bb06aa6d8cb7e27ce2f48b87742c795cad
helpers/wordpress/plugins/wp-sitemap-page.txt:1ae2b3145aeda5c94e1cc83b23d74521cf9cc3c5
helpers/wordpress/plugins/wp-smushit.txt:2ddc3af40d4f8085d3ff3021fcd45eca158663e3
helpers/wordpress/plugins/wp-statistics.txt:782ddb65e05f375b535cdffb2b6cc38632460184
helpers/wordpress/plugins/wp-super-cache.txt:b600bf3dacb5d620338f6412a343d3349ec570bf
helpers/wordpress/plugins/wp-user-avatar.txt:90e21e6589c03430b25fc4c525c14a0d6aff8619
helpers/wordpress/plugins/wpcf7-recaptcha.txt:e864410c570d87244a122a31198944fa5ab9260e
helpers/wordpress/plugins/wpcf7-redirect.txt:40d69a31b1f9d238ca1c38a357e6846c514e2e9f
helpers/wordpress/plugins/wpforms-lite.txt:868b573d10d425a212e9438804c270d24af5dd12
helpers/wordpress/plugins/wps-hide-login.txt:fa12796bd5aa83d02e53616812c25306cd1d6917
helpers/wordpress/plugins/wpvivid-backuprestore.txt:83a35ac526394e5168b118d107d874266be82e5e
helpers/wordpress/plugins/yith-woocommerce-compare.txt:fc4929308af8b80845b3c743a30013a669a02875
helpers/wordpress/plugins/yith-woocommerce-wishlist.txt:c61914eedd18bbc5cef63dd9c18a3a57d3d39671
http/cnvd/2017/CNVD-2017-03561.yaml:74103420668209b795d1397008e67affd3e0856c
http/cnvd/2018/CNVD-2018-13393.yaml:b936c60ce1fa7cd38b10597e9038dcb05692bf7c
http/cnvd/2019/CNVD-2019-01348.yaml:4bef313f2d9d68a895af773006cc2fe7de376b7b
http/cnvd/2019/CNVD-2019-06255.yaml:89f70d08a4c61f8c89535140381c4184626ca371
http/cnvd/2019/CNVD-2019-19299.yaml:a622ec21bdb1ee06411960843f471dc9e170b960
http/cnvd/2019/CNVD-2019-32204.yaml:fa3186408d0a902bcc62cac066453da38ca0c643
http/cnvd/2020/CNVD-2020-23735.yaml:1a0787f1c8d99f31bd88c355153de31c00795edf
http/cnvd/2020/CNVD-2020-26585.yaml:71578bb817cafdb0e87d4f28cda841ffbc8c3f32
http/cnvd/2020/CNVD-2020-46552.yaml:07ea9acd80bf0e367e25842f31a658595249aa08
http/cnvd/2020/CNVD-2020-56167.yaml:badec400104a1b9d7c090891cd06a8d930b2f340
http/cnvd/2020/CNVD-2020-62422.yaml:39f09d38d49dd0a4dc3cf941fdb2dade7375e3c2
http/cnvd/2020/CNVD-2020-63964.yaml:c80ab1148d417f0566d0bcb096409bfed16c3e2e
http/cnvd/2020/CNVD-2020-67113.yaml:125380bb3846086007f7d7521094f7aec17d73df
http/cnvd/2020/CNVD-2020-68596.yaml:aa47080fb9eb81f2dee9dbdfac915bfe1b856f9b
http/cnvd/2021/CNVD-2021-01931.yaml:ec84a4fb254c5750134cb1a6c5b5ec0c7e591b86
http/cnvd/2021/CNVD-2021-09650.yaml:8ab65c5b630b867bf38133463df206892c92e156
http/cnvd/2021/CNVD-2021-10543.yaml:82901afd8b28bf10c38eba7ea93bae350457d73b
http/cnvd/2021/CNVD-2021-14536.yaml:5decf87ca7f57a202c9c9d0d80a63a7f0970a8b6
http/cnvd/2021/CNVD-2021-15822.yaml:d6c06f0b1dfafbe22f3f873989f42a51d463f9a4
http/cnvd/2021/CNVD-2021-15824.yaml:667cb31a789ee9fcd4251c1fe78f8f800595f659
http/cnvd/2021/CNVD-2021-17369.yaml:65beb26738c0a7a0b7ac10a854f9fd6650ccc084
http/cnvd/2021/CNVD-2021-26422.yaml:7aaf1149908731caaa93d8e0fb1e0eca9530051c
http/cnvd/2021/CNVD-2021-28277.yaml:524a90b6c3bf5c2bb0b4dd821d384f1f98c80765
http/cnvd/2021/CNVD-2021-30167.yaml:4eb3fbb771c370b1e9d8f31b76c3b79a892779dc
http/cnvd/2021/CNVD-2021-49104.yaml:e676d4620da1cd57bc021c49d3d7c7821eada127
http/cnvd/2022/CNVD-2022-03672.yaml:e10e6a3a8c0c9527e640fcca1655186f039ce3e9
http/cnvd/2022/CNVD-2022-42853.yaml:b09d41d36a02b364b40898c724386b30d575af2f
http/cnvd/2022/CNVD-2022-86535.yaml:9dd03071fc9795f7ae4d99c59b3fd5342f5a5c70
http/cnvd/2023/CNVD-2023-12632.yaml:ceb1220ec85f8ba6607052d3ab2c9be79bd1a429
http/credential-stuffing/README.md:88a738a7af33e930f046a6681114389b2f341fa2
http/credential-stuffing/cloud/atechmedia-codebase-login-check.yaml:e265b0ef4cad374b888878d8ebe4cd4bfb3a4c2e
http/credential-stuffing/cloud/atlassian-login-check.yaml:fdc2a219979a9c538febf42cd8170a6cd8f2eabe
http/credential-stuffing/cloud/avnil-pdf-generator-check.yaml:d260b795575b4cc762389acdcc22b7a78c195371
http/credential-stuffing/cloud/chefio-login-check.yaml:fe52c6e32c4361af2d0fa119b64945fa171526aa
http/credential-stuffing/cloud/codepen-login-check.yaml:07e5a66274daceb69a9b392033cc77d4dddeea6b
http/credential-stuffing/cloud/datadog-login-check.yaml:59e96cfaea16ada436330973c1a1e6b5e3bd73b9
http/credential-stuffing/cloud/docker-hub-login-check.yaml:7d7f155bb61aefd33650e7aa104353b1abd61fcf
http/credential-stuffing/cloud/gitea-login-check.yaml:06cd8b61171eb7dd4607ef984a61170ae6383645
http/credential-stuffing/cloud/github-login-check.yaml:6db38de3986e34e5decff0121b9c2cfd91d9026a
http/credential-stuffing/cloud/postman-login-check.yaml:52977264ef5a4e68cc844313aef25fe6667b5156
http/credential-stuffing/cloud/pulmi-login-check.yaml:02e294ce7b26d5732d8fc396fc12684e9dea1e4e
http/credential-stuffing/self-hosted/gitlab-login-check-self-hosted.yaml:a5c13b905ce766747d75254fb82d122c8bbbe70d
http/credential-stuffing/self-hosted/grafana-login-check.yaml:3a3891cc6d5dcf12b812bc128a41388883bccc48
http/credential-stuffing/self-hosted/jira-login-check.yaml:906c5a83678bc47a75c5aa5a32925b70d24b804e
http/cves/2000/CVE-2000-0114.yaml:5a6c3732409232b01d2b38013363d49473394812
http/cves/2001/CVE-2001-0537.yaml:455003ef8b334c603cad2ca2e8d0c8bc34d75540
http/cves/2002/CVE-2002-1131.yaml:8ed47cd2cac9f195706603f9f42bc5eed3457ed3
http/cves/2004/CVE-2004-0519.yaml:052772e4c28b6cb5db7e7461a29b93b52667ba24
http/cves/2004/CVE-2004-1965.yaml:617a7d722ac156a4f7c74968d860c5cb727ec504
http/cves/2005/CVE-2005-2428.yaml:b4650319c18701ea2a8e39eec67fc30874ec5e86
http/cves/2005/CVE-2005-3344.yaml:6d8542d3d239a81b5a4f68ba3ea23470d03e3474
http/cves/2005/CVE-2005-3634.yaml:74f3682efec82cd279416b90d7537c566f86529a
http/cves/2005/CVE-2005-4385.yaml:a181b6f9c9c48fd643697f624fe3f341c3343ca9
http/cves/2006/CVE-2006-1681.yaml:de056576acfac07012f76f832d44cb1c7c937cf1
http/cves/2006/CVE-2006-2842.yaml:9e84a315ef9c4ceed44ee1ce337c33db05fd0451
http/cves/2007/CVE-2007-0885.yaml:5eb5693cae52d68a56318c7050ccc57390f73464
http/cves/2007/CVE-2007-4504.yaml:9526c6674bfa78791849af4f9819b98f973cb33f
http/cves/2007/CVE-2007-4556.yaml:1a2c48b67d4451a8f9dc890a63eacf96acace5b9
http/cves/2007/CVE-2007-5728.yaml:0592d02157804d9f59214eb861ed31e9b1128956
http/cves/2008/CVE-2008-1059.yaml:04bbe10bb9ac36e1266e9748545129760de0bdda
http/cves/2008/CVE-2008-1061.yaml:28b119302e8b96a6b7fe25969f2cf3787549db29
http/cves/2008/CVE-2008-1547.yaml:ae82a05167ec393785dd08f6888200ab4f3e74b6
http/cves/2008/CVE-2008-2398.yaml:188c08a586eb2b60fb644d3327387365dc53bf88
http/cves/2008/CVE-2008-2650.yaml:f341a4e21806c93f688b98b32d95cf229a1b93f0
http/cves/2008/CVE-2008-4668.yaml:85655631a436e9de6805165cc065706d558ee4eb
http/cves/2008/CVE-2008-4764.yaml:b75344318158bb8427e47a671a172c2e4c158d43
http/cves/2008/CVE-2008-5587.yaml:b9ef60a3a398df6d4d815fe1d17bb09964194c2d
http/cves/2008/CVE-2008-6080.yaml:77611dcc807bfbf6ccc751d0010865a0030d6282
http/cves/2008/CVE-2008-6172.yaml:aa430ce3b20e894791458556e34a1b56726978bc
http/cves/2008/CVE-2008-6222.yaml:7febc1afd4523fdbb3e8e879192f4d6000de9771
http/cves/2008/CVE-2008-6465.yaml:296774187ea9c686508545443be2a2663e7d0150
http/cves/2008/CVE-2008-6668.yaml:09669c99e93892eb39e56b3439ff75d3437ef6ed
http/cves/2008/CVE-2008-6982.yaml:140701ad935bb817dfee16110e396feec2440077
http/cves/2008/CVE-2008-7269.yaml:bc530c23a4dd76182e3f8eb4ecbdd75fe4740a93
http/cves/2009/CVE-2009-0347.yaml:0e04689539ba0fcabcc490595d1a6c960051b6dc
http/cves/2009/CVE-2009-0545.yaml:edc3f8c9f6cd9720c5da4eade33953fba8e51110
http/cves/2009/CVE-2009-0932.yaml:4be0595efe027fd706df42e871f730d407e6c71e
http/cves/2009/CVE-2009-1151.yaml:7e35f1bb52fbe67115b5b9689aecf53f03430350
http/cves/2009/CVE-2009-1496.yaml:1071b0e119f0becca281f1a02d18e1880b85afdc
http/cves/2009/CVE-2009-1558.yaml:8721c9242f01d1bb9844e38b54e7f6f582651332
http/cves/2009/CVE-2009-1872.yaml:ab58908a83c1c41c372bf02dc3668a571c360a52
http/cves/2009/CVE-2009-2015.yaml:36da21c4776c4919bdc956089e5cac8cbf66ddd7
http/cves/2009/CVE-2009-2100.yaml:c6f1ee5e269239242212c0baec9f8e5a3e54084b
http/cves/2009/CVE-2009-3053.yaml:d758815602155b718c0b32a7e0335d8ce0ce53b4
http/cves/2009/CVE-2009-3318.yaml:caa52041806dc22c9bd66ab4fe7838c790978229
http/cves/2009/CVE-2009-4202.yaml:cac0b2fe2add3c0854b5b6cca02b0b65f1014e76
http/cves/2009/CVE-2009-4223.yaml:b203dd3fd40c2513e5ed66803bb290231575525a
http/cves/2009/CVE-2009-4679.yaml:4f47981fa93f3378ad8656ce6f08f135e1283f43
http/cves/2009/CVE-2009-5020.yaml:e7deb4ec5a8781d4e04e93f4da6f73e290cd2e53
http/cves/2009/CVE-2009-5114.yaml:f5633b47d9a210839a27e3c8c40b93d82e843312
http/cves/2010/CVE-2010-0157.yaml:f9661050cf2ce2f941a5b6344a30ff32ac537e70
http/cves/2010/CVE-2010-0219.yaml:3e3117d8bc1ef4df91af41ae74076e031f608268
http/cves/2010/CVE-2010-0467.yaml:b53b01ba669b4e7fb606a912e9222e8f5f85e33e
http/cves/2010/CVE-2010-0696.yaml:323221cd432804327112648173151075f149ca1f
http/cves/2010/CVE-2010-0759.yaml:d383e3940394d70525349618f3a15f1639456aba
http/cves/2010/CVE-2010-0942.yaml:232509566f5d60dd01bc9f3b623d95f8b10beb65
http/cves/2010/CVE-2010-0943.yaml:de55ac02349f465c754c034eb30e728fa21bb440
http/cves/2010/CVE-2010-0944.yaml:b43be1e86f6b9c28a98a4db01a0eb7579c16bd19
http/cves/2010/CVE-2010-0972.yaml:7254165d57dad8b29a41f7b5bc4aebdcec2819b7
http/cves/2010/CVE-2010-0982.yaml:0ffbcf4b1b794c0138553f6ad08ebca9a024ade6
http/cves/2010/CVE-2010-0985.yaml:7381c58e68ec654a46510a0d2ee235e854a806f9
http/cves/2010/CVE-2010-1056.yaml:c124ff9f0ae659f1cebb22954ef8c56d672f1709
http/cves/2010/CVE-2010-1081.yaml:97370b3a1cb1aa39795feaffb80e5ad2bf410e93
http/cves/2010/CVE-2010-1217.yaml:576dae5ff62a7fb3ceab2f501b5f5ef91fa13669
http/cves/2010/CVE-2010-1219.yaml:8ee97c2a3a9e14669adb5c1ef74ded7753d87881
http/cves/2010/CVE-2010-1302.yaml:247d4768fd1b3a7f1b5c49669944151c25d44ef1
http/cves/2010/CVE-2010-1304.yaml:a9b7eab403453ba2692a02f460ea6260c5b6a943
http/cves/2010/CVE-2010-1305.yaml:23ea9b94373c5383527ad717c9e6c945f91bc7d9
http/cves/2010/CVE-2010-1306.yaml:f09e086d8495b5518ff5f735db49a6ea4ed504f0
http/cves/2010/CVE-2010-1307.yaml:316d59f13a952be9274fe385c60b380c7b1893dd
http/cves/2010/CVE-2010-1308.yaml:0a442752938fecd4192a2189337a25a16d367b21
http/cves/2010/CVE-2010-1312.yaml:04a3db0db624a4102d8c8c73bc31371f3f2e1f64
http/cves/2010/CVE-2010-1313.yaml:d7d36b8c98be2c6019fd1648a2b2f39386a5dc3c
http/cves/2010/CVE-2010-1314.yaml:e59a0553a36ed82ade9fcb596317d6025095a7a2
http/cves/2010/CVE-2010-1315.yaml:626480c2668dbbd579d91032776d8570f60bb08d
http/cves/2010/CVE-2010-1340.yaml:63c36cc7e4454a75d08e6941b20e5f0b22c4e275
http/cves/2010/CVE-2010-1345.yaml:797955be580f957dbbd9a222d62efa2a5e785d24
http/cves/2010/CVE-2010-1352.yaml:c34f8e183c7ffffe1e0d10ffbb91ef536f734f5f
http/cves/2010/CVE-2010-1353.yaml:b1dc2f992ae48619f186dc2cfd38dc384375ae58
http/cves/2010/CVE-2010-1354.yaml:73d3c12438f749648dd31fc827dd941cff94d6a9
http/cves/2010/CVE-2010-1429.yaml:105bb300841e932c16158518908e925c4f2dc722
http/cves/2010/CVE-2010-1461.yaml:d0baf9b5bb17eaeec9f5c5b5acdfb6d987a17c9b
http/cves/2010/CVE-2010-1469.yaml:f40d06e4d49ccb535b24b18d6d39091820197bcd
http/cves/2010/CVE-2010-1470.yaml:f873aa5a80b5918e2dd71dfe2db1a6f13e870141
http/cves/2010/CVE-2010-1471.yaml:93c4ed34853a068c3d4ef639fe9c095bb2f1df79
http/cves/2010/CVE-2010-1472.yaml:1d77fd63ef6b391bd349cf909c8fcd6d5dfe3a51
http/cves/2010/CVE-2010-1473.yaml:fcbe4dd0d3c1faed314bac34f2071a9dce33e047
http/cves/2010/CVE-2010-1474.yaml:782c315fa466add72f1b000c8ece3de4f2bbcff7
http/cves/2010/CVE-2010-1475.yaml:615a9c48bd5c191471ff16b6db4961f2e7017ce6
http/cves/2010/CVE-2010-1476.yaml:b55beba58729736932a640c170a4a87603fcefbe
http/cves/2010/CVE-2010-1478.yaml:8f573313c4f82363f0a5c65f8b62741affd527c5
http/cves/2010/CVE-2010-1491.yaml:9b5bbc38e320e0bee87e27418d8bc8e36ef0519d
http/cves/2010/CVE-2010-1494.yaml:9f736cd5c50f1d82528d80f2a005590fffb50327
http/cves/2010/CVE-2010-1495.yaml:4cccfbbb46f52bdb296873d656725890e8e4ddb0
http/cves/2010/CVE-2010-1531.yaml:a912976b8e3f92880396a17ba2fd8145289d85ff
http/cves/2010/CVE-2010-1532.yaml:d57e822d341607aecb07ff3c51fef167b9541775
http/cves/2010/CVE-2010-1533.yaml:a12acf16bff066a1ce988a3a823e8c534741742f
http/cves/2010/CVE-2010-1534.yaml:9b5aabe5d333f7a52a5f005dfe5495ef859335e8
http/cves/2010/CVE-2010-1535.yaml:be600a4aa26ba22c47d19475b2bd688e442dfa82
http/cves/2010/CVE-2010-1540.yaml:e5b8a8ae7dc17728bedde500fbb01153f49fa1ea
http/cves/2010/CVE-2010-1586.yaml:0675248bce169015d04d5f77677e5932a818cb74
http/cves/2010/CVE-2010-1601.yaml:7385a7b72d3b7aba9528de2f545fcfc9277d830b
http/cves/2010/CVE-2010-1602.yaml:bd1dc1eddd16a9ca8b07678d5d58f588bd9dfa3a
http/cves/2010/CVE-2010-1603.yaml:42a168c2b51aa53f67392e404aac6ecc9533faea
http/cves/2010/CVE-2010-1607.yaml:8066ea991faefad114ecd06cb4bafaa04790dea9
http/cves/2010/CVE-2010-1653.yaml:587b610c4cb0d2d5236b9ee4d5de0db2b9246844
http/cves/2010/CVE-2010-1657.yaml:f17bc23675f7b6bf60b42d2fe8b25d572c9b3788
http/cves/2010/CVE-2010-1658.yaml:fd5ba2ff52b549ff9cff4c16ebcc8d18915a4673
http/cves/2010/CVE-2010-1659.yaml:b3735603358090157b2a29cba5e9d960ddd0327f
http/cves/2010/CVE-2010-1714.yaml:60c04ca8cf6ef4a0523367800971a283ae6a10ad
http/cves/2010/CVE-2010-1715.yaml:e0e3ccb142ef5aaa0b754072e8c5804072a5f9df
http/cves/2010/CVE-2010-1717.yaml:4f1abbdd01959625764603f2a5a9735df04a4d45
http/cves/2010/CVE-2010-1718.yaml:e1ffc4288bf74daf1e7bf7611a9621878e26be52
http/cves/2010/CVE-2010-1719.yaml:ea92481503b9b78fccf7122498445c0ad27a081e
http/cves/2010/CVE-2010-1722.yaml:29a9882c9addaadee4b337bdeb43fd729be920a1
http/cves/2010/CVE-2010-1723.yaml:4e0f274888dfd4b5465038265683f2afb6a146b3
http/cves/2010/CVE-2010-1858.yaml:c7a7be6488da302775b496dee868071fdb7300bf
http/cves/2010/CVE-2010-1870.yaml:19b89ca6b8c8c497bf707ef470231cbdad0a8697
http/cves/2010/CVE-2010-1875.yaml:6419a189729cf0662d9f28378d04f4b4f1298296
http/cves/2010/CVE-2010-1878.yaml:ca23c2a6b8a2ab42f522afee3d3e498c5b6a7a6e
http/cves/2010/CVE-2010-1952.yaml:c9711dc08c228cdec9ac4b42c4513ed613832963
http/cves/2010/CVE-2010-1953.yaml:494e3bca1cf71cc76409d0199021e3aeb9d98fa3
http/cves/2010/CVE-2010-1954.yaml:d9aa4b64caacc6d17a06ac8ead4ff604cb7e2aed
http/cves/2010/CVE-2010-1955.yaml:481eb01dfbb008542578196a17814500c7fa1490
http/cves/2010/CVE-2010-1956.yaml:537a55f15bf30049045fa511205d2c7055609ef3
http/cves/2010/CVE-2010-1957.yaml:b6db0f1965786ee17333fb7bba2d959130572a05
http/cves/2010/CVE-2010-1977.yaml:ecd1662ca5533c37f720203e3b7d95ff1b537033
http/cves/2010/CVE-2010-1979.yaml:c1cae88048ff793ca4856f26518b63e8f2bc53a9
http/cves/2010/CVE-2010-1980.yaml:a5d5e9d0748b1b94bbdd3db4302b2cdb98e32ab4
http/cves/2010/CVE-2010-1981.yaml:c004c7559296034a5953e52bea2f493ac46e9cb9
http/cves/2010/CVE-2010-1982.yaml:d5ebe7d9e58c3cd72f297c91ca26be565328b2b8
http/cves/2010/CVE-2010-1983.yaml:87de2e3fe60ca6958343e8b93fc541f6ac549f3f
http/cves/2010/CVE-2010-2033.yaml:b9faf163a0ed2b5a1a6e0782fb728c024e3c39cf
http/cves/2010/CVE-2010-2034.yaml:e9529e6262a407e84797798d13488ed01a11cd78
http/cves/2010/CVE-2010-2035.yaml:689963e2357e68f29dc0b4d231f73eb76e6a578a
http/cves/2010/CVE-2010-2036.yaml:a30f7f3fd83ef0df671b8c560876343f0783dcc2
http/cves/2010/CVE-2010-2037.yaml:5ab02e2690a689fccbc9806913b0eba7601dad83
http/cves/2010/CVE-2010-2045.yaml:a4edfdd55b604771df3c1c998d0530b04aaae309
http/cves/2010/CVE-2010-2050.yaml:e37da9b3109b6be04ffa1107ebc2585a3fb6a239
http/cves/2010/CVE-2010-2122.yaml:8078e07365d991d99f019f768a84158fc962de3c
http/cves/2010/CVE-2010-2128.yaml:f20aced0104077bdc69ee2b02a32293f3690e087
http/cves/2010/CVE-2010-2259.yaml:f5e90d598412ecf8bcc45094ca6983612b1f4bf9
http/cves/2010/CVE-2010-2307.yaml:e91dc0a35faf2b87c191e7c3d32cafb6d91aaec5
http/cves/2010/CVE-2010-2507.yaml:57895c87aeced28c8425291e78ab26ae0bc9b63e
http/cves/2010/CVE-2010-2680.yaml:79a02a252f2cc6f96bc507129f9010fca7e3c700
http/cves/2010/CVE-2010-2682.yaml:d836bff14908ac9f6a74f03970114a458fbf3215
http/cves/2010/CVE-2010-2857.yaml:a4d42c5c3f276315cf4f4f64bffe92f4c34a3e72
http/cves/2010/CVE-2010-2861.yaml:f7e8d72c374883adcd934354db4d9d0a145df1c1
http/cves/2010/CVE-2010-2918.yaml:7167702407264359dfcb1107c48a71ea5f32c08e
http/cves/2010/CVE-2010-2920.yaml:89f41a4f882c821bb786be751391e6618759755a
http/cves/2010/CVE-2010-3203.yaml:de6733ce711f6f0af707b3fb793b27b1b0b2f7c1
http/cves/2010/CVE-2010-3426.yaml:be4058150c17e9167201391493623a2ac45abab7
http/cves/2010/CVE-2010-4231.yaml:de1c849074492a7554c8b5791510654227f9a8fd
http/cves/2010/CVE-2010-4239.yaml:146b2169e4556a146e243f0fb9f46eecb03a6e22
http/cves/2010/CVE-2010-4282.yaml:00e272eb1d3a9ef9a88529cbb149ad2a824abcca
http/cves/2010/CVE-2010-4617.yaml:091ea79c9dfae2fb0d29d19876b5b2d507e3233e
http/cves/2010/CVE-2010-4719.yaml:d842bea4a1a0c22fa7852b05e77dce2a7c245c2e
http/cves/2010/CVE-2010-4769.yaml:0d7cb9c25a56bc9a8ff4594d1df07c3072c9c6b6
http/cves/2010/CVE-2010-4977.yaml:25380987a2d20099119f70625965bc2ec53cb12e
http/cves/2010/CVE-2010-5028.yaml:d7ea0fe81cfa7f0ef16984fbeb932fac977ba074
http/cves/2010/CVE-2010-5278.yaml:225f3da4f7d917c484392ffb8f99aa3913d08f6b
http/cves/2010/CVE-2010-5286.yaml:ac4a6f51be25823e193b5e1cec138029819ec96c
http/cves/2011/CVE-2011-0049.yaml:71a730fa8700d6f572a6e10f28e4553502d4ffa4
http/cves/2011/CVE-2011-1669.yaml:a7050758d646c91bc9ca13868b537c6e2d518348
http/cves/2011/CVE-2011-2744.yaml:5e68ab903c00ecce1d30918714dbfaeff6dab86c
http/cves/2011/CVE-2011-2780.yaml:a16b5014374761ed37761b9d27e604f12f0ec971
http/cves/2011/CVE-2011-3315.yaml:f94abd71bcf3aab3e0960dc4cbcf3f928ab36720
http/cves/2011/CVE-2011-4336.yaml:91657343020f7d10a62c860bb401253f39826c8b
http/cves/2011/CVE-2011-4618.yaml:3a176ffc82ceb5b7f673e493f08258a82120cc51
http/cves/2011/CVE-2011-4624.yaml:fabc7109beca3fbfb01ba23ebbc20e18b5f163a4
http/cves/2011/CVE-2011-4804.yaml:74c16ad7a92538315d41d419b696149a0828263d
http/cves/2011/CVE-2011-4926.yaml:a295cf2be1a2865428a5ba954f103abd300af164
http/cves/2011/CVE-2011-5106.yaml:bc75b960927f16e7772d328001d9dff25063c4ab
http/cves/2011/CVE-2011-5107.yaml:c7d3b284db24de085c5677fdb3739838f5541f43
http/cves/2011/CVE-2011-5179.yaml:57b8dbc3fefa21ed2779e0a0380d1461823f0df5
http/cves/2011/CVE-2011-5181.yaml:672b51c0036ca00b0549550a67c127d1500518fe
http/cves/2011/CVE-2011-5252.yaml:e9b843acce2e6827ae8c3735c527b89f76e83ed5
http/cves/2011/CVE-2011-5265.yaml:97bacd64f3424b475daf83af4800a91c98b54095
http/cves/2012/CVE-2012-0392.yaml:55daa288c50c599027ac0b94c06002b960ad2fa6
http/cves/2012/CVE-2012-0394.yaml:1c5c0486468030ad39ed91ebb1c1c5577795b607
http/cves/2012/CVE-2012-0896.yaml:093d87535bf69fbcf21afaef7f0f883bfc3fd2f8
http/cves/2012/CVE-2012-0901.yaml:2cc4c2e230574df7c66609423247a8b48e9a35fb
http/cves/2012/CVE-2012-0981.yaml:a083ef7bcb4995e68538a480e1177e9dc0ebb10d
http/cves/2012/CVE-2012-0991.yaml:eeddcc9c9a568abb1b38f3701f09b5c75b91949c
http/cves/2012/CVE-2012-0996.yaml:22bcd6f6aa8c27e790edc62f388a94fd60f5b5a9
http/cves/2012/CVE-2012-1226.yaml:497f8d3c3bc5972456f70c89063d30c56f06985f
http/cves/2012/CVE-2012-1823.yaml:3afe3c483f65ad437a84863219a3172e999e6b99
http/cves/2012/CVE-2012-1835.yaml:25a181c84f345566a86181cb0b7ccda19054d3fa
http/cves/2012/CVE-2012-2371.yaml:e694579be17f8484bb6a515cba11836b6f48060c
http/cves/2012/CVE-2012-3153.yaml:1cec9766ab1e14966b9539302ea46abff97ed8d2
http/cves/2012/CVE-2012-4242.yaml:af4b84accee718c84f9cd6fe48998dca2192541a
http/cves/2012/CVE-2012-4253.yaml:95836dcee5967a93dd30e5763f784b1910319df8
http/cves/2012/CVE-2012-4273.yaml:f3d79b9cd39edbe7899b196c342da46ab0736117
http/cves/2012/CVE-2012-4547.yaml:b810336be9d399a06f4ddff17fd60b544571076d
http/cves/2012/CVE-2012-4768.yaml:994cd1b08400db2f0f1013f89ca2d11a5951bbf8
http/cves/2012/CVE-2012-4878.yaml:c771f19c878d432651f2942f2af63c4bf46841bb
http/cves/2012/CVE-2012-4889.yaml:d18a32666b5e06309a677238a3db6d19c14e68bd
http/cves/2012/CVE-2012-4940.yaml:45312d0b3d8c68b4044eeb155e655063b9a5dc96
http/cves/2012/CVE-2012-4982.yaml:783e243d2d9ace4af2e81c6d8bb4acf5020a5f64
http/cves/2012/CVE-2012-5321.yaml:8f7a3d33c07e3d9806603bcc5417a1e4333afdea
http/cves/2012/CVE-2012-5913.yaml:f65958bf9af5ccbffbc85880a99f3a6709595c62
http/cves/2012/CVE-2012-6499.yaml:c059fdc1733b2c63ea90f5985e95a8f34865029e
http/cves/2013/CVE-2013-1965.yaml:42c59db5c13d726a5d55347d852870ad9da87ae2
http/cves/2013/CVE-2013-2248.yaml:21ea8d8170a3932017cf6e3a4f6778954e124377
http/cves/2013/CVE-2013-2251.yaml:c331a6f08b014ed6afcbcb2160de5dbe70c47ef4
http/cves/2013/CVE-2013-2287.yaml:5984c54074ed5902789af34c22e8e821800f1931
http/cves/2013/CVE-2013-2621.yaml:a795f5715fc05bb95fea4e118bb1b233211270f5
http/cves/2013/CVE-2013-3526.yaml:914669676530b918243a789ea719296dd160b8cc
http/cves/2013/CVE-2013-3827.yaml:e1eb8efa9eb6411429a3db4566db793a1f9c9d91
http/cves/2013/CVE-2013-4117.yaml:041d8964f41840150a2aa32cb02406f3e51f95ed
http/cves/2013/CVE-2013-4625.yaml:b74769bf56c044e593c3748b730613def2ec77ec
http/cves/2013/CVE-2013-5528.yaml:7fa17e93a5e929453f719c7bdda9cebfdf69f9e9
http/cves/2013/CVE-2013-5979.yaml:36023e943cf8fc8fef44229a233bf1462b042036
http/cves/2013/CVE-2013-6281.yaml:c3988c2c050f8dcc59978d8bc650610613537fad
http/cves/2013/CVE-2013-7091.yaml:818cad2534df13c2243c9157006071619ded6781
http/cves/2013/CVE-2013-7240.yaml:12821ec5b78cefe373ccab4eed6ba3c4661bc1ce
http/cves/2013/CVE-2013-7285.yaml:eefa00f1ee45a4f1f9721c29ea897c629d956c00
http/cves/2014/CVE-2014-10037.yaml:c1c0d77678244828ca52283b79743801f328074c
http/cves/2014/CVE-2014-1203.yaml:f29bfa6b0728d09ce895297a52f69140df3fccb7
http/cves/2014/CVE-2014-2321.yaml:c97a20f56411273bd92037ab7397c3579c08a073
http/cves/2014/CVE-2014-2323.yaml:e5a19ee17231ff172dae361a4889c0487693a9aa
http/cves/2014/CVE-2014-2383.yaml:37284308afeefc7ee0705f999dc83b3694a022aa
http/cves/2014/CVE-2014-2908.yaml:cfd2a4d01ba7c367444711e7ffdc871ea121f229
http/cves/2014/CVE-2014-2962.yaml:60b9239e83911af21db27fcb297447c8288c2820
http/cves/2014/CVE-2014-3120.yaml:dbe41861c51af84a4282600cd5d20338f0e90daa
http/cves/2014/CVE-2014-3206.yaml:857b41357350d33da2e738a33d828c5902172a79
http/cves/2014/CVE-2014-3704.yaml:f09fc4cc32fd932710784dfc5e737a2550e8cc2e
http/cves/2014/CVE-2014-3744.yaml:7b02eb4a9d55da8ef985361ff8fb362336882101
http/cves/2014/CVE-2014-4210.yaml:b62ca88383740cddd73251ffb0659f94a22351d2
http/cves/2014/CVE-2014-4513.yaml:ee009ee7fc336a12bb2d2b306ba005961f90c00d
http/cves/2014/CVE-2014-4535.yaml:8d68af025c973f5a304d2fd26d979e4719b4741c
http/cves/2014/CVE-2014-4536.yaml:fff4ca6c291f33497ee91ec6e5599ca022974e9e
http/cves/2014/CVE-2014-4539.yaml:e446390e6e7ea24acd9810a75b2fa3159f916b65
http/cves/2014/CVE-2014-4544.yaml:b8baaeeaf128bd48fac0aff5cc114a13a271da89
http/cves/2014/CVE-2014-4550.yaml:1f6ef677d98616aa1639d3eb125dbfe66ddde3e4
http/cves/2014/CVE-2014-4558.yaml:93aad3f095ccb944624acdd4e171f8a6c124eee1
http/cves/2014/CVE-2014-4561.yaml:365c4ba42ec7e4747ba9c0bfffe7d9d733705d74
http/cves/2014/CVE-2014-4592.yaml:c7477169c277a562e837d947fd1ca3c0f2df9c41
http/cves/2014/CVE-2014-4940.yaml:9bd0f3ca9906f19bbdb56a6c81a67afb9c059d9b
http/cves/2014/CVE-2014-4942.yaml:0efe9b047c339743047a5be5ec28a5b7f92b8df1
http/cves/2014/CVE-2014-5111.yaml:11242cc2f976ea74fd44f7a2303d48189e7a1158
http/cves/2014/CVE-2014-5258.yaml:89087c899be7dfacb44f592f7e9afcf0e204be68
http/cves/2014/CVE-2014-5368.yaml:cc4caf43497442f56df17f7837a66db9158cc532
http/cves/2014/CVE-2014-6271.yaml:5929e6f59adab1c421dc1363eb192d4e683cd438
http/cves/2014/CVE-2014-6287.yaml:972ec722ad4aebff44b96ca0f12d380d4e3fb8e4
http/cves/2014/CVE-2014-6308.yaml:d345e5f2b36d68e8a737e62768bf9b496ac5af85
http/cves/2014/CVE-2014-8676.yaml:8e0070d34308781cb21e44d17754deef3d03a223
http/cves/2014/CVE-2014-8682.yaml:f2024e758fc90d5975d85694f26ea1c9dabf700e
http/cves/2014/CVE-2014-8799.yaml:8f760046252d8cb4267a7492d75dcd4e3babc802
http/cves/2014/CVE-2014-9094.yaml:e2665107aaf09b32ec5ed1576cfb61fdaa048bca
http/cves/2014/CVE-2014-9119.yaml:567e1370d911a6bb501e3a9ab529890a05ed28d9
http/cves/2014/CVE-2014-9444.yaml:f665ead66b03334e1f27adc31a86f2c054a6a21e
http/cves/2014/CVE-2014-9606.yaml:0f996c3cd14b4766d28702028c4369ec71dcac9d
http/cves/2014/CVE-2014-9607.yaml:a01206c2327e0c968b534884e7ad52afb8fc7f00
http/cves/2014/CVE-2014-9608.yaml:79d21f74e87cf98f3976f620c9637a382f38b657
http/cves/2014/CVE-2014-9609.yaml:e26a8cca5a996894c996445678bf307ab3c7a472
http/cves/2014/CVE-2014-9614.yaml:2154d4f90f0bcbea7d47576f7bc73797b0e4921a
http/cves/2014/CVE-2014-9615.yaml:aafa2f766e389aa8acfc203c8fe0941bc1c6074a
http/cves/2014/CVE-2014-9617.yaml:11d6ecb240bf812a0da87f06f6d6916663637e4e
http/cves/2014/CVE-2014-9618.yaml:2aaff17fad000482828a26967e7984576cd330de
http/cves/2015/CVE-2015-0554.yaml:9adb9d04db05d4177ea1076f692cec9e74061ad9
http/cves/2015/CVE-2015-1000005.yaml:154c9b179404d19cf26767fa2be69f4111daeaa1
http/cves/2015/CVE-2015-1000010.yaml:08c6aab9b4a16cccf7d97d84b53ba7b3d635c298
http/cves/2015/CVE-2015-1000012.yaml:6342dc598d459acf7b713a6495210cdf56891614
http/cves/2015/CVE-2015-1427.yaml:7f0d9541ae1fc875f7c80eed9a73676ef35938df
http/cves/2015/CVE-2015-1503.yaml:486e355eff41bddc4aeee45899e970b6130bc413
http/cves/2015/CVE-2015-1579.yaml:a004c81e0b639f7dbc077cd228e49786c9fb184f
http/cves/2015/CVE-2015-1880.yaml:9f2fb195d3762198ac818b3d1fe33c12779bbb8e
http/cves/2015/CVE-2015-2067.yaml:4353ea509e538ec517090cba392a9309e051453e
http/cves/2015/CVE-2015-2068.yaml:018571eb84a732e3de13e1b31dcf92d34c44b4fc
http/cves/2015/CVE-2015-2080.yaml:78df88413a6a25168baaf82a9e1a793ee1dc5051
http/cves/2015/CVE-2015-2166.yaml:fd9221c42a4bbd10de9aecbf6079a1eab2c3dc4b
http/cves/2015/CVE-2015-2196.yaml:41b0ee45486ac11f1a9ba9053f429b54b34d11fe
http/cves/2015/CVE-2015-2755.yaml:95eb75e63cb800f1c4be4775e4ad2375fc05ccab
http/cves/2015/CVE-2015-2807.yaml:84b1c63192f140ad75e35f6385d78d8bc9ce7d95
http/cves/2015/CVE-2015-2863.yaml:6eab1fda1ab3b928089e7c5214e71fb3ae7d494b
http/cves/2015/CVE-2015-2996.yaml:985f21ce199ede67c61232f7d23a67d669e4cbbc
http/cves/2015/CVE-2015-3035.yaml:12eb8d6bfc6bed7b14d8e8902b418128ca5713a5
http/cves/2015/CVE-2015-3224.yaml:8f3e4c6de17559cf452d5e9673de2db1496df3b2
http/cves/2015/CVE-2015-3337.yaml:75a330644881a0ca799c8d08f4f3bedc8600d03b
http/cves/2015/CVE-2015-3648.yaml:1cf25f502b3a27d76fa1eb1101220af26bcfdf2a
http/cves/2015/CVE-2015-3897.yaml:899190f60b84f18d6f58f5786ef07e6cf14cfdb8
http/cves/2015/CVE-2015-4050.yaml:8e814e0d23791ab1d8a4dc2803b9497ba9848d70
http/cves/2015/CVE-2015-4062.yaml:de8a7d9ae1584ec07d519a71eaeb76e8c4238b7c
http/cves/2015/CVE-2015-4063.yaml:23263603f31c1ca71942c5c9300a50552d004ebb
http/cves/2015/CVE-2015-4074.yaml:2604ba725724126f8c0147e42ae8d0288fade148
http/cves/2015/CVE-2015-4127.yaml:bf9938af47d0e5741c4259448fe4e2ef6e136c20
http/cves/2015/CVE-2015-4414.yaml:73f7871f5fbe189ba706a5a68a08495e4ea82336
http/cves/2015/CVE-2015-4632.yaml:e77a7bdf3a052dde2b623c4363ca603395b1f1c3
http/cves/2015/CVE-2015-4666.yaml:0f9e5bf864ba7a683965087e1fd4480d43bbd656
http/cves/2015/CVE-2015-4668.yaml:95bbc7889f039e863c50861edcc2955f336018cc
http/cves/2015/CVE-2015-4694.yaml:080333b5416a0f6cbf334cd9c87f4ef94fe3955c
http/cves/2015/CVE-2015-5354.yaml:386d9701fb12d368e6fbedad7e3900df023994ef
http/cves/2015/CVE-2015-5461.yaml:b334b8d48310cdec73353dc9c3abcec9b7f8f3c5
http/cves/2015/CVE-2015-5469.yaml:8b1d92eb17f1a0d7c7d423215729115329cca9ad
http/cves/2015/CVE-2015-5471.yaml:ab63999daad5928151ae90a008396742b0b3438c
http/cves/2015/CVE-2015-5531.yaml:6b105a48198df39573f639c09c1f75fc2eb072f3
http/cves/2015/CVE-2015-5688.yaml:9042f54a957986b0e3b914ab75a86c4f0be252ef
http/cves/2015/CVE-2015-6477.yaml:1c4f12c96a6826ef23ec95e3a8f1d3ae13afe5ed
http/cves/2015/CVE-2015-6544.yaml:f7f997a036a1168ff71c8ece24677254b0c7f672
http/cves/2015/CVE-2015-6920.yaml:9e18e10162fd80ac322970da7cd943011455ea6d
http/cves/2015/CVE-2015-7245.yaml:f1b73f82195f40136938478c8899609004c839a9
http/cves/2015/CVE-2015-7297.yaml:c4379894b98506ebb680ba2b6be9dac96dd1e0f5
http/cves/2015/CVE-2015-7377.yaml:908963f2bd78b722eb22912ea1b284abbe5c698a
http/cves/2015/CVE-2015-7450.yaml:4d63fa7a734e1e9e9c4459513d8b64bdcd74ea13
http/cves/2015/CVE-2015-7780.yaml:915d2f6ac90a4abefb8f31e659e1e856999e1c0c
http/cves/2015/CVE-2015-7823.yaml:58a51152503a725a06b90848dba0478a77191561
http/cves/2015/CVE-2015-8349.yaml:cc1d145573d9994f6bf030cd2619f1ded18909f0
http/cves/2015/CVE-2015-8399.yaml:7e5c33c0149fb8386a51dae79a027107554c758e
http/cves/2015/CVE-2015-8813.yaml:5af9a2c3e9b400ada634bea2c77a62c2dce47fb2
http/cves/2015/CVE-2015-9312.yaml:ca13b80290aecc6e5a192fb4c5f96218c5e61902
http/cves/2015/CVE-2015-9414.yaml:f29b9d0fad8e1aa76f2db49fb65bf3d5e3ce61ab
http/cves/2015/CVE-2015-9480.yaml:8f96383d4fb93f2825ac0a7246d48f4b2b2d6dcc
http/cves/2016/CVE-2016-0957.yaml:c2a9830a48fe9370588ca0a697194dd9ce92f920
http/cves/2016/CVE-2016-1000126.yaml:3cc10b21493a0e1dcd0ddfe1ac194da4d21000ee
http/cves/2016/CVE-2016-1000127.yaml:89d323009405585051998165d705de7397ca2af6
http/cves/2016/CVE-2016-1000128.yaml:a78761cf82d77190b3f5d669ba02d7e43cb9147c
http/cves/2016/CVE-2016-1000129.yaml:c939f75c37eb87060a40eb8d63b68fb7d0551887
http/cves/2016/CVE-2016-1000130.yaml:0f6b7daef4f3aff877aabe78c32dfdae6bba35d8
http/cves/2016/CVE-2016-1000131.yaml:b383f9b3340fbbe0e40c140409e2f8aaa3a806d1
http/cves/2016/CVE-2016-1000132.yaml:6821538bb9fe8e70a46a8ca865b4f6cf7af26c72
http/cves/2016/CVE-2016-1000133.yaml:f4de7892d84fdc13f6e2c46887d8b6e5e8fa4846
http/cves/2016/CVE-2016-1000134.yaml:705b9b84bf6dffa5d05902aaed316c4119dfdb93
http/cves/2016/CVE-2016-1000135.yaml:549c9e25078ccaa2e74aef8aa297029b2df3ce51
http/cves/2016/CVE-2016-1000136.yaml:cb8380166a98dde36aaf10b40701ca305d0e6375
http/cves/2016/CVE-2016-1000137.yaml:cabf255bfbeb9b2d4c32638d7ba4f1b959ef25df
http/cves/2016/CVE-2016-1000138.yaml:67d4a7d3a1726a0904dda85a214860e508f661f1
http/cves/2016/CVE-2016-1000139.yaml:06e5edaa423cbcc8fd2193f6d989442130bfe46c
http/cves/2016/CVE-2016-1000140.yaml:0ebe37cb5486d58b562bf482fb71c662000a591c
http/cves/2016/CVE-2016-1000141.yaml:8484aa61bc1543e89b05e60b86a3957d9888b0ff
http/cves/2016/CVE-2016-1000142.yaml:bbca9deb3d82bca8176130f3f7f538533307688a
http/cves/2016/CVE-2016-1000143.yaml:853ca0bd9f5043ac1e04f3d52aa6fbaf0c4c5814
http/cves/2016/CVE-2016-1000146.yaml:9518562ede83e349bb76f1e969fb2fc8ed88c4b7
http/cves/2016/CVE-2016-1000148.yaml:e2cc0e4b4730752e7175c69d1a5660a28eabd140
http/cves/2016/CVE-2016-1000149.yaml:b3b72ec4c83b1ad9c77c76719d22301efe9f3868
http/cves/2016/CVE-2016-1000152.yaml:d35f48dd00e5c02f9ebc5cb0e3dde3a195a50d55
http/cves/2016/CVE-2016-1000153.yaml:ec1b6c48e6423a472addd1e8a6494b6ae1f8a348
http/cves/2016/CVE-2016-1000154.yaml:618cbda8f258bf4d93819c646d4ec3a1443e986c
http/cves/2016/CVE-2016-1000155.yaml:7dbbbe39e94f1987d654608f27c2997a0e51e8bf
http/cves/2016/CVE-2016-10033.yaml:4c7393c1ee830e3e0787adbad9a79574073641ad
http/cves/2016/CVE-2016-10134.yaml:403028353c1f1e28565f4958019d0e5ea78f182a
http/cves/2016/CVE-2016-10367.yaml:6bed0e6dad48938737d9f00705254585f5c1b52a
http/cves/2016/CVE-2016-10368.yaml:8e6eb9610531a63fdf4fcfb7ebcb8ffbdc1837dc
http/cves/2016/CVE-2016-10924.yaml:bbf2b5bdbcb4f528e295ddf323bfc10a70571ee5
http/cves/2016/CVE-2016-10940.yaml:c582aea47699d0c16718a733c0f483bc50d90b3c
http/cves/2016/CVE-2016-10956.yaml:4c223d51a10a1786b553417068c18f6edd3e7f00
http/cves/2016/CVE-2016-10960.yaml:eb3655246676f33d7da1462ecf9201534bd1d68b
http/cves/2016/CVE-2016-10973.yaml:e300512665dc97b183f1b74dde47adc50abb106d
http/cves/2016/CVE-2016-10993.yaml:b0c57fe3b86fba88cad58e43ac608d4a7484d7fb
http/cves/2016/CVE-2016-1555.yaml:69fc60e9fec2664a5cac4537ac8c761c74010039
http/cves/2016/CVE-2016-2389.yaml:13d997ae2cfa41bbe1fee44affeaf59380ab46c6
http/cves/2016/CVE-2016-3081.yaml:7a68f99356e4e943f8bda60cfd64d1c70a190093
http/cves/2016/CVE-2016-3088.yaml:1fafbca3ae3a26721599bb76f1e7ddbfdea11892
http/cves/2016/CVE-2016-3978.yaml:eb4a2d8e504b52e3f3484d648772188a2394191d
http/cves/2016/CVE-2016-4437.yaml:5908a55d0c83ed3cb8582132bf647311e195cf41
http/cves/2016/CVE-2016-4975.yaml:82763c2b7b7a0fbac182a76f9d7f95f74b6093a9
http/cves/2016/CVE-2016-4977.yaml:4594f2c4827606ca4eaa1e757e389fe1721fc858
http/cves/2016/CVE-2016-5649.yaml:da75c8426630b542a490c271d852369e2f58da0a
http/cves/2016/CVE-2016-6195.yaml:bd8507b0332687f1eddebe352ac44f9fc96baf90
http/cves/2016/CVE-2016-6277.yaml:836a6bcd6d3599c4d942be15b9a0ded794666640
http/cves/2016/CVE-2016-6601.yaml:5d2685a6252fcb33ee0a28f959dc874093e801a1
http/cves/2016/CVE-2016-7552.yaml:9ead4f6d58259e1154333c07a868c37bb2bac0c7
http/cves/2016/CVE-2016-7834.yaml:c1a2b0ed23d5e84f06b17519a1463a864e6337f6
http/cves/2016/CVE-2016-7981.yaml:2a319276e3a9efa7a567620cb5b187c36df76b8e
http/cves/2016/CVE-2016-8527.yaml:f4bce94d010b13d050d9192cd5b7025ff9bfff66
http/cves/2017/CVE-2017-0929.yaml:e262ced378b96c061b1885c2043e375b18a93af8
http/cves/2017/CVE-2017-1000028.yaml:a42eedcfd9a553df9efc287dc91b03b49a4c0ade
http/cves/2017/CVE-2017-1000029.yaml:51b6b0229ceed1a54bd7bf64a0a338cf5afafed2
http/cves/2017/CVE-2017-1000163.yaml:4e30cf574bc42eacf97f75d15884309fa1730e71
http/cves/2017/CVE-2017-1000170.yaml:97c202b916c88955eb61955e7dc0f5678b4665d0
http/cves/2017/CVE-2017-1000486.yaml:d71dfcd9db8a343c5193125c15e3874a342a9d54
http/cves/2017/CVE-2017-10075.yaml:3af357bed7fa43c3e3a3b445cab7850d3b253a35
http/cves/2017/CVE-2017-10271.yaml:a0ee6d68ccfa414d1a75212db0be4f509827dc93
http/cves/2017/CVE-2017-10974.yaml:d64a4ecacacdd7573dc3b699a1973d0dd11c5c24
http/cves/2017/CVE-2017-11165.yaml:f2b679f7ee7b20091532b93d84aa9b870560af97
http/cves/2017/CVE-2017-11444.yaml:0d8a3ed8ea3facf7cadb0161de52e2aa175f979f
http/cves/2017/CVE-2017-11512.yaml:0ff59f12093f3381108632a65a2f188f552f971c
http/cves/2017/CVE-2017-11586.yaml:963cca2b3fa6503d74428a2dcc67279a5d89fda6
http/cves/2017/CVE-2017-11610.yaml:136878afb05b26f5d1abe08326b2f55b3df36be5
http/cves/2017/CVE-2017-11629.yaml:465b1bc66f2aad083acf048e4075fa32967c4637
http/cves/2017/CVE-2017-12138.yaml:443d0ff5cbc741e73fd50348246e2836875d1484
http/cves/2017/CVE-2017-12149.yaml:a1ad7eea6dba6cddf339af2c7976c8e99406d064
http/cves/2017/CVE-2017-12542.yaml:d43cbbad39af05e66c5c621b347b31ae556179b4
http/cves/2017/CVE-2017-12544.yaml:37087a651521c25aa5adbc1e9152b363510de739
http/cves/2017/CVE-2017-12583.yaml:17fed9ac65f63c218d88c6cf5c6f7a5ee385a7ee
http/cves/2017/CVE-2017-12611.yaml:83dd0c860fd42f7c350b19b734e030823253dce2
http/cves/2017/CVE-2017-12615.yaml:7fa518da29c363c66269e02644a3b90974227eaf
http/cves/2017/CVE-2017-12617.yaml:02083e1776629afaa46307f2ed4e353921334c21
http/cves/2017/CVE-2017-12629.yaml:e6fa211194233b91b55ed12303982145b33e04a9
http/cves/2017/CVE-2017-12635.yaml:bdb62b4c975a5f6b1ed48ad858cd4d42eeb11328
http/cves/2017/CVE-2017-12637.yaml:e8681061bb055283d549b8aa1bb9c911ed122d45
http/cves/2017/CVE-2017-12794.yaml:8cb0a81c408ff673bfa53a95c65e712276bd305c
http/cves/2017/CVE-2017-14135.yaml:10db91adb22958cc67135d48b8e9b2851c8cb90e
http/cves/2017/CVE-2017-14186.yaml:59d75f30564f3671ba877c9ca98516d0836666e5
http/cves/2017/CVE-2017-14524.yaml:dae6abdcbeab59f67b8db52ac8bb653e620efa78
http/cves/2017/CVE-2017-14535.yaml:8c54c1c0765fa326448b1543212e03947c3e94d6
http/cves/2017/CVE-2017-14537.yaml:a977baa5805638a196056517f38799b7c74c67d2
http/cves/2017/CVE-2017-14622.yaml:218b24620aefe0ff14db9ac75b4f743b801b2de1
http/cves/2017/CVE-2017-14651.yaml:35941017ac55ffa50533c6ea6c299a5396321c1c
http/cves/2017/CVE-2017-14849.yaml:204f4841d9b3e58c0aae23c5fdd5219047ba325b
http/cves/2017/CVE-2017-15287.yaml:260d139c1c7d055d778382b5673880291c15abd6
http/cves/2017/CVE-2017-15363.yaml:78ce73cd265481804d456bf2c3bde1493f99d3df
http/cves/2017/CVE-2017-15647.yaml:39cc160cf5c3d0b16b8374903c88c625f36d8dc1
http/cves/2017/CVE-2017-15715.yaml:d608bdaa6e6ab9e44e21044fb3d01e1a59b375fd
http/cves/2017/CVE-2017-15944.yaml:54ddd3750ee4fb7e1b6c386bd32c9dd35babbfae
http/cves/2017/CVE-2017-16806.yaml:2a2311304b88163320355de307c5c2bbd5762467
http/cves/2017/CVE-2017-16877.yaml:0497feb88a08122cc2d268c86c46c26d7c94939a
http/cves/2017/CVE-2017-16894.yaml:42c22e11aae69662c5f52c05b3a86cd862dbea0b
http/cves/2017/CVE-2017-17043.yaml:06e88d43b5c43646583e62df7d9c0e0f668f7851
http/cves/2017/CVE-2017-17059.yaml:88d3f6af1e41e5f57845efd89cc92aae3632cc92
http/cves/2017/CVE-2017-17451.yaml:6debb674f12741a03a6da2776f2b5783ad475f3d
http/cves/2017/CVE-2017-17562.yaml:fde355d6acbd2608938126b85aa2f483e3872325
http/cves/2017/CVE-2017-17731.yaml:14423e6c8b4e776eab7240a6e1d8a06b02dae2c5
http/cves/2017/CVE-2017-17736.yaml:f2a12f82c02de2395274f0544f2794c406978f0e
http/cves/2017/CVE-2017-18024.yaml:1651c278bcf2d7bf16a658fc3f50e104c517c7c2
http/cves/2017/CVE-2017-18536.yaml:e394f28ab566afbea0e854692ad868b1c7b07237
http/cves/2017/CVE-2017-18598.yaml:f6f2f2f007b7b37b24f3da846bcafd664817ee87
http/cves/2017/CVE-2017-18638.yaml:a1a218599e1bdf81ba0abe22416219d857c5cdb8
http/cves/2017/CVE-2017-3506.yaml:fdfff948eea6a68fa42d6bf159ce7245a6e8db64
http/cves/2017/CVE-2017-3528.yaml:bb917c29ef9489eef5813b5ee4e27e24e83a2e83
http/cves/2017/CVE-2017-4011.yaml:dc80e2b7a217c37397ee7d5ce64b32c64d647b01
http/cves/2017/CVE-2017-5487.yaml:fe61a5d6830ca59c3acdeb3e7e7206e5b1ff9c2c
http/cves/2017/CVE-2017-5521.yaml:e5503a27edc29769e15b815d9c2828b8e6edd8ba
http/cves/2017/CVE-2017-5631.yaml:3e33444758b478165b0ec379e5d96b71b2c5f62b
http/cves/2017/CVE-2017-5638.yaml:50e2304a39dcf5260a7ea8c59516b74f2a446e2a
http/cves/2017/CVE-2017-5689.yaml:1958ae78daaa30666bcd029afb87967bb8e037b9
http/cves/2017/CVE-2017-5982.yaml:3df247cd8d75206cea4ba76a4e0310e74af3eb65
http/cves/2017/CVE-2017-6090.yaml:cbfda00fbd517f3943de65181880ea5f0af97801
http/cves/2017/CVE-2017-7269.yaml:ba4c619f63d78ae6f262e010c5784a7484b90c84
http/cves/2017/CVE-2017-7391.yaml:952c0db814fed2973d4753a7558722cbb45e77ae
http/cves/2017/CVE-2017-7615.yaml:99ecaa9c16b7724584cf36c9dd7aa81eb85a5d0e
http/cves/2017/CVE-2017-7921.yaml:0d26201ccadfea20a6cd4cbbe039d638d3c3c6a8
http/cves/2017/CVE-2017-7925.yaml:21d8297fde1d8abc2f06a373cab3276da3ea1164
http/cves/2017/CVE-2017-8917.yaml:6317862b963213eba47e3efbdec95ef0ec5509e3
http/cves/2017/CVE-2017-9140.yaml:37414d1b37886443d1183311c0eeb9caba746d0c
http/cves/2017/CVE-2017-9288.yaml:3a9a257d172d872b323fa99c2daa044f5f43c20d
http/cves/2017/CVE-2017-9416.yaml:6d10366e24810687de1eb5561553efb664a4bb74
http/cves/2017/CVE-2017-9506.yaml:f910386965ae5f15adccdcb9dfc2698304da04bd
http/cves/2017/CVE-2017-9791.yaml:0de4e5596c77020b47c08ed99356df523bfe125a
http/cves/2017/CVE-2017-9805.yaml:2fdbb514201f84923710bce4bd48f8164d131567
http/cves/2017/CVE-2017-9822.yaml:afcf9a8f13c15484d0eb593f18315fa94c8a694a
http/cves/2017/CVE-2017-9833.yaml:50a69e159942ca5e5ff50e11f52b2ab61a5804c5
http/cves/2017/CVE-2017-9841.yaml:143ec0e82f648bfec71a57a851ef23700321d216
http/cves/2018/CVE-2018-0127.yaml:e46c425c4b9f3d6421e1d6895a8d9298da3b7999
http/cves/2018/CVE-2018-0296.yaml:6c4d52a52db5607c40aeb721a13c7a49fdc7b21f
http/cves/2018/CVE-2018-1000129.yaml:a539e9834a7b7607841878954192fff80b2afa12
http/cves/2018/CVE-2018-1000130.yaml:06ed7c324cd4eee72621a3cde3f233c99db7baf5
http/cves/2018/CVE-2018-1000226.yaml:89b102d7327cc79316f92c5b321a921107f4d72d
http/cves/2018/CVE-2018-1000533.yaml:1653e1f0e824c08518058dbeda1d2059f9a33dc5
http/cves/2018/CVE-2018-1000600.yaml:ac40946fd5c5d55b300fde85b42abd8389dc1ddd
http/cves/2018/CVE-2018-1000671.yaml:7d7d501d29d4fcb63a6df03b62044dce66ca6aeb
http/cves/2018/CVE-2018-1000856.yaml:e8eecd8c2ce68ce8c805dd3ab9da8ca3c248969b
http/cves/2018/CVE-2018-1000861.yaml:5bfcf6484e8e00a73997dc5983dfd854c6ef03fd
http/cves/2018/CVE-2018-10093.yaml:cc866684eb12cd70f8b7906236405251c84fd75d
http/cves/2018/CVE-2018-10095.yaml:c7a9bb5329f8fe758bd2093438dd7eaedd79d9e2
http/cves/2018/CVE-2018-10141.yaml:83232f018e002e7f43307b0808daa4a31f599cc5
http/cves/2018/CVE-2018-10201.yaml:8543b84c75f08267837ac7e9e161f489b37f62da
http/cves/2018/CVE-2018-10230.yaml:b107962f6c504e3be8331c81bbf255990a7a0a51
http/cves/2018/CVE-2018-10562.yaml:65b24e61835ba7dc8f6b5e903a126bd698b8076e
http/cves/2018/CVE-2018-10818.yaml:34f57c8fb6fcafafbbc397d63c92e3565d96c1dc
http/cves/2018/CVE-2018-10822.yaml:81e873e63cb9c3720ccc9938798a4e3040e12f52
http/cves/2018/CVE-2018-10823.yaml:12c6b031fff655f6497a8e99bc3690b86891b65d
http/cves/2018/CVE-2018-10956.yaml:22bd71abf45dde6b5a7476f2878862f602c897b7
http/cves/2018/CVE-2018-11227.yaml:15be8102ebeeb9a8abbd38781e904c83ebb086df
http/cves/2018/CVE-2018-11231.yaml:a8ef07e41d23ca3234bcd10bd5f40f25765272c7
http/cves/2018/CVE-2018-11409.yaml:b7f5ae03db18205e650033f7186fc9a3f0bccf0a
http/cves/2018/CVE-2018-11473.yaml:9d68667234d4c59024a5f2327a9d7b1779e30165
http/cves/2018/CVE-2018-11709.yaml:70ef1b5ed6cb384c6ef15359bca66dcc6370180a
http/cves/2018/CVE-2018-11759.yaml:675a878a37da7f20ea8bdff3a9a8c7deb2808bdc
http/cves/2018/CVE-2018-11776.yaml:08e5c7ae837274cc8a67cde898f267b8f38f1e27
http/cves/2018/CVE-2018-11784.yaml:490f343c0822c8ac9990cf9be96e093e188a213e
http/cves/2018/CVE-2018-12031.yaml:3f424517db9d7a30714f65ad0ea649e7296314a4
http/cves/2018/CVE-2018-12054.yaml:5cc966be11ca01dca2dd992029a7dc37d557df6c
http/cves/2018/CVE-2018-1207.yaml:c150004ae7a99273816ce5b841d9f9a48751333a
http/cves/2018/CVE-2018-12095.yaml:f707f7b2cef831a439483141e42923a6fcc723d1
http/cves/2018/CVE-2018-12296.yaml:f0a94f4f56d03d09b4b8fdb8e0a90829d58b603e
http/cves/2018/CVE-2018-12300.yaml:93a9f6bb9f5ba59a41f78a199be76911131dfe79
http/cves/2018/CVE-2018-12613.yaml:af4decccfd91bdce61338330e752f7adcb060547
http/cves/2018/CVE-2018-12634.yaml:97f1cfdcbed90fb7a31411006fdf658723d04193
http/cves/2018/CVE-2018-12675.yaml:22a40df123b30f46fd10da473215020c2a3791cf
http/cves/2018/CVE-2018-1271.yaml:151efb498a9cd2aad7b7aacb5b37de5ee58327b5
http/cves/2018/CVE-2018-1273.yaml:c1460253298bb51ef8a2ca05ad9c54b1422563c6
http/cves/2018/CVE-2018-12998.yaml:05880d1585240c7d2b744235a65126957833ed79
http/cves/2018/CVE-2018-1335.yaml:5b86c670cbc5b612963e0f62304f9504f970b6d8
http/cves/2018/CVE-2018-13379.yaml:1359999f23be6c6d94114f4a1d4e91d5cbf369ad
http/cves/2018/CVE-2018-13380.yaml:83fab6485b1fccbc643abb25c0dff9ab77b01995
http/cves/2018/CVE-2018-13980.yaml:4384979b122efa27823387e78aa9437905ff61e6
http/cves/2018/CVE-2018-14013.yaml:4a8193ae3a26b34d1e30e35e973f125420a79a36
http/cves/2018/CVE-2018-14064.yaml:8d13b6de7abbb43c2326edc5cc94a51c991b6250
http/cves/2018/CVE-2018-14474.yaml:bd83f21abf945b3bb2f9bf5b1676b8181daf2002
http/cves/2018/CVE-2018-14574.yaml:2621475634d697e09f9630396944311dc894a0c2
http/cves/2018/CVE-2018-14728.yaml:94a6f47f5968ab0f2492f5306d84074fdfab4bb9
http/cves/2018/CVE-2018-14912.yaml:4a28176e0cff941699ac9915dc869f4616875231
http/cves/2018/CVE-2018-14916.yaml:d580d1a94012a7847984d190ba45be447525c41a
http/cves/2018/CVE-2018-14918.yaml:5a46281e098d276eb7ebc313e42565ed5f06d9af
http/cves/2018/CVE-2018-14931.yaml:dd639d405c86380fd11e6133a2ed4a0255448168
http/cves/2018/CVE-2018-15138.yaml:36f31a268f34ecb7d3bc9dbb8780a3331a0a85a0
http/cves/2018/CVE-2018-15517.yaml:630aa932c228a3d5ab7535ce105b7221c784375f
http/cves/2018/CVE-2018-15535.yaml:5a976b8f0b17f4042a90bde5f49012c04bd0ee9a
http/cves/2018/CVE-2018-15745.yaml:367ddf7a4c089a1476fe48716e69e9b0e8594190
http/cves/2018/CVE-2018-15961.yaml:cb650b9eb6d6106d7fdd8ee6d9caf616396c0339
http/cves/2018/CVE-2018-16059.yaml:346b58eb5f9f9828c0a43fe5de951bef08d6f84e
http/cves/2018/CVE-2018-16133.yaml:887665262f6debceddc70e7f66ca2bb21a791555
http/cves/2018/CVE-2018-16139.yaml:236b830db60ecdb17a373a208ddf1dd165ae2ebc
http/cves/2018/CVE-2018-16159.yaml:cce9a3dacc9e5b537c8e22ec843e4e687e03db4c
http/cves/2018/CVE-2018-16167.yaml:c10662cf926a74afa511c6850acb37dfbf4c532f
http/cves/2018/CVE-2018-16283.yaml:5531ed555a22ac956bd5f3f25080d045e9b9daa0
http/cves/2018/CVE-2018-16288.yaml:24d81cd5a8404843af3b4c56c68d775eff419f14
http/cves/2018/CVE-2018-16299.yaml:d39be25cdb84926ac56f7e57639cfb625b86eefd
http/cves/2018/CVE-2018-16341.yaml:f2242eb9ce97332e5fc9505ecdfdbb26d2fe6fdd
http/cves/2018/CVE-2018-16668.yaml:af353a7a4894b6b4ad3299522d09241e3fe2e6d1
http/cves/2018/CVE-2018-16670.yaml:640c7c105947d4ff9f0dba13e4d58b4ed5d5ff29
http/cves/2018/CVE-2018-16671.yaml:f9e9a275821cd443215b5691b6bdc98e944ebc7b