Skip to content

feat(agents): add AGENTS.md file#2932

Open
tangge233 wants to merge 4 commits into
devfrom
feat/agents
Open

feat(agents): add AGENTS.md file#2932
tangge233 wants to merge 4 commits into
devfrom
feat/agents

Merge branch 'dev' into feat/agents

0780254
Select commit
Loading
Failed to load commit list.
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'.