You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[finding] The same false "this repo runs two dialects" claim survives in metadata-protocol's driver-text-disclosure test — in a test NAME, where it reads as an assertion #8822
Filed unassigned, finding only — grading and routing are triage's field. Surfaced by the bounding sweep #8739 asked for and its dispatch authorized; the fix for it lands outside that card's packages/types file surface, so it is filed rather than ridden along. Duplicate-searched first (keyword + file path over open issues): no existing card.
The instance
packages/metadata-protocol/src/protocol.driver-text-disclosure.test.ts carries the same claim #8739 corrected in packages/types/src/error-leak.ts, in two places:
where
text
module note (~line 35)
"#8132 measured its hole for Postgres and #8263 taught it the two dialects this repo runs"
test name (~line 276)
recognises the two engines this repo runs, and none of the three it does not
"The three it does not [run]" is, per that file's own DIALECTS array, mysql / mssql / oracle. MySQL is measurably run here — driver-sql branches on mysql/mysql2, CI stands up a live mysql:8.0 service for the required Temporal Conformance (live PG + MySQL) check, and live MySQL 8.0.46 measurements landed merged driver fixes (#8621, #8622).
Why this one is worth recording separately, and why it is NOT urgent
Two things pull in opposite directions, and both belong in the triage note:
The file's SUBSTANCE is already right, and is arguably the best answer in the repo. Its DIALECTS matrix deliberately includes dialects the predicate does not recognise, asserts looksLikeInternalErrorLeak returns false for them, and then asserts the text is withheld anyway — precisely so correctness does not depend on having enumerated the world's SQL engines. Nothing it tests is wrong. Only the word "runs" is, where "the predicate covers" is what was meant.
So this is a wording correction, not a behaviour one. The suggested shape is the one #8739 landed: say COVERAGE where the text currently says what the repo runs, and let the reachability question stay where it belongs.
Not claimed
No leak, and no failing test. The suite is green and its assertions are accurate; this is about a sentence that describes a world the repo has left.
Filed unassigned,
findingonly — grading and routing are triage's field. Surfaced by the bounding sweep #8739 asked for and its dispatch authorized; the fix for it lands outside that card'spackages/typesfile surface, so it is filed rather than ridden along. Duplicate-searched first (keyword + file path over open issues): no existing card.The instance
packages/metadata-protocol/src/protocol.driver-text-disclosure.test.tscarries the same claim #8739 corrected inpackages/types/src/error-leak.ts, in two places:recognises the two engines this repo runs, and none of the three it does not"The three it does not [run]" is, per that file's own
DIALECTSarray, mysql / mssql / oracle. MySQL is measurably run here —driver-sqlbranches onmysql/mysql2, CI stands up a livemysql:8.0service for the requiredTemporal Conformance (live PG + MySQL)check, and live MySQL 8.0.46 measurements landed merged driver fixes (#8621, #8622).Why this one is worth recording separately, and why it is NOT urgent
Two things pull in opposite directions, and both belong in the triage note:
error-leak.tsasserts "nobody here runs" MySQL — but CI stands up a live mysql:8.0 for a required check, and the claim is load-bearing for security reasoning #8739's whole argument is that this class of assertion gets consulted and believed; a test name is consulted more casually than a doc comment.DIALECTSmatrix deliberately includes dialects the predicate does not recognise, assertslooksLikeInternalErrorLeakreturnsfalsefor them, and then asserts the text is withheld anyway — precisely so correctness does not depend on having enumerated the world's SQL engines. Nothing it tests is wrong. Only the word "runs" is, where "the predicate covers" is what was meant.So this is a wording correction, not a behaviour one. The suggested shape is the one #8739 landed: say COVERAGE where the text currently says what the repo runs, and let the reachability question stay where it belongs.
Not claimed
error-leak.tsasserts "nobody here runs" MySQL — but CI stands up a live mysql:8.0 for a required check, and the claim is load-bearing for security reasoning #8739 and is a product decision. The correction suggested here is deliberately writable either way.Related
error-leak.tsasserts "nobody here runs" MySQL — but CI stands up a live mysql:8.0 for a required check, and the claim is load-bearing for security reasoning #8739 — the parent card; this is a sweep hit from it.looksLikeInternalErrorLeakdoes not recognise Postgresrelation "…" does not exist— measured false, so that dialect's line ships from every boundary that runs the predicate #8132 / fix(types): withhold the Postgres and bare-SQLite phrasings of a driver failure (#8132) #8263 — where the predicate's dialect coverage was set.