github source
pass
View version history →
github.private_vulnerability_reporting
passCheck if private vulnerability reporting is enabled for a repository
Requires owner and repo. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.
owner, repo captured 2026-08-31 07:41:10Zmedian 35317 ms
Verdict: TRUE
All variants returned rows on ≥2 trials, 0 errors.
rendering…
Summary
| Variant | Trials | Min | Median | Max | Row counts | Errors |
|---|---|---|---|---|---|---|
| minimal | 2 | 34628 ms | 35942 ms | 37256 ms | [1, 1] | 0 |
| realistic | 2 | 30949 ms | 35317 ms | 39685 ms | [1, 1] | 0 |
| edge | 2 | 29870 ms | 31539 ms | 33208 ms | [1, 1] | 0 |
Latency per trial
minimalmedian 35942ms
scale: 0–37256 ms
realisticmedian 35317ms
scale: 0–39685 ms
edgemedian 31539ms
scale: 0–33208 ms
Probe variants — every command + output
minimal
2 trialsmin 34628ms · median 35942ms · max 37256ms · rows 1,1
smallest valid query
Command
SELECT * FROM github.private_vulnerability_reporting WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 1Trials + output
trial 1·34628ms·rows 1isError=false
First row (click to expand JSON)
{
"enabled": "true",
"owner": "anomalyco",
"repo": "opencode"
}columns (3)
enabledownerrepo
trial 2·37256ms·rows 1isError=false
First row (click to expand JSON)
{
"enabled": "true",
"owner": "anomalyco",
"repo": "opencode"
}columns (3)
enabledownerrepo
realistic
2 trialsmin 30949ms · median 35317ms · max 39685ms · rows 1,1
typical user query
Command
SELECT * FROM github.private_vulnerability_reporting WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 25Trials + output
trial 1·39685ms·rows 1isError=false
First row (click to expand JSON)
{
"enabled": "true",
"owner": "anomalyco",
"repo": "opencode"
}columns (3)
enabledownerrepo
trial 2·30949ms·rows 1isError=false
First row (click to expand JSON)
{
"enabled": "true",
"owner": "anomalyco",
"repo": "opencode"
}columns (3)
enabledownerrepo
edge
2 trialsmin 29870ms · median 31539ms · max 33208ms · rows 1,1
edge: larger limit
Command
SELECT * FROM github.private_vulnerability_reporting WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 200Trials + output
trial 1·33208ms·rows 1isError=false
First row (click to expand JSON)
{
"enabled": "true",
"owner": "anomalyco",
"repo": "opencode"
}columns (3)
enabledownerrepo
trial 2·29870ms·rows 1isError=false
First row (click to expand JSON)
{
"enabled": "true",
"owner": "anomalyco",
"repo": "opencode"
}columns (3)
enabledownerrepo
All returned rowsacross all non-errored trials · filterable · paginated
6 rows stored · 6 returned · page 1/1
| 1 | 0 | true | anomalyco | opencode |
| 2 | 1 | true | anomalyco | opencode |
| 1 | 2 | true | anomalyco | opencode |
| 2 | 3 | true | anomalyco | opencode |
| 1 | 4 | true | anomalyco | opencode |
| 2 | 5 | true | anomalyco | opencode |
Column profile
3 columns actually returned by coral. Catalog claims "2 required filter(s)": "owner, repo". Click a column to drill in.
| # | Column | Inferred type | Non-null | Nulls | Sample value(s) |
|---|---|---|---|---|---|
| 1 | enabled | string | 6 | 0 | "true" |
| 2 | owner | string | 6 | 0 | "anomalyco" |
| 3 | repo | string | 6 | 0 | "opencode" |
Trial comparison
| Variant / combo | Trial # | Latency | Rows | Status | First key returned |
|---|---|---|---|---|---|
| minimal | t1 | 34628ms | 1 | ok | enabled, owner, repo |
| minimal | t2 | 37256ms | 1 | ok | enabled, owner, repo |
| realistic | t1 | 39685ms | 1 | ok | enabled, owner, repo |
| realistic | t2 | 30949ms | 1 | ok | enabled, owner, repo |
| edge | t1 | 33208ms | 1 | ok | enabled, owner, repo |
| edge | t2 | 29870ms | 1 | ok | enabled, owner, repo |
Catalog vs. response schemaclaimed guide vs columns coral actually returned
Catalog guide (verbatim)
Requires owner and repo. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.Columns coral returned (3)
enabledownerrepo
Probed by
bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T07:41:10ZJSON record:
reports/github/tables/private_vulnerability_reporting.jsonfirst_run_at:
2026-08-31T07:41:10Zlast_retried_at:
2026-08-31T07:41:10Zretry_count:
0