Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Java language:Python language:HTML language:JavaScript

Filter by

210M results  (2 s)

210M results

Summary This pull request creates the controlled specification location and template for the foundational substrate families as required by ADR-0224. It also provides initial specifications for the quantity-entity-binding ...

Fixes #110. Starlette 1.x prefers httpx2 for TestClient and emits a StarletteDeprecationWarning when it falls back to httpx. The rate limit tests import FastAPI s TestClient, so the suite still passed ...

Description Adds comprehensive CSRF (Cross-Site Request Forgery) protection to all Next.js API routes that rely on cookie-based Supabase authentication. Implements SameSite cookies, HMAC-signed CSRF tokens, ...

Reverts the secret rename from #255. The credential name stays provider-agnostic (GH_ACTION_AI_API_KEY) so it can hold an OpenRouter key, an Anthropic key, or a Claude Code OAuth token interchangeably ...

Summary - README hanya berisi template default Create React App tanpa info tentang proyeknya - Tambahkan deskripsi singkat di bagian atas: apa proyeknya, tech stack yang dipakai, dan fitur-fiturnya ...

Summary Governance-bearing (§9) — src/pm_research/opportunity/bundle.py is in CODEOWNERS (@wiktorjena). Left for your manual merge; I did NOT self-merge. read_scanner_signals() now drops scanner-signal ...

Summary Wires the live_scan data source end-to-end. The run_pipeline / build_opportunity_bundle plumbing already accepted live_scan but nothing populated it. No protected/governance-bearing file touched ...

Summary - Migrate AccessControlProvider SPI from synchronous to asynchronous: all methods now return CompletionStage - Update InMemoryAccessControlProvider and JpaAccessControlProvider implementations ...