foodcritic 16.1.1 → 16.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2f492e1a1f1d788d5c23228b3fc4c9048549457aae601e2ba422e7651ee7884
4
- data.tar.gz: '08b38a9a0e6d3bf19eeae3e19824140d03f3cac2d8a4740edd05ac3865124a2d'
3
+ metadata.gz: 5a5293509a41fb55bb81758349336f643ff49e24408c10cfb4a7653038bcb938
4
+ data.tar.gz: b64e3be433dc68df2176178a83454bc876f8483ae8273216e7cfa05d415ad949
5
5
  SHA512:
6
- metadata.gz: a70e5bc63c43158c9d32b587ee9bca3b2b68b06185a52ef35c733f8c4f85f61358f251cbed9f12b24871fd6e05823c70b616da9ae84b9e040a03598b3494a37e
7
- data.tar.gz: f7116976e0a495cf6a14ad48d20a694ea60354d81ede77ac82bee86a2589df0b2fab041237474aeaa628b039c4b3cc5d61d22a1c94db6ae6d02e8daf8eff63fe
6
+ metadata.gz: b55c9651d02c5bc186b5fd30d4e9defde93f0b108e1c44490825de01ed8cbeb0b42421a72a19a81b2b7f8610d5c0d5f8bbabb302dec3670ea2042fc4e8544348
7
+ data.tar.gz: f2ea8ec75bbb269e07c3aabd6f0be0a268f6f3befd6f4ee7e73690d97e2a902c0e700db1bed93bade477f2bc268ab8bff764fa45e9463d6735692134cf209984
data/Gemfile CHANGED
@@ -8,7 +8,7 @@ group :test do
8
8
  gem "minitest", "~> 5.3"
9
9
  gem "minitest-reporters"
10
10
  gem "simplecov", "~> 0.8"
11
- gem "chefstyle", "= 0.11.0"
11
+ gem "chefstyle", "= 0.13.0"
12
12
  end
13
13
 
14
14
  group :development do
@@ -186,6 +186,7 @@
186
186
  "sysctl",
187
187
  "sysctl_param",
188
188
  "systemd_unit",
189
+ "tagged?",
189
190
  "template",
190
191
  "timezone",
191
192
  "user",
@@ -299,6 +300,8 @@
299
300
  "count",
300
301
  "create",
301
302
  "cycle",
303
+ "data_bag",
304
+ "data_bag_item",
302
305
  "dclone",
303
306
  "debug_value",
304
307
  "deep_merge_cache",
@@ -335,6 +338,7 @@
335
338
  "each_with_index",
336
339
  "each_with_object",
337
340
  "empty?",
341
+ "encrypted?",
338
342
  "entries",
339
343
  "enum_for",
340
344
  "env_default",
@@ -463,6 +467,7 @@
463
467
  "primary_runlist",
464
468
  "private_methods",
465
469
  "protected_methods",
470
+ "ps_credential",
466
471
  "public_method",
467
472
  "public_methods",
468
473
  "public_send",
@@ -473,6 +478,12 @@
473
478
  "recipe_list",
474
479
  "recipe_list=",
475
480
  "reduce",
481
+ "registry_data_exists?",
482
+ "registry_get_subkeys",
483
+ "registry_get_values",
484
+ "registry_has_subkeys?",
485
+ "registry_key_exists?",
486
+ "registry_value_exists?",
476
487
  "regular_update",
477
488
  "regular_writer",
478
489
  "rehash",
@@ -504,6 +515,7 @@
504
515
  "run_state=",
505
516
  "save",
506
517
  "save_plist",
518
+ "search",
507
519
  "select",
508
520
  "select!",
509
521
  "select_run_list",
@@ -538,6 +550,7 @@
538
550
  "sum",
539
551
  "symbolize_keys",
540
552
  "tag",
553
+ "tagged?",
541
554
  "tags",
542
555
  "taint",
543
556
  "tainted?",
@@ -1528,6 +1541,7 @@
1528
1541
  "provider",
1529
1542
  "provider=",
1530
1543
  "provider_for_action",
1544
+ "ps_credential",
1531
1545
  "public_method",
1532
1546
  "public_methods",
1533
1547
  "public_send",
@@ -1587,6 +1601,7 @@
1587
1601
  "source_line_number",
1588
1602
  "state_for_resource_reporter",
1589
1603
  "subscribes",
1604
+ "tagged?",
1590
1605
  "taint",
1591
1606
  "tainted?",
1592
1607
  "tap",
@@ -1766,6 +1781,7 @@
1766
1781
  "provider",
1767
1782
  "provider=",
1768
1783
  "provider_for_action",
1784
+ "ps_credential",
1769
1785
  "public_method",
1770
1786
  "public_methods",
1771
1787
  "public_send",
@@ -1819,6 +1835,7 @@
1819
1835
  "source_line_number",
1820
1836
  "state_for_resource_reporter",
1821
1837
  "subscribes",
1838
+ "tagged?",
1822
1839
  "taint",
1823
1840
  "tainted?",
1824
1841
  "tap",
@@ -2004,6 +2021,7 @@
2004
2021
  "provider",
2005
2022
  "provider=",
2006
2023
  "provider_for_action",
2024
+ "ps_credential",
2007
2025
  "public_method",
2008
2026
  "public_methods",
2009
2027
  "public_send",
@@ -2059,6 +2077,7 @@
2059
2077
  "source_line_number",
2060
2078
  "state_for_resource_reporter",
2061
2079
  "subscribes",
2080
+ "tagged?",
2062
2081
  "taint",
2063
2082
  "tainted?",
2064
2083
  "tap",
@@ -2232,6 +2251,7 @@
2232
2251
  "provider",
2233
2252
  "provider=",
2234
2253
  "provider_for_action",
2254
+ "ps_credential",
2235
2255
  "public_method",
2236
2256
  "public_methods",
2237
2257
  "public_send",
@@ -2285,6 +2305,7 @@
2285
2305
  "source_line_number",
2286
2306
  "state_for_resource_reporter",
2287
2307
  "subscribes",
2308
+ "tagged?",
2288
2309
  "taint",
2289
2310
  "tainted?",
2290
2311
  "tap",
@@ -2481,6 +2502,7 @@
2481
2502
  "provider",
2482
2503
  "provider=",
2483
2504
  "provider_for_action",
2505
+ "ps_credential",
2484
2506
  "public_method",
2485
2507
  "public_methods",
2486
2508
  "public_send",
@@ -2537,6 +2559,7 @@
2537
2559
  "source_line_number",
2538
2560
  "state_for_resource_reporter",
2539
2561
  "subscribes",
2562
+ "tagged?",
2540
2563
  "taint",
2541
2564
  "tainted?",
2542
2565
  "tap",
@@ -2741,6 +2764,7 @@
2741
2764
  "provider",
2742
2765
  "provider=",
2743
2766
  "provider_for_action",
2767
+ "ps_credential",
2744
2768
  "public_method",
2745
2769
  "public_methods",
2746
2770
  "public_send",
@@ -2797,6 +2821,7 @@
2797
2821
  "source_line_number",
2798
2822
  "state_for_resource_reporter",
2799
2823
  "subscribes",
2824
+ "tagged?",
2800
2825
  "taint",
2801
2826
  "tainted?",
2802
2827
  "tap",
@@ -2975,6 +3000,7 @@
2975
3000
  "provider",
2976
3001
  "provider=",
2977
3002
  "provider_for_action",
3003
+ "ps_credential",
2978
3004
  "public_method",
2979
3005
  "public_methods",
2980
3006
  "public_send",
@@ -3034,6 +3060,7 @@
3034
3060
  "source_line_number",
3035
3061
  "state_for_resource_reporter",
3036
3062
  "subscribes",
3063
+ "tagged?",
3037
3064
  "taint",
3038
3065
  "tainted?",
3039
3066
  "tap",
@@ -3205,6 +3232,7 @@
3205
3232
  "provider",
3206
3233
  "provider=",
3207
3234
  "provider_for_action",
3235
+ "ps_credential",
3208
3236
  "public_method",
3209
3237
  "public_methods",
3210
3238
  "public_send",
@@ -3258,6 +3286,7 @@
3258
3286
  "source_line_number",
3259
3287
  "state_for_resource_reporter",
3260
3288
  "subscribes",
3289
+ "tagged?",
3261
3290
  "taint",
3262
3291
  "tainted?",
3263
3292
  "tap",
@@ -3427,6 +3456,7 @@
3427
3456
  "provider",
3428
3457
  "provider=",
3429
3458
  "provider_for_action",
3459
+ "ps_credential",
3430
3460
  "public_method",
3431
3461
  "public_methods",
3432
3462
  "public_send",
@@ -3480,6 +3510,7 @@
3480
3510
  "source_line_number",
3481
3511
  "state_for_resource_reporter",
3482
3512
  "subscribes",
3513
+ "tagged?",
3483
3514
  "taint",
3484
3515
  "tainted?",
3485
3516
  "tap",
@@ -3652,6 +3683,7 @@
3652
3683
  "provider",
3653
3684
  "provider=",
3654
3685
  "provider_for_action",
3686
+ "ps_credential",
3655
3687
  "public_method",
3656
3688
  "public_methods",
3657
3689
  "public_send",
@@ -3711,6 +3743,7 @@
3711
3743
  "source_line_number",
3712
3744
  "state_for_resource_reporter",
3713
3745
  "subscribes",
3746
+ "tagged?",
3714
3747
  "taint",
3715
3748
  "tainted?",
3716
3749
  "tap",
@@ -3895,6 +3928,7 @@
3895
3928
  "provider",
3896
3929
  "provider=",
3897
3930
  "provider_for_action",
3931
+ "ps_credential",
3898
3932
  "public_method",
3899
3933
  "public_methods",
3900
3934
  "public_send",
@@ -3954,6 +3988,7 @@
3954
3988
  "source_line_number",
3955
3989
  "state_for_resource_reporter",
3956
3990
  "subscribes",
3991
+ "tagged?",
3957
3992
  "taint",
3958
3993
  "tainted?",
3959
3994
  "tap",
@@ -4129,6 +4164,7 @@
4129
4164
  "provider",
4130
4165
  "provider=",
4131
4166
  "provider_for_action",
4167
+ "ps_credential",
4132
4168
  "public_method",
4133
4169
  "public_methods",
4134
4170
  "public_send",
@@ -4185,6 +4221,7 @@
4185
4221
  "state_for_resource_reporter",
4186
4222
  "subscribes",
4187
4223
  "supports",
4224
+ "tagged?",
4188
4225
  "taint",
4189
4226
  "tainted?",
4190
4227
  "tap",
@@ -4358,6 +4395,7 @@
4358
4395
  "provider",
4359
4396
  "provider=",
4360
4397
  "provider_for_action",
4398
+ "ps_credential",
4361
4399
  "public_method",
4362
4400
  "public_methods",
4363
4401
  "public_send",
@@ -4411,6 +4449,7 @@
4411
4449
  "source_line_number",
4412
4450
  "state_for_resource_reporter",
4413
4451
  "subscribes",
4452
+ "tagged?",
4414
4453
  "taint",
4415
4454
  "tainted?",
4416
4455
  "tap",
@@ -4584,6 +4623,7 @@
4584
4623
  "provider",
4585
4624
  "provider=",
4586
4625
  "provider_for_action",
4626
+ "ps_credential",
4587
4627
  "public_method",
4588
4628
  "public_methods",
4589
4629
  "public_send",
@@ -4645,6 +4685,7 @@
4645
4685
  "source_line_number",
4646
4686
  "state_for_resource_reporter",
4647
4687
  "subscribes",
4688
+ "tagged?",
4648
4689
  "taint",
4649
4690
  "tainted?",
4650
4691
  "tap",
@@ -4822,6 +4863,7 @@
4822
4863
  "provider",
4823
4864
  "provider=",
4824
4865
  "provider_for_action",
4866
+ "ps_credential",
4825
4867
  "public_method",
4826
4868
  "public_methods",
4827
4869
  "public_send",
@@ -4879,6 +4921,7 @@
4879
4921
  "source_name=",
4880
4922
  "state_for_resource_reporter",
4881
4923
  "subscribes",
4924
+ "tagged?",
4882
4925
  "taint",
4883
4926
  "tainted?",
4884
4927
  "tap",
@@ -5069,6 +5112,7 @@
5069
5112
  "provider",
5070
5113
  "provider=",
5071
5114
  "provider_for_action",
5115
+ "ps_credential",
5072
5116
  "public_method",
5073
5117
  "public_methods",
5074
5118
  "public_send",
@@ -5125,6 +5169,7 @@
5125
5169
  "special_docker_files?",
5126
5170
  "state_for_resource_reporter",
5127
5171
  "subscribes",
5172
+ "tagged?",
5128
5173
  "taint",
5129
5174
  "tainted?",
5130
5175
  "tap",
@@ -5310,6 +5355,7 @@
5310
5355
  "provider",
5311
5356
  "provider=",
5312
5357
  "provider_for_action",
5358
+ "ps_credential",
5313
5359
  "public_method",
5314
5360
  "public_methods",
5315
5361
  "public_send",
@@ -5365,6 +5411,7 @@
5365
5411
  "source_line_number",
5366
5412
  "state_for_resource_reporter",
5367
5413
  "subscribes",
5414
+ "tagged?",
5368
5415
  "taint",
5369
5416
  "tainted?",
5370
5417
  "tap",
@@ -5537,6 +5584,7 @@
5537
5584
  "provider",
5538
5585
  "provider=",
5539
5586
  "provider_for_action",
5587
+ "ps_credential",
5540
5588
  "public_method",
5541
5589
  "public_methods",
5542
5590
  "public_send",
@@ -5590,6 +5638,7 @@
5590
5638
  "source_line_number",
5591
5639
  "state_for_resource_reporter",
5592
5640
  "subscribes",
5641
+ "tagged?",
5593
5642
  "taint",
5594
5643
  "tainted?",
5595
5644
  "tap",
@@ -5787,6 +5836,7 @@
5787
5836
  "provider",
5788
5837
  "provider=",
5789
5838
  "provider_for_action",
5839
+ "ps_credential",
5790
5840
  "public_method",
5791
5841
  "public_methods",
5792
5842
  "public_send",
@@ -5844,6 +5894,7 @@
5844
5894
  "source_line_number",
5845
5895
  "state_for_resource_reporter",
5846
5896
  "subscribes",
5897
+ "tagged?",
5847
5898
  "taint",
5848
5899
  "tainted?",
5849
5900
  "tap",
@@ -6044,6 +6095,7 @@
6044
6095
  "provider",
6045
6096
  "provider=",
6046
6097
  "provider_for_action",
6098
+ "ps_credential",
6047
6099
  "public_method",
6048
6100
  "public_methods",
6049
6101
  "public_send",
@@ -6100,6 +6152,7 @@
6100
6152
  "source_line_number",
6101
6153
  "state_for_resource_reporter",
6102
6154
  "subscribes",
6155
+ "tagged?",
6103
6156
  "taint",
6104
6157
  "tainted?",
6105
6158
  "tap",
@@ -6279,6 +6332,7 @@
6279
6332
  "provider",
6280
6333
  "provider=",
6281
6334
  "provider_for_action",
6335
+ "ps_credential",
6282
6336
  "public_method",
6283
6337
  "public_methods",
6284
6338
  "public_send",
@@ -6334,6 +6388,7 @@
6334
6388
  "source_line_number",
6335
6389
  "state_for_resource_reporter",
6336
6390
  "subscribes",
6391
+ "tagged?",
6337
6392
  "taint",
6338
6393
  "tainted?",
6339
6394
  "tap",
@@ -6525,6 +6580,7 @@
6525
6580
  "provider",
6526
6581
  "provider=",
6527
6582
  "provider_for_action",
6583
+ "ps_credential",
6528
6584
  "public_method",
6529
6585
  "public_methods",
6530
6586
  "public_send",
@@ -6580,6 +6636,7 @@
6580
6636
  "source_line_number",
6581
6637
  "state_for_resource_reporter",
6582
6638
  "subscribes",
6639
+ "tagged?",
6583
6640
  "taint",
6584
6641
  "tainted?",
6585
6642
  "tap",
@@ -6760,6 +6817,7 @@
6760
6817
  "provider",
6761
6818
  "provider=",
6762
6819
  "provider_for_action",
6820
+ "ps_credential",
6763
6821
  "public_method",
6764
6822
  "public_methods",
6765
6823
  "public_send",
@@ -6819,6 +6877,7 @@
6819
6877
  "source_line_number",
6820
6878
  "state_for_resource_reporter",
6821
6879
  "subscribes",
6880
+ "tagged?",
6822
6881
  "taint",
6823
6882
  "tainted?",
6824
6883
  "tap",
@@ -6994,6 +7053,7 @@
6994
7053
  "provider",
6995
7054
  "provider=",
6996
7055
  "provider_for_action",
7056
+ "ps_credential",
6997
7057
  "public_method",
6998
7058
  "public_methods",
6999
7059
  "public_send",
@@ -7053,6 +7113,7 @@
7053
7113
  "source_line_number",
7054
7114
  "state_for_resource_reporter",
7055
7115
  "subscribes",
7116
+ "tagged?",
7056
7117
  "taint",
7057
7118
  "tainted?",
7058
7119
  "tap",
@@ -7286,6 +7347,7 @@
7286
7347
  "source_line_number",
7287
7348
  "state_for_resource_reporter",
7288
7349
  "subscribes",
7350
+ "tagged?",
7289
7351
  "taint",
7290
7352
  "tainted?",
7291
7353
  "tap",
@@ -7521,6 +7583,7 @@
7521
7583
  "source_line_number",
7522
7584
  "state_for_resource_reporter",
7523
7585
  "subscribes",
7586
+ "tagged?",
7524
7587
  "taint",
7525
7588
  "tainted?",
7526
7589
  "tap",
@@ -7712,6 +7775,7 @@
7712
7775
  "provider",
7713
7776
  "provider=",
7714
7777
  "provider_for_action",
7778
+ "ps_credential",
7715
7779
  "public_method",
7716
7780
  "public_methods",
7717
7781
  "public_send",
@@ -7768,6 +7832,7 @@
7768
7832
  "source_line_number",
7769
7833
  "state_for_resource_reporter",
7770
7834
  "subscribes",
7835
+ "tagged?",
7771
7836
  "taint",
7772
7837
  "tainted?",
7773
7838
  "tap",
@@ -7963,6 +8028,7 @@
7963
8028
  "provider",
7964
8029
  "provider=",
7965
8030
  "provider_for_action",
8031
+ "ps_credential",
7966
8032
  "public_method",
7967
8033
  "public_methods",
7968
8034
  "public_send",
@@ -8017,6 +8083,7 @@
8017
8083
  "special_docker_files?",
8018
8084
  "state_for_resource_reporter",
8019
8085
  "subscribes",
8086
+ "tagged?",
8020
8087
  "taint",
8021
8088
  "tainted?",
8022
8089
  "tap",
@@ -8192,6 +8259,7 @@
8192
8259
  "provider",
8193
8260
  "provider=",
8194
8261
  "provider_for_action",
8262
+ "ps_credential",
8195
8263
  "public_method",
8196
8264
  "public_methods",
8197
8265
  "public_send",
@@ -8252,6 +8320,7 @@
8252
8320
  "state_for_resource_reporter",
8253
8321
  "subscribes",
8254
8322
  "supports_pkgng?",
8323
+ "tagged?",
8255
8324
  "taint",
8256
8325
  "tainted?",
8257
8326
  "tap",
@@ -8433,6 +8502,7 @@
8433
8502
  "provider",
8434
8503
  "provider=",
8435
8504
  "provider_for_action",
8505
+ "ps_credential",
8436
8506
  "public_method",
8437
8507
  "public_methods",
8438
8508
  "public_send",
@@ -8492,6 +8562,7 @@
8492
8562
  "source_line_number",
8493
8563
  "state_for_resource_reporter",
8494
8564
  "subscribes",
8565
+ "tagged?",
8495
8566
  "taint",
8496
8567
  "tainted?",
8497
8568
  "tap",
@@ -8681,6 +8752,7 @@
8681
8752
  "provider",
8682
8753
  "provider=",
8683
8754
  "provider_for_action",
8755
+ "ps_credential",
8684
8756
  "public_method",
8685
8757
  "public_methods",
8686
8758
  "public_send",
@@ -8744,6 +8816,7 @@
8744
8816
  "ssh_wrapper=",
8745
8817
  "state_for_resource_reporter",
8746
8818
  "subscribes",
8819
+ "tagged?",
8747
8820
  "taint",
8748
8821
  "tainted?",
8749
8822
  "tap",
@@ -8929,6 +9002,7 @@
8929
9002
  "provider",
8930
9003
  "provider=",
8931
9004
  "provider_for_action",
9005
+ "ps_credential",
8932
9006
  "public_method",
8933
9007
  "public_methods",
8934
9008
  "public_send",
@@ -8984,6 +9058,7 @@
8984
9058
  "subscribes",
8985
9059
  "system",
8986
9060
  "system=",
9061
+ "tagged?",
8987
9062
  "taint",
8988
9063
  "tainted?",
8989
9064
  "tap",
@@ -9164,6 +9239,7 @@
9164
9239
  "provider",
9165
9240
  "provider=",
9166
9241
  "provider_for_action",
9242
+ "ps_credential",
9167
9243
  "public_method",
9168
9244
  "public_methods",
9169
9245
  "public_send",
@@ -9217,6 +9293,7 @@
9217
9293
  "source_line_number",
9218
9294
  "state_for_resource_reporter",
9219
9295
  "subscribes",
9296
+ "tagged?",
9220
9297
  "taint",
9221
9298
  "tainted?",
9222
9299
  "tap",
@@ -9390,6 +9467,7 @@
9390
9467
  "provider",
9391
9468
  "provider=",
9392
9469
  "provider_for_action",
9470
+ "ps_credential",
9393
9471
  "public_method",
9394
9472
  "public_methods",
9395
9473
  "public_send",
@@ -9449,6 +9527,7 @@
9449
9527
  "source_line_number",
9450
9528
  "state_for_resource_reporter",
9451
9529
  "subscribes",
9530
+ "tagged?",
9452
9531
  "taint",
9453
9532
  "tainted?",
9454
9533
  "tap",
@@ -9628,6 +9707,7 @@
9628
9707
  "provider",
9629
9708
  "provider=",
9630
9709
  "provider_for_action",
9710
+ "ps_credential",
9631
9711
  "public_method",
9632
9712
  "public_methods",
9633
9713
  "public_send",
@@ -9681,6 +9761,7 @@
9681
9761
  "source_line_number",
9682
9762
  "state_for_resource_reporter",
9683
9763
  "subscribes",
9764
+ "tagged?",
9684
9765
  "taint",
9685
9766
  "tainted?",
9686
9767
  "tap",
@@ -9861,6 +9942,7 @@
9861
9942
  "provider",
9862
9943
  "provider=",
9863
9944
  "provider_for_action",
9945
+ "ps_credential",
9864
9946
  "public_method",
9865
9947
  "public_methods",
9866
9948
  "public_send",
@@ -9914,6 +9996,7 @@
9914
9996
  "source_line_number",
9915
9997
  "state_for_resource_reporter",
9916
9998
  "subscribes",
9999
+ "tagged?",
9917
10000
  "taint",
9918
10001
  "tainted?",
9919
10002
  "tap",
@@ -10086,6 +10169,7 @@
10086
10169
  "provider",
10087
10170
  "provider=",
10088
10171
  "provider_for_action",
10172
+ "ps_credential",
10089
10173
  "public_method",
10090
10174
  "public_methods",
10091
10175
  "public_send",
@@ -10139,6 +10223,7 @@
10139
10223
  "source_line_number",
10140
10224
  "state_for_resource_reporter",
10141
10225
  "subscribes",
10226
+ "tagged?",
10142
10227
  "taint",
10143
10228
  "tainted?",
10144
10229
  "tap",
@@ -10340,6 +10425,7 @@
10340
10425
  "provider",
10341
10426
  "provider=",
10342
10427
  "provider_for_action",
10428
+ "ps_credential",
10343
10429
  "public_method",
10344
10430
  "public_methods",
10345
10431
  "public_send",
@@ -10395,6 +10481,7 @@
10395
10481
  "source_line_number",
10396
10482
  "state_for_resource_reporter",
10397
10483
  "subscribes",
10484
+ "tagged?",
10398
10485
  "taint",
10399
10486
  "tainted?",
10400
10487
  "tap",
@@ -10572,6 +10659,7 @@
10572
10659
  "provider",
10573
10660
  "provider=",
10574
10661
  "provider_for_action",
10662
+ "ps_credential",
10575
10663
  "public_method",
10576
10664
  "public_methods",
10577
10665
  "public_send",
@@ -10631,6 +10719,7 @@
10631
10719
  "source_line_number",
10632
10720
  "state_for_resource_reporter",
10633
10721
  "subscribes",
10722
+ "tagged?",
10634
10723
  "taint",
10635
10724
  "tainted?",
10636
10725
  "tap",
@@ -10806,6 +10895,7 @@
10806
10895
  "provider",
10807
10896
  "provider=",
10808
10897
  "provider_for_action",
10898
+ "ps_credential",
10809
10899
  "public_method",
10810
10900
  "public_methods",
10811
10901
  "public_send",
@@ -10859,6 +10949,7 @@
10859
10949
  "source_line_number",
10860
10950
  "state_for_resource_reporter",
10861
10951
  "subscribes",
10952
+ "tagged?",
10862
10953
  "taint",
10863
10954
  "tainted?",
10864
10955
  "tap",
@@ -11057,6 +11148,7 @@
11057
11148
  "provider",
11058
11149
  "provider=",
11059
11150
  "provider_for_action",
11151
+ "ps_credential",
11060
11152
  "public_method",
11061
11153
  "public_methods",
11062
11154
  "public_send",
@@ -11113,6 +11205,7 @@
11113
11205
  "source_line_number",
11114
11206
  "state_for_resource_reporter",
11115
11207
  "subscribes",
11208
+ "tagged?",
11116
11209
  "taint",
11117
11210
  "tainted?",
11118
11211
  "tap",
@@ -11349,6 +11442,7 @@
11349
11442
  "provider",
11350
11443
  "provider=",
11351
11444
  "provider_for_action",
11445
+ "ps_credential",
11352
11446
  "public_method",
11353
11447
  "public_methods",
11354
11448
  "public_send",
@@ -11428,6 +11522,7 @@
11428
11522
  "start_on_mount=",
11429
11523
  "state_for_resource_reporter",
11430
11524
  "subscribes",
11525
+ "tagged?",
11431
11526
  "taint",
11432
11527
  "tainted?",
11433
11528
  "tap",
@@ -11619,6 +11714,7 @@
11619
11714
  "provider",
11620
11715
  "provider=",
11621
11716
  "provider_for_action",
11717
+ "ps_credential",
11622
11718
  "public_method",
11623
11719
  "public_methods",
11624
11720
  "public_send",
@@ -11672,6 +11768,7 @@
11672
11768
  "source_line_number",
11673
11769
  "state_for_resource_reporter",
11674
11770
  "subscribes",
11771
+ "tagged?",
11675
11772
  "taint",
11676
11773
  "tainted?",
11677
11774
  "tap",
@@ -11848,6 +11945,7 @@
11848
11945
  "provider",
11849
11946
  "provider=",
11850
11947
  "provider_for_action",
11948
+ "ps_credential",
11851
11949
  "public_method",
11852
11950
  "public_methods",
11853
11951
  "public_send",
@@ -11901,6 +11999,7 @@
11901
11999
  "source_line_number",
11902
12000
  "state_for_resource_reporter",
11903
12001
  "subscribes",
12002
+ "tagged?",
11904
12003
  "taint",
11905
12004
  "tainted?",
11906
12005
  "tap",
@@ -12072,6 +12171,7 @@
12072
12171
  "provider",
12073
12172
  "provider=",
12074
12173
  "provider_for_action",
12174
+ "ps_credential",
12075
12175
  "public_method",
12076
12176
  "public_methods",
12077
12177
  "public_send",
@@ -12125,6 +12225,7 @@
12125
12225
  "source_line_number",
12126
12226
  "state_for_resource_reporter",
12127
12227
  "subscribes",
12228
+ "tagged?",
12128
12229
  "taint",
12129
12230
  "tainted?",
12130
12231
  "tap",
@@ -12302,6 +12403,7 @@
12302
12403
  "provider",
12303
12404
  "provider=",
12304
12405
  "provider_for_action",
12406
+ "ps_credential",
12305
12407
  "public_method",
12306
12408
  "public_methods",
12307
12409
  "public_send",
@@ -12357,6 +12459,7 @@
12357
12459
  "subscribes",
12358
12460
  "sudo",
12359
12461
  "sudo=",
12462
+ "tagged?",
12360
12463
  "taint",
12361
12464
  "tainted?",
12362
12465
  "tap",
@@ -12477,6 +12580,7 @@
12477
12580
  "ignore_failure",
12478
12581
  "ignore_failure=",
12479
12582
  "immediate_notifications",
12583
+ "indirect",
12480
12584
  "inherits",
12481
12585
  "init_command",
12482
12586
  "inspect",
@@ -12539,6 +12643,7 @@
12539
12643
  "provider",
12540
12644
  "provider=",
12541
12645
  "provider_for_action",
12646
+ "ps_credential",
12542
12647
  "public_method",
12543
12648
  "public_methods",
12544
12649
  "public_send",
@@ -12605,6 +12710,7 @@
12605
12710
  "subscribes",
12606
12711
  "supports",
12607
12712
  "supports=",
12713
+ "tagged?",
12608
12714
  "taint",
12609
12715
  "tainted?",
12610
12716
  "tap",
@@ -12778,6 +12884,7 @@
12778
12884
  "provider",
12779
12885
  "provider=",
12780
12886
  "provider_for_action",
12887
+ "ps_credential",
12781
12888
  "public_method",
12782
12889
  "public_methods",
12783
12890
  "public_send",
@@ -12837,6 +12944,7 @@
12837
12944
  "source_line_number",
12838
12945
  "state_for_resource_reporter",
12839
12946
  "subscribes",
12947
+ "tagged?",
12840
12948
  "taint",
12841
12949
  "tainted?",
12842
12950
  "tap",
@@ -13022,6 +13130,7 @@
13022
13130
  "provider",
13023
13131
  "provider=",
13024
13132
  "provider_for_action",
13133
+ "ps_credential",
13025
13134
  "public_method",
13026
13135
  "public_methods",
13027
13136
  "public_send",
@@ -13077,6 +13186,7 @@
13077
13186
  "source_line_number",
13078
13187
  "state_for_resource_reporter",
13079
13188
  "subscribes",
13189
+ "tagged?",
13080
13190
  "taint",
13081
13191
  "tainted?",
13082
13192
  "tap",
@@ -13268,6 +13378,7 @@
13268
13378
  "provider",
13269
13379
  "provider=",
13270
13380
  "provider_for_action",
13381
+ "ps_credential",
13271
13382
  "public_method",
13272
13383
  "public_methods",
13273
13384
  "public_send",
@@ -13323,6 +13434,7 @@
13323
13434
  "subscribes",
13324
13435
  "supports",
13325
13436
  "supports=",
13437
+ "tagged?",
13326
13438
  "taint",
13327
13439
  "tainted?",
13328
13440
  "tap",
@@ -13499,6 +13611,7 @@
13499
13611
  "provider",
13500
13612
  "provider=",
13501
13613
  "provider_for_action",
13614
+ "ps_credential",
13502
13615
  "public_method",
13503
13616
  "public_methods",
13504
13617
  "public_send",
@@ -13558,6 +13671,7 @@
13558
13671
  "source_line_number",
13559
13672
  "state_for_resource_reporter",
13560
13673
  "subscribes",
13674
+ "tagged?",
13561
13675
  "taint",
13562
13676
  "tainted?",
13563
13677
  "tap",
@@ -13734,6 +13848,7 @@
13734
13848
  "provider",
13735
13849
  "provider=",
13736
13850
  "provider_for_action",
13851
+ "ps_credential",
13737
13852
  "public_method",
13738
13853
  "public_methods",
13739
13854
  "public_send",
@@ -13787,6 +13902,7 @@
13787
13902
  "source_line_number",
13788
13903
  "state_for_resource_reporter",
13789
13904
  "subscribes",
13905
+ "tagged?",
13790
13906
  "taint",
13791
13907
  "tainted?",
13792
13908
  "tap",
@@ -13960,6 +14076,7 @@
13960
14076
  "provider",
13961
14077
  "provider=",
13962
14078
  "provider_for_action",
14079
+ "ps_credential",
13963
14080
  "public_method",
13964
14081
  "public_methods",
13965
14082
  "public_send",
@@ -14013,6 +14130,7 @@
14013
14130
  "source_line_number",
14014
14131
  "state_for_resource_reporter",
14015
14132
  "subscribes",
14133
+ "tagged?",
14016
14134
  "taint",
14017
14135
  "tainted?",
14018
14136
  "tap",
@@ -14184,6 +14302,7 @@
14184
14302
  "provider",
14185
14303
  "provider=",
14186
14304
  "provider_for_action",
14305
+ "ps_credential",
14187
14306
  "public_method",
14188
14307
  "public_methods",
14189
14308
  "public_send",
@@ -14243,6 +14362,7 @@
14243
14362
  "source_line_number",
14244
14363
  "state_for_resource_reporter",
14245
14364
  "subscribes",
14365
+ "tagged?",
14246
14366
  "taint",
14247
14367
  "tainted?",
14248
14368
  "tap",
@@ -14444,6 +14564,7 @@
14444
14564
  "provider",
14445
14565
  "provider=",
14446
14566
  "provider_for_action",
14567
+ "ps_credential",
14447
14568
  "public_method",
14448
14569
  "public_methods",
14449
14570
  "public_send",
@@ -14500,6 +14621,7 @@
14500
14621
  "source_line_number",
14501
14622
  "state_for_resource_reporter",
14502
14623
  "subscribes",
14624
+ "tagged?",
14503
14625
  "taint",
14504
14626
  "tainted?",
14505
14627
  "tap",
@@ -14701,6 +14823,7 @@
14701
14823
  "provider",
14702
14824
  "provider=",
14703
14825
  "provider_for_action",
14826
+ "ps_credential",
14704
14827
  "public_method",
14705
14828
  "public_methods",
14706
14829
  "public_send",
@@ -14757,6 +14880,7 @@
14757
14880
  "source_line_number",
14758
14881
  "state_for_resource_reporter",
14759
14882
  "subscribes",
14883
+ "tagged?",
14760
14884
  "taint",
14761
14885
  "tainted?",
14762
14886
  "tap",
@@ -14956,6 +15080,7 @@
14956
15080
  "provider",
14957
15081
  "provider=",
14958
15082
  "provider_for_action",
15083
+ "ps_credential",
14959
15084
  "public_method",
14960
15085
  "public_methods",
14961
15086
  "public_send",
@@ -15012,6 +15137,7 @@
15012
15137
  "source_line_number",
15013
15138
  "state_for_resource_reporter",
15014
15139
  "subscribes",
15140
+ "tagged?",
15015
15141
  "taint",
15016
15142
  "tainted?",
15017
15143
  "tap",
@@ -15213,6 +15339,7 @@
15213
15339
  "provider",
15214
15340
  "provider=",
15215
15341
  "provider_for_action",
15342
+ "ps_credential",
15216
15343
  "public_method",
15217
15344
  "public_methods",
15218
15345
  "public_send",
@@ -15269,6 +15396,7 @@
15269
15396
  "source_line_number",
15270
15397
  "state_for_resource_reporter",
15271
15398
  "subscribes",
15399
+ "tagged?",
15272
15400
  "taint",
15273
15401
  "tainted?",
15274
15402
  "tap",
@@ -15468,6 +15596,7 @@
15468
15596
  "provider",
15469
15597
  "provider=",
15470
15598
  "provider_for_action",
15599
+ "ps_credential",
15471
15600
  "public_method",
15472
15601
  "public_methods",
15473
15602
  "public_send",
@@ -15524,6 +15653,7 @@
15524
15653
  "source_line_number",
15525
15654
  "state_for_resource_reporter",
15526
15655
  "subscribes",
15656
+ "tagged?",
15527
15657
  "taint",
15528
15658
  "tainted?",
15529
15659
  "tap",
@@ -15751,6 +15881,7 @@
15751
15881
  "provider",
15752
15882
  "provider=",
15753
15883
  "provider_for_action",
15884
+ "ps_credential",
15754
15885
  "public_method",
15755
15886
  "public_methods",
15756
15887
  "public_send",
@@ -15811,6 +15942,7 @@
15811
15942
  "subject_alt_name",
15812
15943
  "subject_alt_name=",
15813
15944
  "subscribes",
15945
+ "tagged?",
15814
15946
  "taint",
15815
15947
  "tainted?",
15816
15948
  "tap",
@@ -16012,6 +16144,7 @@
16012
16144
  "provider",
16013
16145
  "provider=",
16014
16146
  "provider_for_action",
16147
+ "ps_credential",
16015
16148
  "public_method",
16016
16149
  "public_methods",
16017
16150
  "public_send",
@@ -16074,6 +16207,7 @@
16074
16207
  "source_line_number",
16075
16208
  "state_for_resource_reporter",
16076
16209
  "subscribes",
16210
+ "tagged?",
16077
16211
  "taint",
16078
16212
  "tainted?",
16079
16213
  "tap",
@@ -16289,6 +16423,7 @@
16289
16423
  "provider",
16290
16424
  "provider=",
16291
16425
  "provider_for_action",
16426
+ "ps_credential",
16292
16427
  "public_method",
16293
16428
  "public_methods",
16294
16429
  "public_send",
@@ -16347,6 +16482,7 @@
16347
16482
  "state=",
16348
16483
  "state_for_resource_reporter",
16349
16484
  "subscribes",
16485
+ "tagged?",
16350
16486
  "taint",
16351
16487
  "tainted?",
16352
16488
  "tap",
@@ -16522,6 +16658,7 @@
16522
16658
  "provider",
16523
16659
  "provider=",
16524
16660
  "provider_for_action",
16661
+ "ps_credential",
16525
16662
  "public_method",
16526
16663
  "public_methods",
16527
16664
  "public_send",
@@ -16575,6 +16712,7 @@
16575
16712
  "source_line_number",
16576
16713
  "state_for_resource_reporter",
16577
16714
  "subscribes",
16715
+ "tagged?",
16578
16716
  "taint",
16579
16717
  "tainted?",
16580
16718
  "tap",
@@ -16746,6 +16884,7 @@
16746
16884
  "provider",
16747
16885
  "provider=",
16748
16886
  "provider_for_action",
16887
+ "ps_credential",
16749
16888
  "public_method",
16750
16889
  "public_methods",
16751
16890
  "public_send",
@@ -16805,6 +16944,7 @@
16805
16944
  "source_line_number",
16806
16945
  "state_for_resource_reporter",
16807
16946
  "subscribes",
16947
+ "tagged?",
16808
16948
  "taint",
16809
16949
  "tainted?",
16810
16950
  "tap",
@@ -16980,6 +17120,7 @@
16980
17120
  "provider",
16981
17121
  "provider=",
16982
17122
  "provider_for_action",
17123
+ "ps_credential",
16983
17124
  "public_method",
16984
17125
  "public_methods",
16985
17126
  "public_send",
@@ -17039,6 +17180,7 @@
17039
17180
  "source_line_number",
17040
17181
  "state_for_resource_reporter",
17041
17182
  "subscribes",
17183
+ "tagged?",
17042
17184
  "taint",
17043
17185
  "tainted?",
17044
17186
  "tap",
@@ -17214,6 +17356,7 @@
17214
17356
  "provider",
17215
17357
  "provider=",
17216
17358
  "provider_for_action",
17359
+ "ps_credential",
17217
17360
  "public_method",
17218
17361
  "public_methods",
17219
17362
  "public_send",
@@ -17273,6 +17416,7 @@
17273
17416
  "source_line_number",
17274
17417
  "state_for_resource_reporter",
17275
17418
  "subscribes",
17419
+ "tagged?",
17276
17420
  "taint",
17277
17421
  "tainted?",
17278
17422
  "tap",
@@ -17473,6 +17617,7 @@
17473
17617
  "provider",
17474
17618
  "provider=",
17475
17619
  "provider_for_action",
17620
+ "ps_credential",
17476
17621
  "public_method",
17477
17622
  "public_methods",
17478
17623
  "public_send",
@@ -17529,6 +17674,7 @@
17529
17674
  "source_line_number",
17530
17675
  "state_for_resource_reporter",
17531
17676
  "subscribes",
17677
+ "tagged?",
17532
17678
  "taint",
17533
17679
  "tainted?",
17534
17680
  "tap",
@@ -17707,6 +17853,7 @@
17707
17853
  "provider",
17708
17854
  "provider=",
17709
17855
  "provider_for_action",
17856
+ "ps_credential",
17710
17857
  "public_method",
17711
17858
  "public_methods",
17712
17859
  "public_send",
@@ -17766,6 +17913,7 @@
17766
17913
  "source_line_number",
17767
17914
  "state_for_resource_reporter",
17768
17915
  "subscribes",
17916
+ "tagged?",
17769
17917
  "taint",
17770
17918
  "tainted?",
17771
17919
  "tap",
@@ -17942,6 +18090,7 @@
17942
18090
  "provider",
17943
18091
  "provider=",
17944
18092
  "provider_for_action",
18093
+ "ps_credential",
17945
18094
  "public_method",
17946
18095
  "public_methods",
17947
18096
  "public_send",
@@ -18003,6 +18152,7 @@
18003
18152
  "source_line_number",
18004
18153
  "state_for_resource_reporter",
18005
18154
  "subscribes",
18155
+ "tagged?",
18006
18156
  "taint",
18007
18157
  "tainted?",
18008
18158
  "tap",
@@ -18178,6 +18328,7 @@
18178
18328
  "provider_for_action",
18179
18329
  "provider_name",
18180
18330
  "provider_name=",
18331
+ "ps_credential",
18181
18332
  "public_method",
18182
18333
  "public_methods",
18183
18334
  "public_send",
@@ -18239,6 +18390,7 @@
18239
18390
  "source_name=",
18240
18391
  "state_for_resource_reporter",
18241
18392
  "subscribes",
18393
+ "tagged?",
18242
18394
  "taint",
18243
18395
  "tainted?",
18244
18396
  "tap",
@@ -18441,6 +18593,7 @@
18441
18593
  "provider",
18442
18594
  "provider=",
18443
18595
  "provider_for_action",
18596
+ "ps_credential",
18444
18597
  "public_method",
18445
18598
  "public_methods",
18446
18599
  "public_send",
@@ -18497,6 +18650,7 @@
18497
18650
  "source_line_number",
18498
18651
  "state_for_resource_reporter",
18499
18652
  "subscribes",
18653
+ "tagged?",
18500
18654
  "taint",
18501
18655
  "tainted?",
18502
18656
  "tap",
@@ -18700,6 +18854,7 @@
18700
18854
  "provider",
18701
18855
  "provider=",
18702
18856
  "provider_for_action",
18857
+ "ps_credential",
18703
18858
  "public_method",
18704
18859
  "public_methods",
18705
18860
  "public_send",
@@ -18756,6 +18911,7 @@
18756
18911
  "source_line_number",
18757
18912
  "state_for_resource_reporter",
18758
18913
  "subscribes",
18914
+ "tagged?",
18759
18915
  "taint",
18760
18916
  "tainted?",
18761
18917
  "tap",
@@ -18932,6 +19088,7 @@
18932
19088
  "provider",
18933
19089
  "provider=",
18934
19090
  "provider_for_action",
19091
+ "ps_credential",
18935
19092
  "public_method",
18936
19093
  "public_methods",
18937
19094
  "public_send",
@@ -18987,6 +19144,7 @@
18987
19144
  "source_line_number",
18988
19145
  "state_for_resource_reporter",
18989
19146
  "subscribes",
19147
+ "tagged?",
18990
19148
  "taint",
18991
19149
  "tainted?",
18992
19150
  "tap",
@@ -19158,6 +19316,7 @@
19158
19316
  "provider",
19159
19317
  "provider=",
19160
19318
  "provider_for_action",
19319
+ "ps_credential",
19161
19320
  "public_method",
19162
19321
  "public_methods",
19163
19322
  "public_send",
@@ -19213,6 +19372,7 @@
19213
19372
  "source_line_number",
19214
19373
  "state_for_resource_reporter",
19215
19374
  "subscribes",
19375
+ "tagged?",
19216
19376
  "taint",
19217
19377
  "tainted?",
19218
19378
  "tap",
@@ -19397,6 +19557,7 @@
19397
19557
  "provider",
19398
19558
  "provider=",
19399
19559
  "provider_for_action",
19560
+ "ps_credential",
19400
19561
  "public_method",
19401
19562
  "public_methods",
19402
19563
  "public_send",
@@ -19456,6 +19617,7 @@
19456
19617
  "source_line_number",
19457
19618
  "state_for_resource_reporter",
19458
19619
  "subscribes",
19620
+ "tagged?",
19459
19621
  "taint",
19460
19622
  "tainted?",
19461
19623
  "tap",
@@ -19653,6 +19815,7 @@
19653
19815
  "provider",
19654
19816
  "provider=",
19655
19817
  "provider_for_action",
19818
+ "ps_credential",
19656
19819
  "public_method",
19657
19820
  "public_methods",
19658
19821
  "public_send",
@@ -19717,6 +19880,7 @@
19717
19880
  "special_docker_files?",
19718
19881
  "state_for_resource_reporter",
19719
19882
  "subscribes",
19883
+ "tagged?",
19720
19884
  "taint",
19721
19885
  "tainted?",
19722
19886
  "tap",
@@ -19898,6 +20062,7 @@
19898
20062
  "provider",
19899
20063
  "provider=",
19900
20064
  "provider_for_action",
20065
+ "ps_credential",
19901
20066
  "public_method",
19902
20067
  "public_methods",
19903
20068
  "public_send",
@@ -19951,6 +20116,7 @@
19951
20116
  "source_line_number",
19952
20117
  "state_for_resource_reporter",
19953
20118
  "subscribes",
20119
+ "tagged?",
19954
20120
  "taint",
19955
20121
  "tainted?",
19956
20122
  "tap",
@@ -20120,6 +20286,7 @@
20120
20286
  "provider",
20121
20287
  "provider=",
20122
20288
  "provider_for_action",
20289
+ "ps_credential",
20123
20290
  "public_method",
20124
20291
  "public_methods",
20125
20292
  "public_send",
@@ -20173,6 +20340,7 @@
20173
20340
  "source_line_number",
20174
20341
  "state_for_resource_reporter",
20175
20342
  "subscribes",
20343
+ "tagged?",
20176
20344
  "taint",
20177
20345
  "tainted?",
20178
20346
  "tap",
@@ -20354,6 +20522,7 @@
20354
20522
  "provider",
20355
20523
  "provider=",
20356
20524
  "provider_for_action",
20525
+ "ps_credential",
20357
20526
  "public_method",
20358
20527
  "public_methods",
20359
20528
  "public_send",
@@ -20409,6 +20578,7 @@
20409
20578
  "source_line_number",
20410
20579
  "state_for_resource_reporter",
20411
20580
  "subscribes",
20581
+ "tagged?",
20412
20582
  "taint",
20413
20583
  "tainted?",
20414
20584
  "tap",
@@ -20578,6 +20748,7 @@
20578
20748
  "provider",
20579
20749
  "provider=",
20580
20750
  "provider_for_action",
20751
+ "ps_credential",
20581
20752
  "public_method",
20582
20753
  "public_methods",
20583
20754
  "public_send",
@@ -20633,6 +20804,7 @@
20633
20804
  "source_line_number",
20634
20805
  "state_for_resource_reporter",
20635
20806
  "subscribes",
20807
+ "tagged?",
20636
20808
  "taint",
20637
20809
  "tainted?",
20638
20810
  "tap",
@@ -20802,6 +20974,7 @@
20802
20974
  "provider",
20803
20975
  "provider=",
20804
20976
  "provider_for_action",
20977
+ "ps_credential",
20805
20978
  "public_method",
20806
20979
  "public_methods",
20807
20980
  "public_send",
@@ -20855,6 +21028,7 @@
20855
21028
  "source_line_number",
20856
21029
  "state_for_resource_reporter",
20857
21030
  "subscribes",
21031
+ "tagged?",
20858
21032
  "taint",
20859
21033
  "tainted?",
20860
21034
  "tap",
@@ -21042,6 +21216,7 @@
21042
21216
  "provider",
21043
21217
  "provider=",
21044
21218
  "provider_for_action",
21219
+ "ps_credential",
21045
21220
  "public_method",
21046
21221
  "public_methods",
21047
21222
  "public_send",
@@ -21097,6 +21272,7 @@
21097
21272
  "source_line_number",
21098
21273
  "state_for_resource_reporter",
21099
21274
  "subscribes",
21275
+ "tagged?",
21100
21276
  "taint",
21101
21277
  "tainted?",
21102
21278
  "tap",
@@ -21272,6 +21448,7 @@
21272
21448
  "provider",
21273
21449
  "provider=",
21274
21450
  "provider_for_action",
21451
+ "ps_credential",
21275
21452
  "public_method",
21276
21453
  "public_methods",
21277
21454
  "public_send",
@@ -21331,6 +21508,7 @@
21331
21508
  "source_line_number",
21332
21509
  "state_for_resource_reporter",
21333
21510
  "subscribes",
21511
+ "tagged?",
21334
21512
  "taint",
21335
21513
  "tainted?",
21336
21514
  "tap",
@@ -21531,6 +21709,7 @@
21531
21709
  "provider",
21532
21710
  "provider=",
21533
21711
  "provider_for_action",
21712
+ "ps_credential",
21534
21713
  "public_method",
21535
21714
  "public_methods",
21536
21715
  "public_send",
@@ -21587,6 +21766,7 @@
21587
21766
  "source_line_number",
21588
21767
  "state_for_resource_reporter",
21589
21768
  "subscribes",
21769
+ "tagged?",
21590
21770
  "taint",
21591
21771
  "tainted?",
21592
21772
  "tap",
@@ -21764,6 +21944,7 @@
21764
21944
  "provider",
21765
21945
  "provider=",
21766
21946
  "provider_for_action",
21947
+ "ps_credential",
21767
21948
  "public_method",
21768
21949
  "public_methods",
21769
21950
  "public_send",
@@ -21817,6 +21998,7 @@
21817
21998
  "source_line_number",
21818
21999
  "state_for_resource_reporter",
21819
22000
  "subscribes",
22001
+ "tagged?",
21820
22002
  "taint",
21821
22003
  "tainted?",
21822
22004
  "tap",
@@ -21999,6 +22181,7 @@
21999
22181
  "provider",
22000
22182
  "provider=",
22001
22183
  "provider_for_action",
22184
+ "ps_credential",
22002
22185
  "public_method",
22003
22186
  "public_methods",
22004
22187
  "public_send",
@@ -22060,6 +22243,7 @@
22060
22243
  "ssh_wrapper=",
22061
22244
  "state_for_resource_reporter",
22062
22245
  "subscribes",
22246
+ "tagged?",
22063
22247
  "taint",
22064
22248
  "tainted?",
22065
22249
  "tap",
@@ -22260,6 +22444,7 @@
22260
22444
  "provider",
22261
22445
  "provider=",
22262
22446
  "provider_for_action",
22447
+ "ps_credential",
22263
22448
  "public_method",
22264
22449
  "public_methods",
22265
22450
  "public_send",
@@ -22316,6 +22501,7 @@
22316
22501
  "source_line_number",
22317
22502
  "state_for_resource_reporter",
22318
22503
  "subscribes",
22504
+ "tagged?",
22319
22505
  "taint",
22320
22506
  "tainted?",
22321
22507
  "tap",
@@ -22437,6 +22623,7 @@
22437
22623
  "ignore_failure",
22438
22624
  "ignore_failure=",
22439
22625
  "immediate_notifications",
22626
+ "indirect",
22440
22627
  "inherits",
22441
22628
  "init_command",
22442
22629
  "inspect",
@@ -22497,6 +22684,7 @@
22497
22684
  "provider",
22498
22685
  "provider=",
22499
22686
  "provider_for_action",
22687
+ "ps_credential",
22500
22688
  "public_method",
22501
22689
  "public_methods",
22502
22690
  "public_send",
@@ -22561,6 +22749,7 @@
22561
22749
  "subscribes",
22562
22750
  "supports",
22563
22751
  "supports=",
22752
+ "tagged?",
22564
22753
  "taint",
22565
22754
  "tainted?",
22566
22755
  "tap",
@@ -22734,6 +22923,7 @@
22734
22923
  "provider",
22735
22924
  "provider=",
22736
22925
  "provider_for_action",
22926
+ "ps_credential",
22737
22927
  "public_method",
22738
22928
  "public_methods",
22739
22929
  "public_send",
@@ -22793,6 +22983,7 @@
22793
22983
  "source_line_number",
22794
22984
  "state_for_resource_reporter",
22795
22985
  "subscribes",
22986
+ "tagged?",
22796
22987
  "taint",
22797
22988
  "tainted?",
22798
22989
  "tap",
@@ -22968,6 +23159,7 @@
22968
23159
  "provider",
22969
23160
  "provider=",
22970
23161
  "provider_for_action",
23162
+ "ps_credential",
22971
23163
  "public_method",
22972
23164
  "public_methods",
22973
23165
  "public_send",
@@ -23027,6 +23219,7 @@
23027
23219
  "source_line_number",
23028
23220
  "state_for_resource_reporter",
23029
23221
  "subscribes",
23222
+ "tagged?",
23030
23223
  "taint",
23031
23224
  "tainted?",
23032
23225
  "tap",
@@ -23216,6 +23409,7 @@
23216
23409
  "provider",
23217
23410
  "provider=",
23218
23411
  "provider_for_action",
23412
+ "ps_credential",
23219
23413
  "public_method",
23220
23414
  "public_methods",
23221
23415
  "public_send",
@@ -23269,6 +23463,7 @@
23269
23463
  "source_line_number",
23270
23464
  "state_for_resource_reporter",
23271
23465
  "subscribes",
23466
+ "tagged?",
23272
23467
  "taint",
23273
23468
  "tainted?",
23274
23469
  "tap",
@@ -23453,6 +23648,7 @@
23453
23648
  "provider",
23454
23649
  "provider=",
23455
23650
  "provider_for_action",
23651
+ "ps_credential",
23456
23652
  "public_method",
23457
23653
  "public_methods",
23458
23654
  "public_send",
@@ -23524,6 +23720,7 @@
23524
23720
  "svn_password=",
23525
23721
  "svn_username",
23526
23722
  "svn_username=",
23723
+ "tagged?",
23527
23724
  "taint",
23528
23725
  "tainted?",
23529
23726
  "tap",
@@ -23720,6 +23917,7 @@
23720
23917
  "provider",
23721
23918
  "provider=",
23722
23919
  "provider_for_action",
23920
+ "ps_credential",
23723
23921
  "public_method",
23724
23922
  "public_methods",
23725
23923
  "public_send",
@@ -23777,6 +23975,7 @@
23777
23975
  "source_line_number",
23778
23976
  "state_for_resource_reporter",
23779
23977
  "subscribes",
23978
+ "tagged?",
23780
23979
  "taint",
23781
23980
  "tainted?",
23782
23981
  "tap",
@@ -23959,6 +24158,7 @@
23959
24158
  "provider",
23960
24159
  "provider=",
23961
24160
  "provider_for_action",
24161
+ "ps_credential",
23962
24162
  "public_method",
23963
24163
  "public_methods",
23964
24164
  "public_send",
@@ -24016,6 +24216,7 @@
24016
24216
  "subscribes",
24017
24217
  "swappiness",
24018
24218
  "swappiness=",
24219
+ "tagged?",
24019
24220
  "taint",
24020
24221
  "tainted?",
24021
24222
  "tap",
@@ -24193,6 +24394,7 @@
24193
24394
  "provider",
24194
24395
  "provider=",
24195
24396
  "provider_for_action",
24397
+ "ps_credential",
24196
24398
  "public_method",
24197
24399
  "public_methods",
24198
24400
  "public_send",
@@ -24246,6 +24448,7 @@
24246
24448
  "source_line_number",
24247
24449
  "state_for_resource_reporter",
24248
24450
  "subscribes",
24451
+ "tagged?",
24249
24452
  "taint",
24250
24453
  "tainted?",
24251
24454
  "tap",
@@ -24367,6 +24570,8 @@
24367
24570
  "ignore_failure",
24368
24571
  "ignore_failure=",
24369
24572
  "immediate_notifications",
24573
+ "indirect",
24574
+ "indirect=",
24370
24575
  "inherits",
24371
24576
  "inspect",
24372
24577
  "instance_eval",
@@ -24423,6 +24628,7 @@
24423
24628
  "provider",
24424
24629
  "provider=",
24425
24630
  "provider_for_action",
24631
+ "ps_credential",
24426
24632
  "public_method",
24427
24633
  "public_methods",
24428
24634
  "public_send",
@@ -24478,6 +24684,7 @@
24478
24684
  "static",
24479
24685
  "static=",
24480
24686
  "subscribes",
24687
+ "tagged?",
24481
24688
  "taint",
24482
24689
  "tainted?",
24483
24690
  "tap",
@@ -24684,6 +24891,7 @@
24684
24891
  "provider",
24685
24892
  "provider=",
24686
24893
  "provider_for_action",
24894
+ "ps_credential",
24687
24895
  "public_method",
24688
24896
  "public_methods",
24689
24897
  "public_send",
@@ -24739,6 +24947,7 @@
24739
24947
  "special_docker_files?",
24740
24948
  "state_for_resource_reporter",
24741
24949
  "subscribes",
24950
+ "tagged?",
24742
24951
  "taint",
24743
24952
  "tainted?",
24744
24953
  "tap",
@@ -24912,6 +25121,7 @@
24912
25121
  "provider",
24913
25122
  "provider=",
24914
25123
  "provider_for_action",
25124
+ "ps_credential",
24915
25125
  "public_method",
24916
25126
  "public_methods",
24917
25127
  "public_send",
@@ -24965,6 +25175,7 @@
24965
25175
  "source_line_number",
24966
25176
  "state_for_resource_reporter",
24967
25177
  "subscribes",
25178
+ "tagged?",
24968
25179
  "taint",
24969
25180
  "tainted?",
24970
25181
  "tap",
@@ -25143,6 +25354,7 @@
25143
25354
  "provider",
25144
25355
  "provider=",
25145
25356
  "provider_for_action",
25357
+ "ps_credential",
25146
25358
  "public_method",
25147
25359
  "public_methods",
25148
25360
  "public_send",
@@ -25199,6 +25411,7 @@
25199
25411
  "state_for_resource_reporter",
25200
25412
  "subscribes",
25201
25413
  "system",
25414
+ "tagged?",
25202
25415
  "taint",
25203
25416
  "tainted?",
25204
25417
  "tap",
@@ -25372,6 +25585,7 @@
25372
25585
  "provider",
25373
25586
  "provider=",
25374
25587
  "provider_for_action",
25588
+ "ps_credential",
25375
25589
  "public_method",
25376
25590
  "public_methods",
25377
25591
  "public_send",
@@ -25425,6 +25639,7 @@
25425
25639
  "source_line_number",
25426
25640
  "state_for_resource_reporter",
25427
25641
  "subscribes",
25642
+ "tagged?",
25428
25643
  "taint",
25429
25644
  "tainted?",
25430
25645
  "tap",
@@ -25602,6 +25817,7 @@
25602
25817
  "provider",
25603
25818
  "provider=",
25604
25819
  "provider_for_action",
25820
+ "ps_credential",
25605
25821
  "public_method",
25606
25822
  "public_methods",
25607
25823
  "public_send",
@@ -25657,6 +25873,7 @@
25657
25873
  "source_line_number",
25658
25874
  "state_for_resource_reporter",
25659
25875
  "subscribes",
25876
+ "tagged?",
25660
25877
  "taint",
25661
25878
  "tainted?",
25662
25879
  "tap",
@@ -25831,6 +26048,7 @@
25831
26048
  "provider",
25832
26049
  "provider=",
25833
26050
  "provider_for_action",
26051
+ "ps_credential",
25834
26052
  "public_method",
25835
26053
  "public_methods",
25836
26054
  "public_send",
@@ -25886,6 +26104,7 @@
25886
26104
  "source_line_number",
25887
26105
  "state_for_resource_reporter",
25888
26106
  "subscribes",
26107
+ "tagged?",
25889
26108
  "taint",
25890
26109
  "tainted?",
25891
26110
  "tap",
@@ -26059,6 +26278,7 @@
26059
26278
  "provider",
26060
26279
  "provider=",
26061
26280
  "provider_for_action",
26281
+ "ps_credential",
26062
26282
  "public_method",
26063
26283
  "public_methods",
26064
26284
  "public_send",
@@ -26116,6 +26336,7 @@
26116
26336
  "store_name",
26117
26337
  "store_name=",
26118
26338
  "subscribes",
26339
+ "tagged?",
26119
26340
  "taint",
26120
26341
  "tainted?",
26121
26342
  "tap",
@@ -26289,6 +26510,7 @@
26289
26510
  "provider",
26290
26511
  "provider=",
26291
26512
  "provider_for_action",
26513
+ "ps_credential",
26292
26514
  "public_method",
26293
26515
  "public_methods",
26294
26516
  "public_send",
@@ -26342,6 +26564,7 @@
26342
26564
  "source_line_number",
26343
26565
  "state_for_resource_reporter",
26344
26566
  "subscribes",
26567
+ "tagged?",
26345
26568
  "taint",
26346
26569
  "tainted?",
26347
26570
  "tap",
@@ -26521,6 +26744,7 @@
26521
26744
  "provider",
26522
26745
  "provider=",
26523
26746
  "provider_for_action",
26747
+ "ps_credential",
26524
26748
  "public_method",
26525
26749
  "public_methods",
26526
26750
  "public_send",
@@ -26576,6 +26800,7 @@
26576
26800
  "source_line_number",
26577
26801
  "state_for_resource_reporter",
26578
26802
  "subscribes",
26803
+ "tagged?",
26579
26804
  "taint",
26580
26805
  "tainted?",
26581
26806
  "tap",
@@ -26749,6 +26974,7 @@
26749
26974
  "provider",
26750
26975
  "provider=",
26751
26976
  "provider_for_action",
26977
+ "ps_credential",
26752
26978
  "public_method",
26753
26979
  "public_methods",
26754
26980
  "public_send",
@@ -26804,6 +27030,7 @@
26804
27030
  "source_line_number",
26805
27031
  "state_for_resource_reporter",
26806
27032
  "subscribes",
27033
+ "tagged?",
26807
27034
  "taint",
26808
27035
  "tainted?",
26809
27036
  "tap",
@@ -26980,6 +27207,7 @@
26980
27207
  "provider",
26981
27208
  "provider=",
26982
27209
  "provider_for_action",
27210
+ "ps_credential",
26983
27211
  "public_method",
26984
27212
  "public_methods",
26985
27213
  "public_send",
@@ -27035,6 +27263,7 @@
27035
27263
  "source_line_number",
27036
27264
  "state_for_resource_reporter",
27037
27265
  "subscribes",
27266
+ "tagged?",
27038
27267
  "taint",
27039
27268
  "tainted?",
27040
27269
  "tap",
@@ -27229,6 +27458,7 @@
27229
27458
  "provider",
27230
27459
  "provider=",
27231
27460
  "provider_for_action",
27461
+ "ps_credential",
27232
27462
  "public_method",
27233
27463
  "public_methods",
27234
27464
  "public_send",
@@ -27292,6 +27522,7 @@
27292
27522
  "source_line_number",
27293
27523
  "state_for_resource_reporter",
27294
27524
  "subscribes",
27525
+ "tagged?",
27295
27526
  "taint",
27296
27527
  "tainted?",
27297
27528
  "tap",
@@ -27461,6 +27692,7 @@
27461
27692
  "provider",
27462
27693
  "provider=",
27463
27694
  "provider_for_action",
27695
+ "ps_credential",
27464
27696
  "public_method",
27465
27697
  "public_methods",
27466
27698
  "public_send",
@@ -27516,6 +27748,7 @@
27516
27748
  "source_line_number",
27517
27749
  "state_for_resource_reporter",
27518
27750
  "subscribes",
27751
+ "tagged?",
27519
27752
  "taint",
27520
27753
  "tainted?",
27521
27754
  "tap",
@@ -27692,6 +27925,7 @@
27692
27925
  "provider",
27693
27926
  "provider=",
27694
27927
  "provider_for_action",
27928
+ "ps_credential",
27695
27929
  "public_method",
27696
27930
  "public_methods",
27697
27931
  "public_send",
@@ -27755,6 +27989,7 @@
27755
27989
  "source_line_number",
27756
27990
  "state_for_resource_reporter",
27757
27991
  "subscribes",
27992
+ "tagged?",
27758
27993
  "taint",
27759
27994
  "tainted?",
27760
27995
  "tap",
@@ -27935,6 +28170,7 @@
27935
28170
  "provider",
27936
28171
  "provider=",
27937
28172
  "provider_for_action",
28173
+ "ps_credential",
27938
28174
  "public_method",
27939
28175
  "public_methods",
27940
28176
  "public_send",
@@ -27990,6 +28226,7 @@
27990
28226
  "subscribes",
27991
28227
  "system_managed",
27992
28228
  "system_managed=",
28229
+ "tagged?",
27993
28230
  "taint",
27994
28231
  "tainted?",
27995
28232
  "tap",
@@ -28159,6 +28396,7 @@
28159
28396
  "provider",
28160
28397
  "provider=",
28161
28398
  "provider_for_action",
28399
+ "ps_credential",
28162
28400
  "public_method",
28163
28401
  "public_methods",
28164
28402
  "public_send",
@@ -28212,6 +28450,7 @@
28212
28450
  "source_line_number",
28213
28451
  "state_for_resource_reporter",
28214
28452
  "subscribes",
28453
+ "tagged?",
28215
28454
  "taint",
28216
28455
  "tainted?",
28217
28456
  "tap",
@@ -28395,6 +28634,7 @@
28395
28634
  "provider",
28396
28635
  "provider=",
28397
28636
  "provider_for_action",
28637
+ "ps_credential",
28398
28638
  "public_method",
28399
28639
  "public_methods",
28400
28640
  "public_send",
@@ -28452,6 +28692,7 @@
28452
28692
  "source_line_number",
28453
28693
  "state_for_resource_reporter",
28454
28694
  "subscribes",
28695
+ "tagged?",
28455
28696
  "taint",
28456
28697
  "tainted?",
28457
28698
  "tap",
@@ -28633,6 +28874,7 @@
28633
28874
  "provider",
28634
28875
  "provider=",
28635
28876
  "provider_for_action",
28877
+ "ps_credential",
28636
28878
  "public_method",
28637
28879
  "public_methods",
28638
28880
  "public_send",
@@ -28688,6 +28930,7 @@
28688
28930
  "source_line_number",
28689
28931
  "state_for_resource_reporter",
28690
28932
  "subscribes",
28933
+ "tagged?",
28691
28934
  "taint",
28692
28935
  "tainted?",
28693
28936
  "tap",
@@ -28885,6 +29128,7 @@
28885
29128
  "provider",
28886
29129
  "provider=",
28887
29130
  "provider_for_action",
29131
+ "ps_credential",
28888
29132
  "public_method",
28889
29133
  "public_methods",
28890
29134
  "public_send",
@@ -28941,6 +29185,7 @@
28941
29185
  "source_line_number",
28942
29186
  "state_for_resource_reporter",
28943
29187
  "subscribes",
29188
+ "tagged?",
28944
29189
  "taint",
28945
29190
  "tainted?",
28946
29191
  "tap",
@@ -29076,6 +29321,7 @@
29076
29321
  "ignore_failure",
29077
29322
  "ignore_failure=",
29078
29323
  "immediate_notifications",
29324
+ "indirect",
29079
29325
  "inherits",
29080
29326
  "init_command",
29081
29327
  "inspect",
@@ -29138,6 +29384,7 @@
29138
29384
  "provider",
29139
29385
  "provider=",
29140
29386
  "provider_for_action",
29387
+ "ps_credential",
29141
29388
  "public_method",
29142
29389
  "public_methods",
29143
29390
  "public_send",
@@ -29210,6 +29457,7 @@
29210
29457
  "subscribes",
29211
29458
  "supports",
29212
29459
  "supports=",
29460
+ "tagged?",
29213
29461
  "taint",
29214
29462
  "tainted?",
29215
29463
  "tap",
@@ -29397,6 +29645,7 @@
29397
29645
  "provider",
29398
29646
  "provider=",
29399
29647
  "provider_for_action",
29648
+ "ps_credential",
29400
29649
  "public_method",
29401
29650
  "public_methods",
29402
29651
  "public_send",
@@ -29457,6 +29706,7 @@
29457
29706
  "state_for_resource_reporter",
29458
29707
  "stripped_account",
29459
29708
  "subscribes",
29709
+ "tagged?",
29460
29710
  "taint",
29461
29711
  "tainted?",
29462
29712
  "tap",
@@ -29635,6 +29885,7 @@
29635
29885
  "provider",
29636
29886
  "provider=",
29637
29887
  "provider_for_action",
29888
+ "ps_credential",
29638
29889
  "public_method",
29639
29890
  "public_methods",
29640
29891
  "public_send",
@@ -29690,6 +29941,7 @@
29690
29941
  "source_line_number",
29691
29942
  "state_for_resource_reporter",
29692
29943
  "subscribes",
29944
+ "tagged?",
29693
29945
  "taint",
29694
29946
  "tainted?",
29695
29947
  "tap",
@@ -29895,6 +30147,7 @@
29895
30147
  "provider",
29896
30148
  "provider=",
29897
30149
  "provider_for_action",
30150
+ "ps_credential",
29898
30151
  "public_method",
29899
30152
  "public_methods",
29900
30153
  "public_send",
@@ -29958,6 +30211,7 @@
29958
30211
  "stop_if_going_on_batteries",
29959
30212
  "stop_if_going_on_batteries=",
29960
30213
  "subscribes",
30214
+ "tagged?",
29961
30215
  "taint",
29962
30216
  "tainted?",
29963
30217
  "tap",
@@ -30134,6 +30388,7 @@
30134
30388
  "provider",
30135
30389
  "provider=",
30136
30390
  "provider_for_action",
30391
+ "ps_credential",
30137
30392
  "public_method",
30138
30393
  "public_methods",
30139
30394
  "public_send",
@@ -30189,6 +30444,7 @@
30189
30444
  "source_line_number",
30190
30445
  "state_for_resource_reporter",
30191
30446
  "subscribes",
30447
+ "tagged?",
30192
30448
  "taint",
30193
30449
  "tainted?",
30194
30450
  "tap",
@@ -30370,6 +30626,7 @@
30370
30626
  "provider",
30371
30627
  "provider=",
30372
30628
  "provider_for_action",
30629
+ "ps_credential",
30373
30630
  "public_method",
30374
30631
  "public_methods",
30375
30632
  "public_send",
@@ -30429,6 +30686,7 @@
30429
30686
  "source_line_number",
30430
30687
  "state_for_resource_reporter",
30431
30688
  "subscribes",
30689
+ "tagged?",
30432
30690
  "taint",
30433
30691
  "tainted?",
30434
30692
  "tap",
@@ -30664,6 +30922,7 @@
30664
30922
  "proxy_password=",
30665
30923
  "proxy_username",
30666
30924
  "proxy_username=",
30925
+ "ps_credential",
30667
30926
  "public_method",
30668
30927
  "public_methods",
30669
30928
  "public_send",
@@ -30735,6 +30994,7 @@
30735
30994
  "sslverify=",
30736
30995
  "state_for_resource_reporter",
30737
30996
  "subscribes",
30997
+ "tagged?",
30738
30998
  "taint",
30739
30999
  "tainted?",
30740
31000
  "tap",
@@ -30919,6 +31179,7 @@
30919
31179
  "provider",
30920
31180
  "provider=",
30921
31181
  "provider_for_action",
31182
+ "ps_credential",
30922
31183
  "public_method",
30923
31184
  "public_methods",
30924
31185
  "public_send",
@@ -30978,6 +31239,7 @@
30978
31239
  "source_line_number",
30979
31240
  "state_for_resource_reporter",
30980
31241
  "subscribes",
31242
+ "tagged?",
30981
31243
  "taint",
30982
31244
  "tainted?",
30983
31245
  "tap",
@@ -31176,6 +31438,7 @@
31176
31438
  "provider",
31177
31439
  "provider=",
31178
31440
  "provider_for_action",
31441
+ "ps_credential",
31179
31442
  "public_method",
31180
31443
  "public_methods",
31181
31444
  "public_send",
@@ -31235,6 +31498,7 @@
31235
31498
  "source_line_number",
31236
31499
  "state_for_resource_reporter",
31237
31500
  "subscribes",
31501
+ "tagged?",
31238
31502
  "taint",
31239
31503
  "tainted?",
31240
31504
  "tap",