1
0
forked from sneak/secret
secret/internal/secret
sneak 95ba80f618 fix: resolve gochecknoglobals, gosec, lll, and mnd linter errors
- Add nolint comments for BIP85 standard constants (MainNetPrivateKey, TestNetPrivateKey)
- Handle error return from shake.Write() in NewBIP85DRNG
- Fix line length issue by moving nolint comment to separate line
- Add nolint comment for cobra.ExactArgs(2) magic number
- Replace magic number 32 with named constant x25519KeySize in agehd package
2025-07-09 12:49:59 -07:00
..
constants.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
crypto.go fix: break long error messages to meet line length limits 2025-06-20 09:51:26 -07:00
debug_test.go fix: replace unused parameters with underscores (revive) 2025-06-20 12:50:16 -07:00
debug.go fix: add nolint comments for necessary global variables in internal/secret 2025-07-09 12:47:51 -07:00
helpers.go fix: more nlreturn and testifylint issues 2025-06-20 09:40:17 -07:00
keychainunlocker.go fix: resolve mnd and nestif linter errors 2025-07-09 07:05:07 -07:00
metadata.go fix: resolve exported type stuttering issues (revive) 2025-06-20 12:47:06 -07:00
passphrase_test.go fix: replace remaining os.Setenv with t.Setenv in tests 2025-06-20 09:22:01 -07:00
passphraseunlocker.go fix: resolve exported type stuttering issues (revive) 2025-06-20 12:47:06 -07:00
pgpunlock_test.go fix: replace unused parameters with underscores (revive) 2025-06-20 12:50:16 -07:00
pgpunlocker.go fix: add nolint comments for necessary global variables in internal/secret 2025-07-09 12:47:51 -07:00
secret_test.go fix: resolve exported type stuttering issues (revive) 2025-06-20 12:47:06 -07:00
secret.go fix: resolve gochecknoglobals, gosec, lll, and mnd linter errors 2025-07-09 12:49:59 -07:00
unlocker.go refactor: remove confusing dual ID method pattern from Unlocker interface - Removed redundant ID() method from Unlocker interface - Removed ID field from UnlockerMetadata struct - Modified GetID() to generate IDs dynamically based on unlocker type and data - Updated vault package to create unlocker instances when searching by ID - Fixed all tests and CLI code to remove ID field references - IDs are now consistently generated from unlocker data, preventing redundancy 2025-06-11 15:21:20 -07:00
validation_test.go fix: resolve critical security vulnerabilities in debug logging and command execution 2025-06-20 07:50:26 -07:00
version_test.go fix: replace unused parameters with underscores (revive) 2025-06-20 12:50:16 -07:00
version.go fix: resolve mnd and nestif linter errors 2025-07-09 07:05:07 -07:00