pullrequests Search Results · language:Edge language:Python language:PHP language:HTML language:JavaScript language:JavaScript
Filter by
188M results
This PR contains the following updates:
| Package | Type | Update | Change | OpenSSF |
| --- | --- | --- | --- | --- |
| vitest (source) | devDependencies | patch | 4.1.7 → 4.1.8 | OpenSSF Scorecard | ...
Problem
GET /api/governance/verify/{submission_id} is gated by require_action(GOVERNANCE_INTEGRITY_VERIFY), which resolves to
any assigned principal (any logged-in tier 0/1/2 user, any company). The handler ...
The sync_status method did not propagate the passed timeout(or default timeout) to the underlying aiohttp call. This is
fixed here.
Automated test pull request
I noticed some conditions were not tested and wrote tests to have complete code coverage.
Summary
When a string is tested against an anchored decimal-integer regex such as /^-?[0-9]+$/, PHPStan already narrows the
subject to decimal-int-string in the matching branch (added in the decimal-int-string ...
Integrated PRs: 5228, 5232, 5225, 5227, 5224, 5229, 5226, 5230, 5231, 5235, 5233, 5234
Context
An audit of the Gemma 4 integration found it partially wired but never actually running: the catalog, CLI (gemma
status/doctor/…), memory-curator logic, safety invariants, and scorecards are all ...
Extract the survey/fetch/ package (six backends: data.gov, data.gov.uk, data.europa.eu plus stubs for hf, inside_airbnb,
kaggle).
survey/cli.py is trimmed to the fetch subcommand only.