Skip to content

Commit 0538f32

Browse files
committed
address code-rabbit suggestions
Signed-off-by: Kamesh Akella <kakella@redhat.com>
1 parent b690e38 commit 0538f32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ uv run pytest --setup-plan tests/model_serving/
3131

3232
## Project Structure
3333

34-
```
34+
```text
3535
tests/ # Test modules by component
3636
├── conftest.py # Shared fixtures (session/class scope)
3737
├── fixtures/ # Extracted fixture modules

CONSTITUTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Keep code close to where it is used.
7676

7777
All code MUST consider security implications.
7878

79-
- Never filter, log, or expose sensitive information (secrets, tokens, credentials)
79+
- Never log/expose secrets; redact/mask if printing is unavoidable
8080
- Avoid running destructive commands without explicit user confirmation
8181
- Use detect-secrets and gitleaks pre-commit hooks to prevent secret leakage
8282
- Test code MUST NOT introduce vulnerabilities into the tested systems

0 commit comments

Comments
 (0)