Skip to content

chore: update knex tedious sample

2197978
Select commit
Loading
Failed to load commit list.
Merged

docs: Add Cloud Run and Node JS connector examples #506

chore: update knex tedious sample
2197978
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 25, 2025 in 2s

No new alerts in code changed by this pull request

Annotations

Check failure on line 142 in examples/cloudrun/knex/pg/index.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 153 in examples/cloudrun/knex/pg/index.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 107 in examples/cloudrun/sequelize/tedious/index.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.