conjur-debify 3.0.1.pre.1818 → 3.0.1.pre.1823
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 +4 -4
- data/.trivyignore +5 -0
- data/VERSION +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ebb0d50e4c7fac6f723b8796f029ee8ae2f9239d4ff140e315215b236174074b
|
4
|
+
data.tar.gz: 41b58d6526486a30a6e55b8a04a5e35eb6b97f57d8c404ff85cec82af7e78fc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43bcc0c00b325658dab67e6ae3a8ff29370a4810c425327b11d540baa18e4bb549ffe3c3b38d732dd8ae1c509844c7f7ab575672171972c39e0d5ce0f7050868
|
7
|
+
data.tar.gz: 84339eed997c9a3486a15a0b18a4c2f42ce74565e6bf7184e05382b0d8bb7a2c40d32b0d8e74b771e36f1ab072aaf68b4023d729e3397e20ddd32e76b75cc0a9
|
data/.trivyignore
ADDED
@@ -0,0 +1,5 @@
|
|
1
|
+
# Scanners have started flagging CVE-2017-14033 because they are matching
|
2
|
+
# the version of Ruby that shipped the vulnerable openssl gem with the
|
3
|
+
# version of openssl itself. We use Ruby 3 in our base images, so already
|
4
|
+
# have the fix for this issue.
|
5
|
+
CVE-2017-14033
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.1-
|
1
|
+
3.0.1-1823
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: conjur-debify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.1.pre.
|
4
|
+
version: 3.0.1.pre.1823
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CyberArk Software, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-07-
|
11
|
+
date: 2023-07-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gli
|
@@ -176,6 +176,7 @@ files:
|
|
176
176
|
- ".gitignore"
|
177
177
|
- ".project"
|
178
178
|
- ".rvmrc"
|
179
|
+
- ".trivyignore"
|
179
180
|
- CHANGELOG.md
|
180
181
|
- CONTRIBUTING.md
|
181
182
|
- Dockerfile
|