delimiter_injection
Conversation delimiter injection (breakout)
Line 252Snippets
const result: QueryResult<User> = await pool.query<User>(const result: QueryResult<User> = await pool.query<User>(): Promise<User> { const result = await pool.query<User>(const result: QueryResult<User> = await pool.query<User>(env_access
Environment variable access
Environment variable access
Line 46Snippets
host: process.env.AZURE_POSTGRESQL_HOST, database: process.env.AZURE_POSTGRESQL_DATABASE, user: process.env.AZURE_POSTGRESQL_USER, password: process.env.AZURE_POSTGRESQL_PASSWORD, port: Number(process.env.AZURE_POSTGRESQL_PORT) || 5432,Trust Score
Updated há 6 dias
Analisado
31 de mar. de 2026, 15:56
+ 2 previous scans
Compatível com
Skill details
Updated há 6 dias
Analisado 31 de mar. de 2026, 15:56
Descricao
Connect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package.
Scans recentes
31 de mar. de 2026, 15:56
Latest analysis
31 de mar. de 2026, 15:11
Run 2
27 de mar. de 2026, 15:46
Run 1