pullrequests Search Results · language:Edge language:Python language:JavaScript language:Java language:JavaScript language:Java
Filter by
183M results
Bumps stylelint from 17.11.1 to 17.13.0. details summary Release notes /summary p em Sourced from a href=
https://github.com/stylelint/stylelint/releases stylelint s releases /a . /em /p blockquote h2 ...
dependencies
javascript
!-- CURSOR_AGENT_PR_BODY_BEGIN --
Summary
UI-only cleanup for the first Customer Intake page (/intake). No changes to intake flow, APIs, validation, Property
Intelligence page behavior, routing, or internal ...
🎯 What: Fixed the use of the weak MD5 hash algorithm in backend/core/services/tool_execution_service.py. ⚠️ Risk: While
MD5 is being requested as an algorithm parameter for a tool, without usedforsecurity=False ...
Upgrade dependencies to fix critical SQL injection, JWT cache collision, and RCE vulnerabilities in LiteLLM proxy
authentication and MCP server testing.
details
summary ✅ 20 CVEs resolved by this upgrade, ...
🎯 What: Added tests for the _hash_event function in backend/services/pgl_client.py. 📊 Coverage: Tests cover basic
hashing (no previous hash), hashing with a previous hash, and deterministic behavior (keys ...
This PR was created by qwen-chat coder for task 7e0c62aa-5375-4888-949e-3878152fa43e.
Bumps the npm_and_yarn group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| aws-sdk | 2.266.1 | 2.1693.0 |
| handlebars | 4.0.11 | 4.7.9 |
| lodash | 4.17.10 | 4.18.1 ...
dependencies
javascript
Bumps the npm_and_yarn group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| express | 4.16.2 | 4.22.0 |
| webpack-dev-server | 2.9.5 | 5.2.5 |
| bn.js | 4.11.8 | 4.12.3 ...
dependencies
javascript
概要
これまで共有の解除は所有者しかできず、共有された側(受領者)は閲覧共有を自分の画面から外す手段がありませんでした。受領者が自分宛の共有だけを解除できる導線を追加します。
変更
バックエンド
- db_sharing.delete_grant_as_grantee(grant_id, grantee_email) を追加
- grantee_email 本人の id 一致グラントのみ削除(他人宛は消せない)。所有者用 ...