-
**Describe the problem**
When I ran Trivy security scan on the docker images, I found quite a few security vulnerabilities.
**To Reproduce**
1. Install Trivy
sudo apt-get install wget apt-t…
-
# gnupg version 2.3.1 python3.6
import gnupg
gpg = gnupg.GPG(gnupghome='pathto_home_directory')
gpg.import_keys('privatekey').read()
gpg.import_keys('publickey').read()
with open('filename', …
-
Hi, would it be possible to get images for linux/arm64?
-
I have not yet attempted to chase the cause of this, but here are the symptoms. I am using gpg 2.1.4 on my machine. If I create an instance of the object GPG from 2.0.2 of python gnupg, it kills my lo…
-
CI log:
```
1s
Run codecov/codecov-action@v4
with:
token: ***
fail_ci_if_error: true
files: coverage/merged.xml,coverage/js/clover.xml
env:
LOG_COVERAGE: 1
/usr/bin/docke…
-
Right now I'm attempting to develop an application using `ruby-gpgme` (at commit fd1d6b09d1b169ae433a4f4b4e2389f5c954bf8c). Here is your example sign, using the passphrase callback:
``` ruby
#!/usr/b…
-
index.html:3 benchmark
RSA
index.html:80 Error: Unknown signature subpacket: 33
at kbpgp-2.0.8.js:14219
at Parser.parse_subpacket (kbpgp-2.0.8.js:14222)
at Parser. (kbpgp-2.0.8.js:1…
-
## Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: 6.27.0
- Ruby: 2.7
- Distribution: Ubuntu
- Module version: 2.0.0
## How to reproduce (e.g Puppet code you use)
U…
-
From https://github.com/keybase/keybase-issues/issues/2668:
Signature subpacket type 33 is [defined by GnuPG](https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=common/openpgpdefs.h;hb=0…
-
Am I using `verify_file` incorrectly here?
```
>>> gpg = gnupg.GPG(homedir='.gnupg')
>>> keys = gpg.list_keys()
>>> print(keys)
[{'type': 'pub', 'trust': '-', 'length': '2048', 'algo': '1', 'key…