jt-auth_service_api_client_v3 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 359000dfbc9bcd94171e8067eb54c02b03f056bb24c20b3accfb6a59fe2236e7
4
+ data.tar.gz: e5c0c0802468e1177334401e6eacfafcd07fbaa6782e835dc3d2de936a7cba82
5
+ SHA512:
6
+ metadata.gz: 92d37001363fed31a25c4d3d9db14f9e01d6d039e1667a942c248700ab2e9e604e5138622aa2ebb8d1203649216eaa2aedcaf647658dcae6bf6d868362d90469
7
+ data.tar.gz: 9a9c2505423e467914436be3f2c6443059f80b79fa9f42a53cc5e5a60bfbdc3ad0330285866ca3762eae0bfd444be48fa27c617f22a517270ff8a60328afb42d
@@ -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-auth_service_api_client_v3
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
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-auth_service_api_client_v3.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: []