feat(agents): add AGENTS.md file#2932
Open
tangge233 wants to merge 4 commits into
Open
Sourcery AI / Sourcery review
failed
Jun 26, 2026 in 19s
❌ Found 2 blocking security issues
Sourcery found 2 blocking security issues:
PCL.Core/IO/Storage/Cache/SchemaManager.cs:55- Detected a formatted string in a SQL statement. This could lead to SQL injection if variables in the SQL statement are not properly sanitized. Use a prepared statements instead. You can obtain a PreparedStatement using 'SqlCommand' and 'SqlParameter'.PCL.Core/IO/Storage/Cache/SchemaManager.cs:117- Detected a formatted string in a SQL statement. This could lead to SQL injection if variables in the SQL statement are not properly sanitized. Use a prepared statements instead. You can obtain a PreparedStatement using 'SqlCommand' and 'SqlParameter'.
Loading