fix: add remediations on EXT-2 DoS and Auth Failures#916
Open
fix: add remediations on EXT-2 DoS and Auth Failures#916
Conversation
OWASP security hardening across the KMS server: - EXT2-2/A03-2: TTLV binary parser recursion depth limit (MAX=64) + tests - EXT2-3/A03-3: TTLV XML parser stack depth limit (MAX=64) - EXT2-1/A04-1: HTTP payload limit 10GB -> 64MB (PayloadConfig + JsonConfig) - EXT2-5/A04-2: Rate-limiting via actix-governor (KMS_RATE_LIMIT_PER_SECOND config) - A05-1/A01-1: Replace Cors::permissive() on KMIP default scope with Cors::default() - A07-1: JWT algorithm confusion fix: asymmetric-only allowlist + explicit validation.algorithms - A07-2: API token constant-time comparison via subtle::ConstantTimeEq - A09-1: DB URL password masking in Display impl (mask_db_url_password helper) - A09-2: TLS P12 password proper [****] redaction - Update audit script CORS check for enterprise-integration scopes cargo clippy-all: clean cargo test-non-fips: 0 failures audit.sh: 8 PASS, 8 WARN, 0 FAIL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OWASP security hardening across the KMS server:
cargo clippy-all: clean
cargo test-non-fips: 0 failures
audit.sh: 8 PASS, 8 WARN, 0 FAIL