Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions SECURITY_FINDINGS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Security Scan Findings

**Scan ID:** 84838
**Date:** 2025-12-13T14:44:52.540232Z
**Repository:** https://github.com/Ankit-raj-11/T-race
**Branch:** main

## Summary

- Total Issues: 1
- High Severity: 0
- Medium Severity: 0
- Low Severity: 0

## Findings

### semgrep - INFO
**File:** `src/lib/badge/badgeService.js`
**Line:** 102
**Rule:** javascript.lang.security.audit.unsafe-formatstring.unsafe-formatstring
**Message:** Detected string concatenation with a non-literal variable in a util.format / console.log function. If an attacker injects a format specifier in the string, it will forge the log message. Try to use constant values for the format string.