jr-paperclip 8.0.2 → 8.0.3

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.
Files changed (134) hide show
  1. checksums.yaml +4 -4
  2. data/NEWS +4 -0
  3. data/lib/paperclip/version.rb +1 -1
  4. metadata +3 -247
  5. data/.github/FUNDING.yml +0 -3
  6. data/.github/ISSUE_TEMPLATE/bug_report.md +0 -18
  7. data/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
  8. data/.github/workflows/reviewdog.yml +0 -23
  9. data/.github/workflows/tests.yml +0 -56
  10. data/.gitignore +0 -19
  11. data/.qlty/.gitignore +0 -7
  12. data/.qlty/qlty.toml +0 -89
  13. data/Appraisals +0 -29
  14. data/Gemfile +0 -18
  15. data/bin/console +0 -11
  16. data/features/basic_integration.feature +0 -112
  17. data/features/migration.feature +0 -29
  18. data/features/rake_tasks.feature +0 -62
  19. data/features/step_definitions/attachment_steps.rb +0 -138
  20. data/features/step_definitions/html_steps.rb +0 -15
  21. data/features/step_definitions/rails_steps.rb +0 -271
  22. data/features/step_definitions/s3_steps.rb +0 -16
  23. data/features/step_definitions/web_steps.rb +0 -106
  24. data/features/support/env.rb +0 -12
  25. data/features/support/file_helpers.rb +0 -34
  26. data/features/support/fixtures/boot_config.txt +0 -15
  27. data/features/support/fixtures/gemfile.txt +0 -5
  28. data/features/support/fixtures/preinitializer.txt +0 -20
  29. data/features/support/paths.rb +0 -28
  30. data/features/support/rails.rb +0 -39
  31. data/features/support/selectors.rb +0 -19
  32. data/features/support/webmock_setup.rb +0 -8
  33. data/gemfiles/7.0.gemfile +0 -21
  34. data/gemfiles/7.1.gemfile +0 -21
  35. data/gemfiles/7.2.gemfile +0 -21
  36. data/gemfiles/8.0.gemfile +0 -21
  37. data/gemfiles/8.1.gemfile +0 -21
  38. data/paperclip.gemspec +0 -52
  39. data/spec/database.yml +0 -4
  40. data/spec/paperclip/attachment_definitions_spec.rb +0 -313
  41. data/spec/paperclip/attachment_processing_spec.rb +0 -79
  42. data/spec/paperclip/attachment_registry_spec.rb +0 -158
  43. data/spec/paperclip/attachment_spec.rb +0 -1617
  44. data/spec/paperclip/content_type_detector_spec.rb +0 -58
  45. data/spec/paperclip/file_command_content_type_detector_spec.rb +0 -40
  46. data/spec/paperclip/filename_cleaner_spec.rb +0 -13
  47. data/spec/paperclip/geometry_detector_spec.rb +0 -96
  48. data/spec/paperclip/geometry_parser_spec.rb +0 -73
  49. data/spec/paperclip/geometry_spec.rb +0 -270
  50. data/spec/paperclip/glue_spec.rb +0 -63
  51. data/spec/paperclip/has_attached_file_spec.rb +0 -78
  52. data/spec/paperclip/helpers_spec.rb +0 -49
  53. data/spec/paperclip/integration_spec.rb +0 -702
  54. data/spec/paperclip/interpolations_spec.rb +0 -270
  55. data/spec/paperclip/io_adapters/abstract_adapter_spec.rb +0 -160
  56. data/spec/paperclip/io_adapters/attachment_adapter_spec.rb +0 -167
  57. data/spec/paperclip/io_adapters/data_uri_adapter_spec.rb +0 -88
  58. data/spec/paperclip/io_adapters/empty_string_adapter_spec.rb +0 -17
  59. data/spec/paperclip/io_adapters/file_adapter_spec.rb +0 -134
  60. data/spec/paperclip/io_adapters/http_url_proxy_adapter_spec.rb +0 -142
  61. data/spec/paperclip/io_adapters/identity_adapter_spec.rb +0 -8
  62. data/spec/paperclip/io_adapters/nil_adapter_spec.rb +0 -25
  63. data/spec/paperclip/io_adapters/registry_spec.rb +0 -35
  64. data/spec/paperclip/io_adapters/stringio_adapter_spec.rb +0 -64
  65. data/spec/paperclip/io_adapters/uploaded_file_adapter_spec.rb +0 -146
  66. data/spec/paperclip/io_adapters/uri_adapter_spec.rb +0 -231
  67. data/spec/paperclip/lazy_thumbnail_compatibility_spec.rb +0 -266
  68. data/spec/paperclip/matchers/have_attached_file_matcher_spec.rb +0 -19
  69. data/spec/paperclip/matchers/validate_attachment_content_type_matcher_spec.rb +0 -108
  70. data/spec/paperclip/matchers/validate_attachment_presence_matcher_spec.rb +0 -69
  71. data/spec/paperclip/matchers/validate_attachment_size_matcher_spec.rb +0 -88
  72. data/spec/paperclip/media_type_spoof_detector_spec.rb +0 -126
  73. data/spec/paperclip/meta_class_spec.rb +0 -30
  74. data/spec/paperclip/migration_guide_example_spec.rb +0 -44
  75. data/spec/paperclip/paperclip_missing_attachment_styles_spec.rb +0 -88
  76. data/spec/paperclip/paperclip_spec.rb +0 -196
  77. data/spec/paperclip/plural_cache_spec.rb +0 -37
  78. data/spec/paperclip/processor_helpers_spec.rb +0 -57
  79. data/spec/paperclip/processor_spec.rb +0 -60
  80. data/spec/paperclip/rails_environment_spec.rb +0 -30
  81. data/spec/paperclip/rake_spec.rb +0 -103
  82. data/spec/paperclip/schema_spec.rb +0 -298
  83. data/spec/paperclip/storage/filesystem_spec.rb +0 -102
  84. data/spec/paperclip/storage/fog_spec.rb +0 -606
  85. data/spec/paperclip/storage/s3_live_spec.rb +0 -188
  86. data/spec/paperclip/storage/s3_spec.rb +0 -1974
  87. data/spec/paperclip/style_spec.rb +0 -309
  88. data/spec/paperclip/tempfile_factory_spec.rb +0 -33
  89. data/spec/paperclip/tempfile_spec.rb +0 -35
  90. data/spec/paperclip/thumbnail_custom_options_spec.rb +0 -225
  91. data/spec/paperclip/thumbnail_loader_options_spec.rb +0 -53
  92. data/spec/paperclip/thumbnail_security_spec.rb +0 -42
  93. data/spec/paperclip/thumbnail_spec.rb +0 -1488
  94. data/spec/paperclip/url_generator_spec.rb +0 -231
  95. data/spec/paperclip/validators/attachment_content_type_validator_spec.rb +0 -410
  96. data/spec/paperclip/validators/attachment_file_name_validator_spec.rb +0 -249
  97. data/spec/paperclip/validators/attachment_presence_validator_spec.rb +0 -85
  98. data/spec/paperclip/validators/attachment_size_validator_spec.rb +0 -325
  99. data/spec/paperclip/validators/media_type_spoof_detection_validator_spec.rb +0 -48
  100. data/spec/paperclip/validators_spec.rb +0 -179
  101. data/spec/spec_helper.rb +0 -52
  102. data/spec/support/assertions.rb +0 -84
  103. data/spec/support/fake_model.rb +0 -24
  104. data/spec/support/fake_rails.rb +0 -12
  105. data/spec/support/fixtures/12k.png +0 -0
  106. data/spec/support/fixtures/50x50.png +0 -0
  107. data/spec/support/fixtures/5k.png +0 -0
  108. data/spec/support/fixtures/animated +0 -0
  109. data/spec/support/fixtures/animated.gif +0 -0
  110. data/spec/support/fixtures/animated.unknown +0 -0
  111. data/spec/support/fixtures/aws_s3.yml +0 -13
  112. data/spec/support/fixtures/bad.png +0 -1
  113. data/spec/support/fixtures/big_image.jpg +0 -0
  114. data/spec/support/fixtures/empty.html +0 -1
  115. data/spec/support/fixtures/empty.xlsx +0 -0
  116. data/spec/support/fixtures/fog.yml +0 -8
  117. data/spec/support/fixtures/rotated.jpg +0 -0
  118. data/spec/support/fixtures/s3.yml +0 -8
  119. data/spec/support/fixtures/sample.xlsm +0 -0
  120. data/spec/support/fixtures/spaced file.jpg +0 -0
  121. data/spec/support/fixtures/spaced file.png +0 -0
  122. data/spec/support/fixtures/text.txt +0 -1
  123. data/spec/support/fixtures/twopage.pdf +0 -0
  124. data/spec/support/fixtures/uppercase.PNG +0 -0
  125. data/spec/support/matchers/accept.rb +0 -5
  126. data/spec/support/matchers/exist.rb +0 -5
  127. data/spec/support/matchers/have_column.rb +0 -23
  128. data/spec/support/mock_attachment.rb +0 -24
  129. data/spec/support/mock_interpolator.rb +0 -24
  130. data/spec/support/mock_url_generator_builder.rb +0 -26
  131. data/spec/support/model_reconstruction.rb +0 -72
  132. data/spec/support/reporting.rb +0 -11
  133. data/spec/support/test_data.rb +0 -13
  134. data/spec/support/version_helper.rb +0 -9
@@ -1,42 +0,0 @@
1
- require "spec_helper"
2
-
3
- describe Paperclip::Thumbnail do
4
- context "Security" do
5
- old_backend = Paperclip.options[:backend]
6
-
7
- before do
8
- @file = File.new(fixture_file("5k.png"), "rb")
9
- @attachment = double("Attachment", options: {})
10
- Paperclip.options[:backend] = :image_magick
11
- end
12
-
13
- after do
14
- @file.close
15
- Paperclip.options[:backend] = old_backend
16
- end
17
-
18
- it "allows safe convert options" do
19
- thumb = Paperclip::Thumbnail.new(@file, { geometry: "100x100", convert_options: "-strip" }, @attachment)
20
-
21
- expect(Paperclip).to_not receive(:log).with(/Warning: Option strip is not allowed/)
22
- thumb.make
23
- end
24
-
25
- it "blocks unsafe convert options" do
26
- # -write is not in the ALLOWED_IMAGEMAGICK_OPTIONS list
27
- thumb = Paperclip::Thumbnail.new(@file, { geometry: "100x100", convert_options: "-write /tmp/hacked.png" },
28
- @attachment)
29
-
30
- expect(Paperclip).to receive(:log).with("Warning: Option write is not allowed.")
31
- thumb.make
32
- end
33
-
34
- it "allows options with underscores in the whitelist when passed with hyphens" do
35
- # 'auto_orient' is in the list. User passes '-auto-orient'.
36
- thumb = Paperclip::Thumbnail.new(@file, { geometry: "100x100", convert_options: "-auto-orient" }, @attachment)
37
-
38
- expect(Paperclip).to_not receive(:log).with(/Warning: Option auto-orient is not allowed/)
39
- thumb.make
40
- end
41
- end
42
- end