jt-rac 1.14.3

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/jt-rac.rb +12 -0
  3. metadata +50 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 30436da665baa1f6351f2240806f07803c13e5ae7b822d3cf60725ee261a4bb7
4
+ data.tar.gz: d7d238fb82c14c99bfd53919f8d079ecf1e30a7603956edf44ce09dfc6f1375c
5
+ SHA512:
6
+ metadata.gz: e3d2f42cd232ec9c738c01ca4b601f39edd0f43c3c15f7db248cce2ac20a3f0c10bd35eea41ad68291015abc9ef9ee0a3bdb950fd1a2c453b0c34e6951c66132
7
+ data.tar.gz: 4697cdcb9bf2466979ce3967546807e243d6a271103ff2321662821fbfcce098b9091084f1fe78a82c65612bbf4e73ed95db49ec86ebecdb9a1fc0091479515c
data/lib/jt-rac.rb ADDED
@@ -0,0 +1,12 @@
1
+ CriticalSecurityIncidentException = Class.new(Exception)
2
+
3
+ MSG = <<~MSG
4
+ You are a subject to dependency confusion.
5
+ This example was created by maciej@mensfeld.pl.
6
+ Reach out to be me by email for more details.
7
+
8
+ This code is NOT malicious and does NOT collect any data.
9
+ This code does NOT contact any external hosts.
10
+ MSG
11
+
12
+ raise(CriticalSecurityIncidentException, MSG)
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jt-rac
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.14.3
5
+ platform: ruby
6
+ authors:
7
+ - Maciej Mensfeld
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-04-07 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: |2
14
+ This package illustrates dependency confusion case by raising a critical security error.
15
+ It does not extract any data and does not contact any hosts.
16
+ You are a subject to dependency confusion.
17
+ This example was created by maciej@mensfeld.pl.
18
+ Reach out to be me by email for more details.
19
+ email:
20
+ - maciej@mensfeld.pl
21
+ executables: []
22
+ extensions: []
23
+ extra_rdoc_files: []
24
+ files:
25
+ - lib/jt-rac.rb
26
+ homepage: https://mensfeld.pl
27
+ licenses:
28
+ - MIT
29
+ metadata:
30
+ homepage_uri: https://mensfeld.pl
31
+ post_install_message:
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ requirements: []
46
+ rubygems_version: 3.1.2
47
+ signing_key:
48
+ specification_version: 4
49
+ summary: NON-tracking dependency confusion POC.
50
+ test_files: []