rails_structured_logging 1.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.
- checksums.yaml +7 -0
- data/README.md +1 -0
- data/lib/rails_structured_logging/version.rb +3 -0
- data/lib/rails_structured_logging.rb +4 -0
- metadata +45 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 60feb01ee41771eaedbee56051de5618d5bff194c249f04a02a1fc940590650e
|
|
4
|
+
data.tar.gz: 7e55fb9c89a2e6ba5ff3082a534ad62b2e6d84e79d558515eb3f857b8e93710f
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: cfa6aea222c6cd67866c914f74c98eeb90471b3f1140e7e679b6b5d96d0d7a87bfcaebf788c489d91ae61faa3d2bc1c71d31826e55bb6f5c4d7b2ce8fa02eb21
|
|
7
|
+
data.tar.gz: 4517a7e97b839a8905c1297237053cb8746fe39a2a2747d6c507811b20b7b067ef31e821359ef93d30321963cf308f317b7bd010f6b7e78ed08feae31c421ca2
|
data/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Security research canary - 37signals ghost package PoC
|
metadata
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: rails_structured_logging
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Security Research
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-06-26 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Benign PoC to demonstrate ghost package in fizzy-saas gemspec
|
|
14
|
+
email:
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- README.md
|
|
20
|
+
- lib/rails_structured_logging.rb
|
|
21
|
+
- lib/rails_structured_logging/version.rb
|
|
22
|
+
homepage:
|
|
23
|
+
licenses:
|
|
24
|
+
- MIT
|
|
25
|
+
metadata: {}
|
|
26
|
+
post_install_message:
|
|
27
|
+
rdoc_options: []
|
|
28
|
+
require_paths:
|
|
29
|
+
- lib
|
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
31
|
+
requirements:
|
|
32
|
+
- - ">="
|
|
33
|
+
- !ruby/object:Gem::Version
|
|
34
|
+
version: '0'
|
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - ">="
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
40
|
+
requirements: []
|
|
41
|
+
rubygems_version: 3.4.20
|
|
42
|
+
signing_key:
|
|
43
|
+
specification_version: 4
|
|
44
|
+
summary: Security research canary - 37signals dependency confusion
|
|
45
|
+
test_files: []
|