kling-motio-control-1.0.0 0

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/poc.rb +6 -0
  3. metadata +38 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1817cbf94cfa5e891929beda55b662128fd6b3ff15201b4ac6e500bd17d7690a
4
+ data.tar.gz: cbd4710ed88666ee5f081a98e32b7c461fbc80c7864d769bfbbfc77f224a3d29
5
+ SHA512:
6
+ metadata.gz: b9173d3fb69489231bc5c4866507b30b6ef8ce891315b72709a05e6e75acaae2069e36b5962bd19f825cc77ef719ce573083f86c788944b57df80277ae165a7d
7
+ data.tar.gz: e14498ce28b14ca167449e18c9d7585a683f6a0009f0e2c9ae5a35ee308e38d7a18b41645a970641661686121a398eaf8b526c39d7f60f155f8de845a5394084
data/lib/poc.rb ADDED
@@ -0,0 +1,6 @@
1
+ module KlingMotioControl
2
+ VERSION = "0"
3
+ def self.pwned
4
+ puts "OVERRIDE SUCCESSFUL!"
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,38 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kling-motio-control-1.0.0
3
+ version: !ruby/object:Gem::Version
4
+ version: '0'
5
+ platform: ruby
6
+ authors:
7
+ - SecurityTest
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ executables: []
13
+ extensions: []
14
+ extra_rdoc_files: []
15
+ files:
16
+ - lib/poc.rb
17
+ homepage: https://example.com
18
+ licenses:
19
+ - MIT
20
+ metadata: {}
21
+ rdoc_options: []
22
+ require_paths:
23
+ - lib
24
+ required_ruby_version: !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ version: '0'
29
+ required_rubygems_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ requirements: []
35
+ rubygems_version: 3.7.2
36
+ specification_version: 4
37
+ summary: POC - name absorbs version attack
38
+ test_files: []