pullrequests Search Results · language:Edge language:Python language:JavaScript language:Python language:JavaScript language:HTML
Filter by
178M results
Bumps actions/setup-python from 5 to 6. details summary Release notes /summary p em Sourced from a href=
https://github.com/actions/setup-python/releases actions/setup-python s releases /a . /em /p blockquote ...
dependencies
github_actions
🚨 Severity: CRITICAL 💡 Vulnerability: The firestore.rules for the users collection used a generic allow write rule that
only checked if the user owned the document (request.auth.uid == userId). This allowed ...
Automated test pull request
Summary
Onboarding-doc polish, docs-only. Two commits:
- Sync counts to v1.7.0 — the first-run banner in getting-started.md and the figures in architecture.md/whitepaper.md
still read v1.3.0 / ...
Bumps github/codeql-action/analyze from 4.36.2 to 4.36.3. details summary Release notes /summary p em Sourced from a
href= https://github.com/github/codeql-action/releases github/codeql-action/analyze ...
dependencies
github_actions
Add the missing English vulnerability rule files to data/vuln_en/ to ensure the Chinese and English vulnerability
databases remain synchronized.
Missing Files
A comparison between data/vuln/ and data/vuln_en/ ...
修改内容
- 收紧 Gateway Auth client 的 GATEWAY_AUTH_BASE_URL 构造校验,只允许绝对 http / https URL。
- 拒绝缺少 host、非 http(s) scheme、URL credentials、query 和 fragment,避免配置错误进入运行时请求阶段。
- 补充 authclient 构造函数回归测试,并同步 Gateway ...
backend
L1nggTeam
service:gateway
What
Replaced the setTimeout based test with an async/await implementation that waits for all promises to resolve before
asserting the result length. This eliminates the race condition that caused flaky ...
What
Added a beforeEach hook to test/db.test.js that truncates the User table before each test. This ensures the database is
clean and prevents order‑dependent failures.
Why
The CI failure was caused ...
What
Add a beforeEach hook to the User model test suite that truncates the User table before each test. This ensures the
database is clean and prevents order‑dependent failures.
Why
The CI failure was ...