rack-coffee 0.0.1

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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/rack-coffee.rb +8 -0
  3. metadata +39 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1adb463d6706ef5efecd06a4cea170d98f504154c22dbd2b5c85c60723b51b85
4
+ data.tar.gz: 1e42c2c6f06a44b19da0b07543f0fa415808dfb21b39276975f5652999d0debf
5
+ SHA512:
6
+ metadata.gz: cd082247db237e17d16d7bd3d41bac7d12b586dd2647bf2659c281e96801cd4fb877948da8a3eb84c861a9321f93719b4ca9398c4d24e62ea388f861af1141c4
7
+ data.tar.gz: c42ae559788ff9be7835be009d594c9a7a593ff25a8aa5737432bdb472bea9a973aa9205eaf63be309e835fe9eaa8cbe380761f52a3a9f856ee7da4b4e788750
@@ -0,0 +1,8 @@
1
+ # RESPONSIBLE DISCLOSURE ONLY
2
+ # Claimed for Swisscom Bug Bounty
3
+ # No malicious code present
4
+ module RackCoffee
5
+ def self.disclosure
6
+ "Responsible disclosure - Swisscom Bug Bounty"
7
+ end
8
+ end
metadata ADDED
@@ -0,0 +1,39 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rack-coffee
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Security Researcher
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Claimed for Swisscom Bug Bounty responsible disclosure. No malicious
13
+ code.
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - lib/rack-coffee.rb
19
+ licenses:
20
+ - MIT
21
+ metadata: {}
22
+ rdoc_options: []
23
+ require_paths:
24
+ - lib
25
+ required_ruby_version: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
30
+ required_rubygems_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ requirements: []
36
+ rubygems_version: 3.6.7
37
+ specification_version: 4
38
+ summary: Responsible Disclosure Only
39
+ test_files: []