jt-ac_shifts_client 0.0.4

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-ac_shifts_client.rb +12 -0
  3. metadata +50 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a60fc3dd651757ce5ab6db2bb07022a29f382631c4ef77095a3f6046b1415ded
4
+ data.tar.gz: '094e8e747fbef5fb1a6867755709fad4c7ce7026cdb4a17a3c7fef190e87b3df'
5
+ SHA512:
6
+ metadata.gz: 911f4f0f79dcef9645685908ca82b7dd60820cc9120c049d71bd5a3f2e3ea902a6ba82fcec695e60db66a1e9ac27677bfcdd754c89e5f964a8a993155cd66433
7
+ data.tar.gz: 0d1c3a85d687b82d78065a061d246d631c7c93b6e161f278abaa7ae59e13ac1cc4b5ea3342ae53793fab05371a9eff02ab638c3fe5d45f8dafc0ba03b58ee8c9
@@ -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-ac_shifts_client
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.4
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-ac_shifts_client.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: []