fallow 3.2.0 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,6 +24,9 @@
24
24
  "fixable": false,
25
25
  "suppressible": true,
26
26
  "suppress_comment": "// fallow-ignore-next-line code-duplication",
27
+ "default_severity": null,
28
+ "opt_in": null,
29
+ "frameworks": [],
27
30
  "note": "Reported by fallow dupes (and bare fallow / fallow audit)",
28
31
  "license": "free",
29
32
  "license_note": null,
@@ -58,6 +61,9 @@
58
61
  "fixable": false,
59
62
  "suppressible": true,
60
63
  "suppress_comment": "// fallow-ignore-file unused-file",
64
+ "default_severity": "error",
65
+ "opt_in": false,
66
+ "frameworks": [],
61
67
  "note": null,
62
68
  "license": "free",
63
69
  "license_note": null,
@@ -92,6 +98,9 @@
92
98
  "fixable": true,
93
99
  "suppressible": true,
94
100
  "suppress_comment": "// fallow-ignore-next-line unused-export",
101
+ "default_severity": "error",
102
+ "opt_in": false,
103
+ "frameworks": [],
95
104
  "note": null,
96
105
  "license": "free",
97
106
  "license_note": null,
@@ -123,6 +132,9 @@
123
132
  "fixable": false,
124
133
  "suppressible": true,
125
134
  "suppress_comment": "// fallow-ignore-next-line unused-type",
135
+ "default_severity": "error",
136
+ "opt_in": false,
137
+ "frameworks": [],
126
138
  "note": null,
127
139
  "license": "free",
128
140
  "license_note": null,
@@ -157,6 +169,9 @@
157
169
  "fixable": false,
158
170
  "suppressible": true,
159
171
  "suppress_comment": "// fallow-ignore-next-line private-type-leak",
172
+ "default_severity": "off",
173
+ "opt_in": true,
174
+ "frameworks": [],
160
175
  "note": "Opt-in API hygiene check; the rule defaults to off",
161
176
  "license": "free",
162
177
  "license_note": null,
@@ -191,6 +206,9 @@
191
206
  "fixable": true,
192
207
  "suppressible": false,
193
208
  "suppress_comment": null,
209
+ "default_severity": "error",
210
+ "opt_in": false,
211
+ "frameworks": [],
194
212
  "note": "--unused-deps controls unused-dependency, unused-dev-dependency, unused-optional-dependency, type-only-dependency, and test-only-dependency",
195
213
  "license": "free",
196
214
  "license_note": null,
@@ -228,6 +246,9 @@
228
246
  "fixable": true,
229
247
  "suppressible": false,
230
248
  "suppress_comment": null,
249
+ "default_severity": "warn",
250
+ "opt_in": false,
251
+ "frameworks": [],
231
252
  "note": "--unused-deps controls unused-dependency, unused-dev-dependency, unused-optional-dependency, type-only-dependency, and test-only-dependency",
232
253
  "license": "free",
233
254
  "license_note": null,
@@ -265,6 +286,9 @@
265
286
  "fixable": true,
266
287
  "suppressible": false,
267
288
  "suppress_comment": null,
289
+ "default_severity": "warn",
290
+ "opt_in": false,
291
+ "frameworks": [],
268
292
  "note": "--unused-deps controls unused-dependency, unused-dev-dependency, unused-optional-dependency, type-only-dependency, and test-only-dependency",
269
293
  "license": "free",
270
294
  "license_note": null,
@@ -299,6 +323,9 @@
299
323
  "fixable": true,
300
324
  "suppressible": true,
301
325
  "suppress_comment": "// fallow-ignore-next-line unused-enum-member",
326
+ "default_severity": "error",
327
+ "opt_in": false,
328
+ "frameworks": [],
302
329
  "note": null,
303
330
  "license": "free",
304
331
  "license_note": null,
@@ -333,6 +360,9 @@
333
360
  "fixable": false,
334
361
  "suppressible": true,
335
362
  "suppress_comment": "// fallow-ignore-next-line unused-class-member",
363
+ "default_severity": "error",
364
+ "opt_in": false,
365
+ "frameworks": [],
336
366
  "note": null,
337
367
  "license": "free",
338
368
  "license_note": null,
@@ -369,6 +399,9 @@
369
399
  "fixable": false,
370
400
  "suppressible": true,
371
401
  "suppress_comment": "// fallow-ignore-next-line unused-store-member",
402
+ "default_severity": "warn",
403
+ "opt_in": false,
404
+ "frameworks": [],
372
405
  "note": null,
373
406
  "license": "free",
374
407
  "license_note": null,
@@ -403,6 +436,9 @@
403
436
  "fixable": false,
404
437
  "suppressible": true,
405
438
  "suppress_comment": "// fallow-ignore-next-line unresolved-import",
439
+ "default_severity": "error",
440
+ "opt_in": false,
441
+ "frameworks": [],
406
442
  "note": null,
407
443
  "license": "free",
408
444
  "license_note": null,
@@ -437,6 +473,9 @@
437
473
  "fixable": false,
438
474
  "suppressible": false,
439
475
  "suppress_comment": null,
476
+ "default_severity": "error",
477
+ "opt_in": false,
478
+ "frameworks": [],
440
479
  "note": null,
441
480
  "license": "free",
442
481
  "license_note": null,
@@ -471,6 +510,9 @@
471
510
  "fixable": false,
472
511
  "suppressible": true,
473
512
  "suppress_comment": "// fallow-ignore-file duplicate-export",
513
+ "default_severity": "error",
514
+ "opt_in": false,
515
+ "frameworks": [],
474
516
  "note": "fallow fix can add an ignoreExports rule to the fallow config instead of editing source",
475
517
  "license": "free",
476
518
  "license_note": null,
@@ -505,6 +547,9 @@
505
547
  "fixable": false,
506
548
  "suppressible": false,
507
549
  "suppress_comment": null,
550
+ "default_severity": "warn",
551
+ "opt_in": false,
552
+ "frameworks": [],
508
553
  "note": "Only reported in --production mode; --unused-deps scopes it together with the other dependency kinds",
509
554
  "license": "free",
510
555
  "license_note": null,
@@ -539,6 +584,9 @@
539
584
  "fixable": false,
540
585
  "suppressible": false,
541
586
  "suppress_comment": null,
587
+ "default_severity": "warn",
588
+ "opt_in": false,
589
+ "frameworks": [],
542
590
  "note": "Not reported in --production mode (test files are excluded there); --unused-deps scopes it together with the other dependency kinds",
543
591
  "license": "free",
544
592
  "license_note": null,
@@ -573,6 +621,9 @@
573
621
  "fixable": false,
574
622
  "suppressible": false,
575
623
  "suppress_comment": null,
624
+ "default_severity": "warn",
625
+ "opt_in": false,
626
+ "frameworks": [],
576
627
  "note": null,
577
628
  "license": "free",
578
629
  "license_note": null,
@@ -609,6 +660,9 @@
609
660
  "fixable": false,
610
661
  "suppressible": true,
611
662
  "suppress_comment": "// fallow-ignore-next-line circular-dependency",
663
+ "default_severity": "error",
664
+ "opt_in": false,
665
+ "frameworks": [],
612
666
  "note": null,
613
667
  "license": "free",
614
668
  "license_note": null,
@@ -647,6 +701,9 @@
647
701
  "fixable": false,
648
702
  "suppressible": true,
649
703
  "suppress_comment": "// fallow-ignore-file re-export-cycle",
704
+ "default_severity": "warn",
705
+ "opt_in": false,
706
+ "frameworks": [],
650
707
  "note": null,
651
708
  "license": "free",
652
709
  "license_note": null,
@@ -681,6 +738,9 @@
681
738
  "fixable": false,
682
739
  "suppressible": true,
683
740
  "suppress_comment": "// fallow-ignore-next-line boundary-violation",
741
+ "default_severity": "error",
742
+ "opt_in": false,
743
+ "frameworks": [],
684
744
  "note": "Requires configured boundary zones (boundaries config)",
685
745
  "license": "free",
686
746
  "license_note": null,
@@ -714,6 +774,9 @@
714
774
  "fixable": false,
715
775
  "suppressible": true,
716
776
  "suppress_comment": "// fallow-ignore-file boundary-violation",
777
+ "default_severity": "error",
778
+ "opt_in": false,
779
+ "frameworks": [],
717
780
  "note": "Requires boundaries.coverage.requireAllFiles",
718
781
  "license": "free",
719
782
  "license_note": null,
@@ -748,6 +811,9 @@
748
811
  "fixable": false,
749
812
  "suppressible": true,
750
813
  "suppress_comment": "// fallow-ignore-next-line boundary-call-violation",
814
+ "default_severity": "error",
815
+ "opt_in": false,
816
+ "frameworks": [],
751
817
  "note": "Requires boundaries.calls.forbidden patterns",
752
818
  "license": "free",
753
819
  "license_note": null,
@@ -781,6 +847,9 @@
781
847
  "fixable": false,
782
848
  "suppressible": true,
783
849
  "suppress_comment": "// fallow-ignore-next-line policy-violation",
850
+ "default_severity": "warn",
851
+ "opt_in": false,
852
+ "frameworks": [],
784
853
  "note": "Requires a configured rule pack (rulePacks config)",
785
854
  "license": "free",
786
855
  "license_note": null,
@@ -814,6 +883,11 @@
814
883
  "fixable": false,
815
884
  "suppressible": true,
816
885
  "suppress_comment": "// fallow-ignore-next-line invalid-client-export",
886
+ "default_severity": "warn",
887
+ "opt_in": false,
888
+ "frameworks": [
889
+ "next"
890
+ ],
817
891
  "note": "Requires the project to declare next",
818
892
  "license": "free",
819
893
  "license_note": null,
@@ -847,6 +921,9 @@
847
921
  "fixable": false,
848
922
  "suppressible": true,
849
923
  "suppress_comment": "// fallow-ignore-next-line mixed-client-server-barrel",
924
+ "default_severity": "warn",
925
+ "opt_in": false,
926
+ "frameworks": [],
850
927
  "note": "Requires the project to declare next",
851
928
  "license": "free",
852
929
  "license_note": null,
@@ -880,6 +957,9 @@
880
957
  "fixable": false,
881
958
  "suppressible": true,
882
959
  "suppress_comment": "// fallow-ignore-next-line misplaced-directive",
960
+ "default_severity": "warn",
961
+ "opt_in": false,
962
+ "frameworks": [],
883
963
  "note": "Requires the project to declare next",
884
964
  "license": "free",
885
965
  "license_note": null,
@@ -913,6 +993,9 @@
913
993
  "fixable": false,
914
994
  "suppressible": true,
915
995
  "suppress_comment": "// fallow-ignore-next-line unprovided-inject",
996
+ "default_severity": "warn",
997
+ "opt_in": false,
998
+ "frameworks": [],
916
999
  "note": null,
917
1000
  "license": "free",
918
1001
  "license_note": null,
@@ -946,6 +1029,9 @@
946
1029
  "fixable": false,
947
1030
  "suppressible": true,
948
1031
  "suppress_comment": "// fallow-ignore-next-line unrendered-component",
1032
+ "default_severity": "warn",
1033
+ "opt_in": false,
1034
+ "frameworks": [],
949
1035
  "note": null,
950
1036
  "license": "free",
951
1037
  "license_note": null,
@@ -979,6 +1065,9 @@
979
1065
  "fixable": false,
980
1066
  "suppressible": true,
981
1067
  "suppress_comment": "// fallow-ignore-next-line unused-component-prop",
1068
+ "default_severity": "warn",
1069
+ "opt_in": false,
1070
+ "frameworks": [],
982
1071
  "note": null,
983
1072
  "license": "free",
984
1073
  "license_note": null,
@@ -1012,6 +1101,9 @@
1012
1101
  "fixable": false,
1013
1102
  "suppressible": true,
1014
1103
  "suppress_comment": "// fallow-ignore-next-line unused-component-emit",
1104
+ "default_severity": "warn",
1105
+ "opt_in": false,
1106
+ "frameworks": [],
1015
1107
  "note": null,
1016
1108
  "license": "free",
1017
1109
  "license_note": null,
@@ -1045,6 +1137,9 @@
1045
1137
  "fixable": false,
1046
1138
  "suppressible": true,
1047
1139
  "suppress_comment": "// fallow-ignore-next-line unused-component-input",
1140
+ "default_severity": "warn",
1141
+ "opt_in": false,
1142
+ "frameworks": [],
1048
1143
  "note": null,
1049
1144
  "license": "free",
1050
1145
  "license_note": null,
@@ -1078,6 +1173,9 @@
1078
1173
  "fixable": false,
1079
1174
  "suppressible": true,
1080
1175
  "suppress_comment": "// fallow-ignore-next-line unused-component-output",
1176
+ "default_severity": "warn",
1177
+ "opt_in": false,
1178
+ "frameworks": [],
1081
1179
  "note": null,
1082
1180
  "license": "free",
1083
1181
  "license_note": null,
@@ -1111,6 +1209,9 @@
1111
1209
  "fixable": false,
1112
1210
  "suppressible": true,
1113
1211
  "suppress_comment": "// fallow-ignore-next-line unused-svelte-event",
1212
+ "default_severity": "warn",
1213
+ "opt_in": false,
1214
+ "frameworks": [],
1114
1215
  "note": null,
1115
1216
  "license": "free",
1116
1217
  "license_note": null,
@@ -1144,6 +1245,9 @@
1144
1245
  "fixable": false,
1145
1246
  "suppressible": true,
1146
1247
  "suppress_comment": "// fallow-ignore-next-line unused-server-action",
1248
+ "default_severity": "warn",
1249
+ "opt_in": false,
1250
+ "frameworks": [],
1147
1251
  "note": null,
1148
1252
  "license": "free",
1149
1253
  "license_note": null,
@@ -1177,6 +1281,9 @@
1177
1281
  "fixable": false,
1178
1282
  "suppressible": true,
1179
1283
  "suppress_comment": "// fallow-ignore-next-line unused-load-data-key",
1284
+ "default_severity": "warn",
1285
+ "opt_in": false,
1286
+ "frameworks": [],
1180
1287
  "note": null,
1181
1288
  "license": "free",
1182
1289
  "license_note": null,
@@ -1210,6 +1317,11 @@
1210
1317
  "fixable": false,
1211
1318
  "suppressible": true,
1212
1319
  "suppress_comment": "// fallow-ignore-file route-collision",
1320
+ "default_severity": "error",
1321
+ "opt_in": false,
1322
+ "frameworks": [
1323
+ "next"
1324
+ ],
1213
1325
  "note": null,
1214
1326
  "license": "free",
1215
1327
  "license_note": null,
@@ -1243,6 +1355,11 @@
1243
1355
  "fixable": false,
1244
1356
  "suppressible": true,
1245
1357
  "suppress_comment": "// fallow-ignore-file dynamic-segment-name-conflict",
1358
+ "default_severity": "error",
1359
+ "opt_in": false,
1360
+ "frameworks": [
1361
+ "next"
1362
+ ],
1246
1363
  "note": null,
1247
1364
  "license": "free",
1248
1365
  "license_note": null,
@@ -1276,6 +1393,9 @@
1276
1393
  "fixable": false,
1277
1394
  "suppressible": false,
1278
1395
  "suppress_comment": null,
1396
+ "default_severity": "warn",
1397
+ "opt_in": false,
1398
+ "frameworks": [],
1279
1399
  "note": "Fix by removing the stale suppression marker itself",
1280
1400
  "license": "free",
1281
1401
  "license_note": null,
@@ -1305,6 +1425,9 @@
1305
1425
  "fixable": false,
1306
1426
  "suppressible": false,
1307
1427
  "suppress_comment": null,
1428
+ "default_severity": "off",
1429
+ "opt_in": true,
1430
+ "frameworks": [],
1308
1431
  "note": null,
1309
1432
  "license": "free",
1310
1433
  "license_note": null,
@@ -1342,6 +1465,9 @@
1342
1465
  "fixable": true,
1343
1466
  "suppressible": false,
1344
1467
  "suppress_comment": null,
1468
+ "default_severity": "warn",
1469
+ "opt_in": false,
1470
+ "frameworks": [],
1345
1471
  "note": null,
1346
1472
  "license": "free",
1347
1473
  "license_note": null,
@@ -1379,6 +1505,9 @@
1379
1505
  "fixable": false,
1380
1506
  "suppressible": false,
1381
1507
  "suppress_comment": null,
1508
+ "default_severity": "warn",
1509
+ "opt_in": false,
1510
+ "frameworks": [],
1382
1511
  "note": null,
1383
1512
  "license": "free",
1384
1513
  "license_note": null,
@@ -1416,6 +1545,9 @@
1416
1545
  "fixable": false,
1417
1546
  "suppressible": false,
1418
1547
  "suppress_comment": null,
1548
+ "default_severity": "error",
1549
+ "opt_in": false,
1550
+ "frameworks": [],
1419
1551
  "note": null,
1420
1552
  "license": "free",
1421
1553
  "license_note": null,
@@ -1454,6 +1586,9 @@
1454
1586
  "fixable": false,
1455
1587
  "suppressible": false,
1456
1588
  "suppress_comment": null,
1589
+ "default_severity": "warn",
1590
+ "opt_in": false,
1591
+ "frameworks": [],
1457
1592
  "note": null,
1458
1593
  "license": "free",
1459
1594
  "license_note": null,
@@ -1492,6 +1627,9 @@
1492
1627
  "fixable": false,
1493
1628
  "suppressible": false,
1494
1629
  "suppress_comment": null,
1630
+ "default_severity": "error",
1631
+ "opt_in": false,
1632
+ "frameworks": [],
1495
1633
  "note": null,
1496
1634
  "license": "free",
1497
1635
  "license_note": null,
@@ -1519,6 +1657,9 @@
1519
1657
  "fixable": false,
1520
1658
  "suppressible": true,
1521
1659
  "suppress_comment": "// fallow-ignore-next-line feature-flag",
1660
+ "default_severity": "off",
1661
+ "opt_in": true,
1662
+ "frameworks": [],
1522
1663
  "note": "Reported by fallow flags",
1523
1664
  "license": "free",
1524
1665
  "license_note": null,
@@ -1548,6 +1689,9 @@
1548
1689
  "fixable": false,
1549
1690
  "suppressible": true,
1550
1691
  "suppress_comment": "// fallow-ignore-next-line prop-drilling",
1692
+ "default_severity": "off",
1693
+ "opt_in": true,
1694
+ "frameworks": [],
1551
1695
  "note": "Opt-in: set rules.prop-drilling to warn or error to enable. Defaults to off.",
1552
1696
  "license": "free",
1553
1697
  "license_note": null,
@@ -1579,6 +1723,9 @@
1579
1723
  "fixable": false,
1580
1724
  "suppressible": true,
1581
1725
  "suppress_comment": "// fallow-ignore-next-line thin-wrapper",
1726
+ "default_severity": "off",
1727
+ "opt_in": true,
1728
+ "frameworks": [],
1582
1729
  "note": "Opt-in: set rules.thin-wrapper to warn or error to enable. Defaults to off.",
1583
1730
  "license": "free",
1584
1731
  "license_note": null,
@@ -1610,6 +1757,9 @@
1610
1757
  "fixable": false,
1611
1758
  "suppressible": true,
1612
1759
  "suppress_comment": "// fallow-ignore-next-line duplicate-prop-shape",
1760
+ "default_severity": "off",
1761
+ "opt_in": true,
1762
+ "frameworks": [],
1613
1763
  "note": "Opt-in: set rules.duplicate-prop-shape to warn or error to enable. Defaults to off.",
1614
1764
  "license": "free",
1615
1765
  "license_note": null,
@@ -1637,6 +1787,9 @@
1637
1787
  "fixable": false,
1638
1788
  "suppressible": true,
1639
1789
  "suppress_comment": "// fallow-ignore-next-line css-token-drift",
1790
+ "default_severity": "warn",
1791
+ "opt_in": false,
1792
+ "frameworks": [],
1640
1793
  "note": null,
1641
1794
  "license": "free",
1642
1795
  "license_note": null,
@@ -1664,6 +1817,9 @@
1664
1817
  "fixable": false,
1665
1818
  "suppressible": true,
1666
1819
  "suppress_comment": "// fallow-ignore-next-line css-duplicate-block",
1820
+ "default_severity": "warn",
1821
+ "opt_in": false,
1822
+ "frameworks": [],
1667
1823
  "note": null,
1668
1824
  "license": "free",
1669
1825
  "license_note": null,
@@ -1691,6 +1847,9 @@
1691
1847
  "fixable": false,
1692
1848
  "suppressible": true,
1693
1849
  "suppress_comment": "// fallow-ignore-next-line css-selector-complexity",
1850
+ "default_severity": "warn",
1851
+ "opt_in": false,
1852
+ "frameworks": [],
1694
1853
  "note": null,
1695
1854
  "license": "free",
1696
1855
  "license_note": null,
@@ -1718,6 +1877,9 @@
1718
1877
  "fixable": false,
1719
1878
  "suppressible": true,
1720
1879
  "suppress_comment": "// fallow-ignore-next-line css-dead-surface",
1880
+ "default_severity": "warn",
1881
+ "opt_in": false,
1882
+ "frameworks": [],
1721
1883
  "note": null,
1722
1884
  "license": "free",
1723
1885
  "license_note": null,
@@ -1745,6 +1907,9 @@
1745
1907
  "fixable": false,
1746
1908
  "suppressible": true,
1747
1909
  "suppress_comment": "// fallow-ignore-next-line css-broken-reference",
1910
+ "default_severity": "warn",
1911
+ "opt_in": false,
1912
+ "frameworks": [],
1748
1913
  "note": null,
1749
1914
  "license": "free",
1750
1915
  "license_note": null,
@@ -1772,6 +1937,9 @@
1772
1937
  "fixable": false,
1773
1938
  "suppressible": true,
1774
1939
  "suppress_comment": "// fallow-ignore-next-line security-sink",
1940
+ "default_severity": "off",
1941
+ "opt_in": true,
1942
+ "frameworks": [],
1775
1943
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
1776
1944
  "license": "free",
1777
1945
  "license_note": null,
@@ -1799,6 +1967,9 @@
1799
1967
  "fixable": false,
1800
1968
  "suppressible": true,
1801
1969
  "suppress_comment": "// fallow-ignore-next-line security-sink",
1970
+ "default_severity": "off",
1971
+ "opt_in": true,
1972
+ "frameworks": [],
1802
1973
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
1803
1974
  "license": "free",
1804
1975
  "license_note": null,
@@ -1826,6 +1997,9 @@
1826
1997
  "fixable": false,
1827
1998
  "suppressible": true,
1828
1999
  "suppress_comment": "// fallow-ignore-file security-client-server-leak",
2000
+ "default_severity": "off",
2001
+ "opt_in": true,
2002
+ "frameworks": [],
1829
2003
  "note": null,
1830
2004
  "license": "free",
1831
2005
  "license_note": null,
@@ -1853,6 +2027,9 @@
1853
2027
  "fixable": false,
1854
2028
  "suppressible": true,
1855
2029
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2030
+ "default_severity": "off",
2031
+ "opt_in": true,
2032
+ "frameworks": [],
1856
2033
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
1857
2034
  "license": "free",
1858
2035
  "license_note": null,
@@ -1880,6 +2057,9 @@
1880
2057
  "fixable": false,
1881
2058
  "suppressible": true,
1882
2059
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2060
+ "default_severity": "off",
2061
+ "opt_in": true,
2062
+ "frameworks": [],
1883
2063
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
1884
2064
  "license": "free",
1885
2065
  "license_note": null,
@@ -1907,6 +2087,9 @@
1907
2087
  "fixable": false,
1908
2088
  "suppressible": false,
1909
2089
  "suppress_comment": null,
2090
+ "default_severity": null,
2091
+ "opt_in": null,
2092
+ "frameworks": [],
1910
2093
  "note": "Produced by fallow coverage analyze",
1911
2094
  "license": "freemium",
1912
2095
  "license_note": "A single local runtime-coverage capture is free; continuous or multi-capture runtime monitoring requires an active license (fallow license activate).",
@@ -1934,6 +2117,9 @@
1934
2117
  "fixable": false,
1935
2118
  "suppressible": false,
1936
2119
  "suppress_comment": null,
2120
+ "default_severity": null,
2121
+ "opt_in": null,
2122
+ "frameworks": [],
1937
2123
  "note": "Produced by fallow coverage analyze",
1938
2124
  "license": "freemium",
1939
2125
  "license_note": "A single local runtime-coverage capture is free; continuous or multi-capture runtime monitoring requires an active license (fallow license activate).",
@@ -1961,6 +2147,9 @@
1961
2147
  "fixable": false,
1962
2148
  "suppressible": false,
1963
2149
  "suppress_comment": null,
2150
+ "default_severity": null,
2151
+ "opt_in": null,
2152
+ "frameworks": [],
1964
2153
  "note": "Produced by fallow coverage analyze",
1965
2154
  "license": "freemium",
1966
2155
  "license_note": "A single local runtime-coverage capture is free; continuous or multi-capture runtime monitoring requires an active license (fallow license activate).",
@@ -1988,6 +2177,9 @@
1988
2177
  "fixable": false,
1989
2178
  "suppressible": false,
1990
2179
  "suppress_comment": null,
2180
+ "default_severity": null,
2181
+ "opt_in": null,
2182
+ "frameworks": [],
1991
2183
  "note": "Produced by fallow coverage analyze",
1992
2184
  "license": "freemium",
1993
2185
  "license_note": "A single local runtime-coverage capture is free; continuous or multi-capture runtime monitoring requires an active license (fallow license activate).",
@@ -2015,6 +2207,9 @@
2015
2207
  "fixable": false,
2016
2208
  "suppressible": true,
2017
2209
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2210
+ "default_severity": "off",
2211
+ "opt_in": true,
2212
+ "frameworks": [],
2018
2213
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2019
2214
  "license": "free",
2020
2215
  "license_note": null,
@@ -2042,6 +2237,9 @@
2042
2237
  "fixable": false,
2043
2238
  "suppressible": true,
2044
2239
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2240
+ "default_severity": "off",
2241
+ "opt_in": true,
2242
+ "frameworks": [],
2045
2243
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2046
2244
  "license": "free",
2047
2245
  "license_note": null,
@@ -2069,6 +2267,9 @@
2069
2267
  "fixable": false,
2070
2268
  "suppressible": true,
2071
2269
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2270
+ "default_severity": "off",
2271
+ "opt_in": true,
2272
+ "frameworks": [],
2072
2273
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2073
2274
  "license": "free",
2074
2275
  "license_note": null,
@@ -2096,6 +2297,9 @@
2096
2297
  "fixable": false,
2097
2298
  "suppressible": true,
2098
2299
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2300
+ "default_severity": "off",
2301
+ "opt_in": true,
2302
+ "frameworks": [],
2099
2303
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2100
2304
  "license": "free",
2101
2305
  "license_note": null,
@@ -2123,6 +2327,9 @@
2123
2327
  "fixable": false,
2124
2328
  "suppressible": true,
2125
2329
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2330
+ "default_severity": "off",
2331
+ "opt_in": true,
2332
+ "frameworks": [],
2126
2333
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2127
2334
  "license": "free",
2128
2335
  "license_note": null,
@@ -2150,6 +2357,9 @@
2150
2357
  "fixable": false,
2151
2358
  "suppressible": true,
2152
2359
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2360
+ "default_severity": "off",
2361
+ "opt_in": true,
2362
+ "frameworks": [],
2153
2363
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2154
2364
  "license": "free",
2155
2365
  "license_note": null,
@@ -2177,6 +2387,9 @@
2177
2387
  "fixable": false,
2178
2388
  "suppressible": true,
2179
2389
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2390
+ "default_severity": "off",
2391
+ "opt_in": true,
2392
+ "frameworks": [],
2180
2393
  "note": "Include-required category: enable via security.categories.include",
2181
2394
  "license": "free",
2182
2395
  "license_note": null,
@@ -2204,6 +2417,9 @@
2204
2417
  "fixable": false,
2205
2418
  "suppressible": true,
2206
2419
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2420
+ "default_severity": "off",
2421
+ "opt_in": true,
2422
+ "frameworks": [],
2207
2423
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2208
2424
  "license": "free",
2209
2425
  "license_note": null,
@@ -2231,6 +2447,9 @@
2231
2447
  "fixable": false,
2232
2448
  "suppressible": true,
2233
2449
  "suppress_comment": "// fallow-ignore-next-line complexity",
2450
+ "default_severity": null,
2451
+ "opt_in": null,
2452
+ "frameworks": [],
2234
2453
  "note": null,
2235
2454
  "license": "free",
2236
2455
  "license_note": null,
@@ -2258,6 +2477,9 @@
2258
2477
  "fixable": false,
2259
2478
  "suppressible": true,
2260
2479
  "suppress_comment": "// fallow-ignore-next-line complexity",
2480
+ "default_severity": null,
2481
+ "opt_in": null,
2482
+ "frameworks": [],
2261
2483
  "note": null,
2262
2484
  "license": "free",
2263
2485
  "license_note": null,
@@ -2285,6 +2507,9 @@
2285
2507
  "fixable": false,
2286
2508
  "suppressible": true,
2287
2509
  "suppress_comment": "// fallow-ignore-next-line complexity",
2510
+ "default_severity": null,
2511
+ "opt_in": null,
2512
+ "frameworks": [],
2288
2513
  "note": null,
2289
2514
  "license": "free",
2290
2515
  "license_note": null,
@@ -2312,6 +2537,9 @@
2312
2537
  "fixable": false,
2313
2538
  "suppressible": true,
2314
2539
  "suppress_comment": "// fallow-ignore-next-line complexity",
2540
+ "default_severity": null,
2541
+ "opt_in": null,
2542
+ "frameworks": [],
2315
2543
  "note": null,
2316
2544
  "license": "free",
2317
2545
  "license_note": null,
@@ -2339,6 +2567,9 @@
2339
2567
  "fixable": false,
2340
2568
  "suppressible": true,
2341
2569
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2570
+ "default_severity": "off",
2571
+ "opt_in": true,
2572
+ "frameworks": [],
2342
2573
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2343
2574
  "license": "free",
2344
2575
  "license_note": null,
@@ -2366,6 +2597,9 @@
2366
2597
  "fixable": false,
2367
2598
  "suppressible": true,
2368
2599
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2600
+ "default_severity": "off",
2601
+ "opt_in": true,
2602
+ "frameworks": [],
2369
2603
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2370
2604
  "license": "free",
2371
2605
  "license_note": null,
@@ -2393,6 +2627,9 @@
2393
2627
  "fixable": false,
2394
2628
  "suppressible": true,
2395
2629
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2630
+ "default_severity": "off",
2631
+ "opt_in": true,
2632
+ "frameworks": [],
2396
2633
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2397
2634
  "license": "free",
2398
2635
  "license_note": null,
@@ -2420,6 +2657,9 @@
2420
2657
  "fixable": false,
2421
2658
  "suppressible": true,
2422
2659
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2660
+ "default_severity": "off",
2661
+ "opt_in": true,
2662
+ "frameworks": [],
2423
2663
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2424
2664
  "license": "free",
2425
2665
  "license_note": null,
@@ -2447,6 +2687,9 @@
2447
2687
  "fixable": false,
2448
2688
  "suppressible": true,
2449
2689
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2690
+ "default_severity": "off",
2691
+ "opt_in": true,
2692
+ "frameworks": [],
2450
2693
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2451
2694
  "license": "free",
2452
2695
  "license_note": null,
@@ -2474,6 +2717,9 @@
2474
2717
  "fixable": false,
2475
2718
  "suppressible": true,
2476
2719
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2720
+ "default_severity": "off",
2721
+ "opt_in": true,
2722
+ "frameworks": [],
2477
2723
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2478
2724
  "license": "free",
2479
2725
  "license_note": null,
@@ -2501,6 +2747,9 @@
2501
2747
  "fixable": false,
2502
2748
  "suppressible": true,
2503
2749
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2750
+ "default_severity": "off",
2751
+ "opt_in": true,
2752
+ "frameworks": [],
2504
2753
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2505
2754
  "license": "free",
2506
2755
  "license_note": null,
@@ -2528,6 +2777,9 @@
2528
2777
  "fixable": false,
2529
2778
  "suppressible": true,
2530
2779
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2780
+ "default_severity": "off",
2781
+ "opt_in": true,
2782
+ "frameworks": [],
2531
2783
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2532
2784
  "license": "free",
2533
2785
  "license_note": null,
@@ -2555,6 +2807,9 @@
2555
2807
  "fixable": false,
2556
2808
  "suppressible": true,
2557
2809
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2810
+ "default_severity": "off",
2811
+ "opt_in": true,
2812
+ "frameworks": [],
2558
2813
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2559
2814
  "license": "free",
2560
2815
  "license_note": null,
@@ -2582,6 +2837,9 @@
2582
2837
  "fixable": false,
2583
2838
  "suppressible": true,
2584
2839
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2840
+ "default_severity": "off",
2841
+ "opt_in": true,
2842
+ "frameworks": [],
2585
2843
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2586
2844
  "license": "free",
2587
2845
  "license_note": null,
@@ -2609,6 +2867,9 @@
2609
2867
  "fixable": false,
2610
2868
  "suppressible": true,
2611
2869
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2870
+ "default_severity": "off",
2871
+ "opt_in": true,
2872
+ "frameworks": [],
2612
2873
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2613
2874
  "license": "free",
2614
2875
  "license_note": null,
@@ -2636,6 +2897,9 @@
2636
2897
  "fixable": false,
2637
2898
  "suppressible": true,
2638
2899
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2900
+ "default_severity": "off",
2901
+ "opt_in": true,
2902
+ "frameworks": [],
2639
2903
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2640
2904
  "license": "free",
2641
2905
  "license_note": null,
@@ -2663,6 +2927,9 @@
2663
2927
  "fixable": false,
2664
2928
  "suppressible": true,
2665
2929
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2930
+ "default_severity": "off",
2931
+ "opt_in": true,
2932
+ "frameworks": [],
2666
2933
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2667
2934
  "license": "free",
2668
2935
  "license_note": null,
@@ -2690,6 +2957,9 @@
2690
2957
  "fixable": false,
2691
2958
  "suppressible": true,
2692
2959
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2960
+ "default_severity": "off",
2961
+ "opt_in": true,
2962
+ "frameworks": [],
2693
2963
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2694
2964
  "license": "free",
2695
2965
  "license_note": null,
@@ -2717,6 +2987,9 @@
2717
2987
  "fixable": false,
2718
2988
  "suppressible": true,
2719
2989
  "suppress_comment": "// fallow-ignore-next-line security-sink",
2990
+ "default_severity": "off",
2991
+ "opt_in": true,
2992
+ "frameworks": [],
2720
2993
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2721
2994
  "license": "free",
2722
2995
  "license_note": null,
@@ -2744,6 +3017,9 @@
2744
3017
  "fixable": false,
2745
3018
  "suppressible": true,
2746
3019
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3020
+ "default_severity": "off",
3021
+ "opt_in": true,
3022
+ "frameworks": [],
2747
3023
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2748
3024
  "license": "free",
2749
3025
  "license_note": null,
@@ -2771,6 +3047,9 @@
2771
3047
  "fixable": false,
2772
3048
  "suppressible": true,
2773
3049
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3050
+ "default_severity": "off",
3051
+ "opt_in": true,
3052
+ "frameworks": [],
2774
3053
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2775
3054
  "license": "free",
2776
3055
  "license_note": null,
@@ -2798,6 +3077,9 @@
2798
3077
  "fixable": false,
2799
3078
  "suppressible": false,
2800
3079
  "suppress_comment": null,
3080
+ "default_severity": null,
3081
+ "opt_in": null,
3082
+ "frameworks": [],
2801
3083
  "note": null,
2802
3084
  "license": "free",
2803
3085
  "license_note": null,
@@ -2825,6 +3107,9 @@
2825
3107
  "fixable": false,
2826
3108
  "suppressible": true,
2827
3109
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3110
+ "default_severity": "off",
3111
+ "opt_in": true,
3112
+ "frameworks": [],
2828
3113
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2829
3114
  "license": "free",
2830
3115
  "license_note": null,
@@ -2852,6 +3137,9 @@
2852
3137
  "fixable": false,
2853
3138
  "suppressible": true,
2854
3139
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3140
+ "default_severity": "off",
3141
+ "opt_in": true,
3142
+ "frameworks": [],
2855
3143
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
2856
3144
  "license": "free",
2857
3145
  "license_note": null,
@@ -2879,6 +3167,9 @@
2879
3167
  "fixable": false,
2880
3168
  "suppressible": false,
2881
3169
  "suppress_comment": null,
3170
+ "default_severity": null,
3171
+ "opt_in": null,
3172
+ "frameworks": [],
2882
3173
  "note": "Requires --runtime-coverage input (V8 directory, V8 JSON, or Istanbul map)",
2883
3174
  "license": "freemium",
2884
3175
  "license_note": "A single local runtime-coverage capture is free; continuous or multi-capture runtime monitoring requires an active license (fallow license activate).",
@@ -2906,6 +3197,9 @@
2906
3197
  "fixable": false,
2907
3198
  "suppressible": false,
2908
3199
  "suppress_comment": null,
3200
+ "default_severity": null,
3201
+ "opt_in": null,
3202
+ "frameworks": [],
2909
3203
  "note": "Requires --runtime-coverage input (V8 directory, V8 JSON, or Istanbul map)",
2910
3204
  "license": "freemium",
2911
3205
  "license_note": "A single local runtime-coverage capture is free; continuous or multi-capture runtime monitoring requires an active license (fallow license activate).",
@@ -2933,6 +3227,9 @@
2933
3227
  "fixable": false,
2934
3228
  "suppressible": false,
2935
3229
  "suppress_comment": null,
3230
+ "default_severity": null,
3231
+ "opt_in": null,
3232
+ "frameworks": [],
2936
3233
  "note": "Requires --runtime-coverage input (V8 directory, V8 JSON, or Istanbul map)",
2937
3234
  "license": "freemium",
2938
3235
  "license_note": "A single local runtime-coverage capture is free; continuous or multi-capture runtime monitoring requires an active license (fallow license activate).",
@@ -2960,6 +3257,9 @@
2960
3257
  "fixable": false,
2961
3258
  "suppressible": false,
2962
3259
  "suppress_comment": null,
3260
+ "default_severity": null,
3261
+ "opt_in": null,
3262
+ "frameworks": [],
2963
3263
  "note": "Requires --runtime-coverage input (V8 directory, V8 JSON, or Istanbul map)",
2964
3264
  "license": "freemium",
2965
3265
  "license_note": "A single local runtime-coverage capture is free; continuous or multi-capture runtime monitoring requires an active license (fallow license activate).",
@@ -2987,6 +3287,9 @@
2987
3287
  "fixable": false,
2988
3288
  "suppressible": false,
2989
3289
  "suppress_comment": null,
3290
+ "default_severity": null,
3291
+ "opt_in": null,
3292
+ "frameworks": [],
2990
3293
  "note": "Requires --runtime-coverage input (V8 directory, V8 JSON, or Istanbul map)",
2991
3294
  "license": "freemium",
2992
3295
  "license_note": "A single local runtime-coverage capture is free; continuous or multi-capture runtime monitoring requires an active license (fallow license activate).",
@@ -3014,6 +3317,9 @@
3014
3317
  "fixable": false,
3015
3318
  "suppressible": true,
3016
3319
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3320
+ "default_severity": "off",
3321
+ "opt_in": true,
3322
+ "frameworks": [],
3017
3323
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3018
3324
  "license": "free",
3019
3325
  "license_note": null,
@@ -3041,6 +3347,9 @@
3041
3347
  "fixable": false,
3042
3348
  "suppressible": true,
3043
3349
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3350
+ "default_severity": "off",
3351
+ "opt_in": true,
3352
+ "frameworks": [],
3044
3353
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3045
3354
  "license": "free",
3046
3355
  "license_note": null,
@@ -3068,6 +3377,9 @@
3068
3377
  "fixable": false,
3069
3378
  "suppressible": true,
3070
3379
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3380
+ "default_severity": "off",
3381
+ "opt_in": true,
3382
+ "frameworks": [],
3071
3383
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3072
3384
  "license": "free",
3073
3385
  "license_note": null,
@@ -3095,6 +3407,9 @@
3095
3407
  "fixable": false,
3096
3408
  "suppressible": true,
3097
3409
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3410
+ "default_severity": "off",
3411
+ "opt_in": true,
3412
+ "frameworks": [],
3098
3413
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3099
3414
  "license": "free",
3100
3415
  "license_note": null,
@@ -3122,6 +3437,9 @@
3122
3437
  "fixable": false,
3123
3438
  "suppressible": true,
3124
3439
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3440
+ "default_severity": "off",
3441
+ "opt_in": true,
3442
+ "frameworks": [],
3125
3443
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3126
3444
  "license": "free",
3127
3445
  "license_note": null,
@@ -3149,6 +3467,9 @@
3149
3467
  "fixable": false,
3150
3468
  "suppressible": true,
3151
3469
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3470
+ "default_severity": "off",
3471
+ "opt_in": true,
3472
+ "frameworks": [],
3152
3473
  "note": null,
3153
3474
  "license": "free",
3154
3475
  "license_note": null,
@@ -3176,6 +3497,9 @@
3176
3497
  "fixable": false,
3177
3498
  "suppressible": true,
3178
3499
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3500
+ "default_severity": "off",
3501
+ "opt_in": true,
3502
+ "frameworks": [],
3179
3503
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3180
3504
  "license": "free",
3181
3505
  "license_note": null,
@@ -3203,6 +3527,9 @@
3203
3527
  "fixable": false,
3204
3528
  "suppressible": true,
3205
3529
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3530
+ "default_severity": "off",
3531
+ "opt_in": true,
3532
+ "frameworks": [],
3206
3533
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3207
3534
  "license": "free",
3208
3535
  "license_note": null,
@@ -3230,6 +3557,9 @@
3230
3557
  "fixable": false,
3231
3558
  "suppressible": true,
3232
3559
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3560
+ "default_severity": "off",
3561
+ "opt_in": true,
3562
+ "frameworks": [],
3233
3563
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3234
3564
  "license": "free",
3235
3565
  "license_note": null,
@@ -3257,6 +3587,9 @@
3257
3587
  "fixable": false,
3258
3588
  "suppressible": true,
3259
3589
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3590
+ "default_severity": "off",
3591
+ "opt_in": true,
3592
+ "frameworks": [],
3260
3593
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3261
3594
  "license": "free",
3262
3595
  "license_note": null,
@@ -3284,6 +3617,9 @@
3284
3617
  "fixable": false,
3285
3618
  "suppressible": true,
3286
3619
  "suppress_comment": "// fallow-ignore-file coverage-gaps",
3620
+ "default_severity": "off",
3621
+ "opt_in": true,
3622
+ "frameworks": [],
3287
3623
  "note": null,
3288
3624
  "license": "free",
3289
3625
  "license_note": null,
@@ -3311,6 +3647,9 @@
3311
3647
  "fixable": false,
3312
3648
  "suppressible": true,
3313
3649
  "suppress_comment": "// fallow-ignore-file coverage-gaps",
3650
+ "default_severity": "off",
3651
+ "opt_in": true,
3652
+ "frameworks": [],
3314
3653
  "note": null,
3315
3654
  "license": "free",
3316
3655
  "license_note": null,
@@ -3338,6 +3677,9 @@
3338
3677
  "fixable": false,
3339
3678
  "suppressible": true,
3340
3679
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3680
+ "default_severity": "off",
3681
+ "opt_in": true,
3682
+ "frameworks": [],
3341
3683
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3342
3684
  "license": "free",
3343
3685
  "license_note": null,
@@ -3365,6 +3707,9 @@
3365
3707
  "fixable": false,
3366
3708
  "suppressible": true,
3367
3709
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3710
+ "default_severity": "off",
3711
+ "opt_in": true,
3712
+ "frameworks": [],
3368
3713
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3369
3714
  "license": "free",
3370
3715
  "license_note": null,
@@ -3392,6 +3737,9 @@
3392
3737
  "fixable": false,
3393
3738
  "suppressible": true,
3394
3739
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3740
+ "default_severity": "off",
3741
+ "opt_in": true,
3742
+ "frameworks": [],
3395
3743
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3396
3744
  "license": "free",
3397
3745
  "license_note": null,
@@ -3419,6 +3767,9 @@
3419
3767
  "fixable": false,
3420
3768
  "suppressible": true,
3421
3769
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3770
+ "default_severity": "off",
3771
+ "opt_in": true,
3772
+ "frameworks": [],
3422
3773
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3423
3774
  "license": "free",
3424
3775
  "license_note": null,
@@ -3446,6 +3797,9 @@
3446
3797
  "fixable": false,
3447
3798
  "suppressible": true,
3448
3799
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3800
+ "default_severity": "off",
3801
+ "opt_in": true,
3802
+ "frameworks": [],
3449
3803
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3450
3804
  "license": "free",
3451
3805
  "license_note": null,
@@ -3473,6 +3827,9 @@
3473
3827
  "fixable": false,
3474
3828
  "suppressible": true,
3475
3829
  "suppress_comment": "// fallow-ignore-next-line security-sink",
3830
+ "default_severity": "off",
3831
+ "opt_in": true,
3832
+ "frameworks": [],
3476
3833
  "note": "Tainted-sink catalogue category; the security-sink suppression token covers every category",
3477
3834
  "license": "free",
3478
3835
  "license_note": null,