3 Commits

Author SHA1 Message Date
Jacob Paullus f83dc52479 go.mod: bump x/crypto to v0.45.0 to clear ssh CVEs
Clears GHSA-f6x5-jh6r-wrfv (ssh/agent OOB panic) and GHSA-j5w8-q4qc-rx2x
(ssh unbounded memory). We only import x/crypto/md4 and x/crypto/pbkdf2,
so neither vuln is reachable from this repo, but bumping silences the
Dependabot alerts. x/net and x/text pulled forward by go mod tidy.
2026-05-14 16:41:55 -05:00
dependabot[bot] 959eea06c4 build(deps): bump github.com/Azure/go-ntlmssp
Bumps [github.com/Azure/go-ntlmssp](https://github.com/Azure/go-ntlmssp) from 0.0.0-20221128193559-754e69321358 to 0.1.1.
- [Release notes](https://github.com/Azure/go-ntlmssp/releases)
- [Commits](https://github.com/Azure/go-ntlmssp/commits/v0.1.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/go-ntlmssp
  dependency-version: 0.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-23 21:25:19 +00:00
Jacob Paullus 160b6a4280 Initial commit 2026-04-17 14:20:41 -05:00