diff options
| author | Lena <lena@omega> | 2026-08-16 00:00:00 +0000 |
|---|---|---|
| committer | Lena <lena@omega> | 2026-08-16 00:00:00 +0000 |
| commit | beaa0c970d6c3538119b8a34a3f2f754b45e54cf (patch) | |
| tree | 0a4be0a63a5c5b40f3db66a7e2b6c603e60d8473 /rsh/go.mod | |
| parent | 0890d139e5fa501561e469aca7854791a936fcb6 (diff) | |
| download | rsend-beaa0c970d6c3538119b8a34a3f2f754b45e54cf.tar.gz | |
native: harden rsync and SSH transport
Update rsync to 3.5.0 and Go to 1.26.6. Bound SSH handshakes, pin
host-key types, and build 16 KB-aligned hardened executables.
Diffstat (limited to 'rsh/go.mod')
| -rw-r--r-- | rsh/go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ module rsend/rsh -go 1.25.0 +go 1.26.6 -require golang.org/x/crypto v0.53.0 +require golang.org/x/crypto v0.54.0 -require golang.org/x/sys v0.46.0 // indirect +require golang.org/x/sys v0.47.0 // indirect |