Add Security Audit Phase 9: comprehensive SSH security tests
Some checks failed
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled

- auth_security: password brute force, public key, user status, home dir
- crypto_security: AES-CTR, HMAC-SHA256, Curve25519, Ed25519
- file_access_security: path traversal, absolute path, symlink attack
- channel_security: window limits, request validation
- 18 new security tests, all pass (153 total)
This commit is contained in:
Warren
2026-06-19 01:37:59 +08:00
parent b1210b0014
commit 963513ef0b
7 changed files with 305 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
pub mod sqlite;
pub mod pg;
pub use sqlite::SqliteProvider;
pub use pg::PgProvider;
use std::path::PathBuf;
/// 用户信息