Branch
fix/login-bug
Commit
b2c3d4e
Author
asmith
Duration
2567ms
Violations Summary
2
Errors
1
Warnings
0
Info
Potential API key found in source code
Policy: No Hardcoded Secrets
src/services/api.ts:42:15
const API_KEY = "sk_live_1234567890abcdef";Suggestion: Use environment variables for sensitive values
AWS Access Key ID detected
Policy: No Hardcoded Secrets
src/config/aws.ts:8:20
const AWS_KEY = "AKIAIOSFODNN7EXAMPLE";Suggestion: Use AWS credentials provider or environment variables
Function exceeds maximum line length
Policy: Code Style Guidelines
src/components/LoginForm.tsx:125:1
export function LoginForm({ onSubmit, onCancel, isLoading, errorMessage, ...props }) {Suggestion: Consider breaking this function into smaller parts
Metadata
- Evaluated At
- January 15, 2024 at 01:45 PM
- Organization
- acme