mshedsilegx

Results 12 issues of mshedsilegx

lftp 4.8.4 and 4.9.0, same result set sftp:connect-program "ssh -a -x -i sshkey -o PasswordAuthentication=no -o ChallengeResponseAuthentication=no -o PubkeyAuthentication=yes -o RSAAuthentication=yes" open -u 'username,' sftp://sftp.server.com/in/ We can connect fine, but...

Compiling the latest main code with golang 1.19.1 on Linux generates error: ``` go: github.com/mattn/[email protected]+incompatible: reading github.com/mattn/go-sqlite3/go.mod at revision v2.0.3: unknown revision v2.0.3 go: github.com/mattn/[email protected]+incompatible: reading github.com/mattn/go-sqlite3/go.mod at revision v2.0.3:...

I would be helpful to be able to burn or revoke a secret immediately in case of error or mistake, to invalidate it right away. Similar to the below. ![image](https://github.com/Luzifer/ots/assets/32753787/a33b2c35-df1a-4cd4-9df6-9653a067b6c4)...

`go get -v github.com/gettyimages/logspout-kafka` Returns: `github.com/gettyimages/logspout-kafka imports gopkg.in/Shopify/sarama.v1: cannot find module providing package gopkg.in/Shopify/sarama.v1` because the import needs to be: ` github.com/Shopify/sarama` instead of: ` gopkg.in/Shopify/sarama.v1` in `kafka.go`

**ENVIRONMENT:** * Rundeck version: 5.3.0 * install type: rpm * OS Name/version: RHEL9 * DB Type/version: H2 **STEPS TO REPRODUCE:** 1. Edit `rundeck-config.properties` 2. Insert values ``` # Execution log...

Some minor suggestions for UI improvements (comes from feedback of our users): 1- The mouse over message for QR code is blank. I suggest to show: ```QR Code for secret...

Patch used to be able to compile with latest modules, notably ```os```, ```cli/v2``` ```golang --- ./main.go.dist 2025-01-31 08:58:34.464600500 -0600 +++ ./main.go 2025-01-31 08:54:16.125657900 -0600 @@ -1,8 +1,8 @@ package main...

bug

Commit a311746 causes an immediate coredump if applied to lftp 4.9.3. RHEL8 Libraries used: Expat 2.6.4, idn2 2.3.7, OpenSSL 3.2.4, Readline 7.0, zlib 1.3.1.zlib-ng lftp used in SFTP mode with...

A possible enhancement would be to have the possibility to send separately the link itself from the decryption key. Example: ``` One-click link: https://ots.fyi/#e3fc3d94-4c0b-4e93-9686-8d3a3513ae8f%7CF1Razc4vVNqsZEg18BEA Short link: https://ots.fyi/#e3fc3d94-4c0b-4e93-9686-8d3a3513ae8f Decryption key: F1Razc4vVNqsZEg18BEA...

This commit updates several Go modules to their latest versions, including `github.com/go-ldap/ldap` (vulnerable), `github.com/rivo/tview`, and others. It also fixes an incorrect import path in `pkg/ldaputils/actions.go`, changing `github.com/go-ldap/ldap/gssapi` to `github.com/go-ldap/ldap/v3/gssapi`. These...