soos_sample_project 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/soos_sample_project.rb +5 -0
  3. metadata +48 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 653494492be7134975500484dbde28654aec6fc96761efa4ea590ae60587668d
4
+ data.tar.gz: cbd53ae1f64d50b7a526522e81f2395701e974d732d7e7e0a3c2b7fb4bab762f
5
+ SHA512:
6
+ metadata.gz: '0383bf768c5acaf669c9a762913705f4379aa6459367786b759496779d1052d8f551657c282382bba80fced1fac1414e679ea81a67f3e97ab949628ae45cfede'
7
+ data.tar.gz: 883ef0ed612cabbb644cb3b36643e17221b3d97911a229561ab589ca75b869f32e4d90f9f494c270d27109d521f70e72441467945b69bfbd7f5cd2d6e0d7b41d
@@ -0,0 +1,5 @@
1
+ class Soos_sample_project
2
+ def self.print
3
+ puts "This is an example of a bad package."
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: soos_sample_project
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.1
5
+ platform: ruby
6
+ authors:
7
+ - SOOS
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-02-06 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: SOOS ( https://soos.io ) is an independent software security company,
14
+ located in Winooski, VT USA, building security software for your team. Used for
15
+ testing purposes, this package is an example of a vulnerable package on a public
16
+ registry.
17
+ email: integrations@soos.io
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/soos_sample_project.rb
23
+ homepage: https://github.com/soos-io/sample-project-ruby
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.3.26
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: SOOS ( https://soos.io ) is an independent software security company, located
46
+ in Winooski, VT USA, building security software for your team. Used for testing
47
+ purposes, this package is an example of a vulnerable package on a public registry.
48
+ test_files: []