pullrequests Search Results · language:Dune language:TypeScript language:HTML language:JavaScript language:Python language:HTML
Filter by
53.7M results
Reverts caguevara11/BonTrack#2
Bumps the dev-dependencies group with 9 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| @eslint/js | 9.39.4 | 10.0.1 |
| @google/genai | 2.7.0 | 2.8.0 |
| @types/node | 25.9.1 ...
dependencies
javascript
Closes #285
This PR fixes the issue where ZWJ/surrogate pair emojis were not validated correctly in the CategoryManagerModal by
introducing Intl.Segmenter. It also adds localization support for CategoryManagerModal ...
Anonymous and read-only users were shown navigation entries, buttons, and links that lead to Access Denied pages or to
actions the server rejects. This PR gates them at the source.
Fixes
- Sidebar ...
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: MEDIUM
- Confidence: 85%
- Auto-fix allowed: True
📝 Summary
The application uses subprocess ...
ai-remediation
severity-medium
The global middleware rate limiter was set to 60 req/min, which is too tight for normal browsing — a single login
attempt can burn 10+ requests (page load + CSRF + API calls + redirect). Per-route limits ...
Summary
This PR improves the *ARR integration flow by making VibraVid’s internal ARR queue visible in the web UI, improving
monitored/unmonitored handling for Sonarr/Radarr items, and tightening error ...
…ed products
- Adds Ficha Técnica tab visible only for intermediate_product and finished_product
- Tab shows BOM summary (rendimento, CMV unitário, nº componentes, cost status)
- Badge ✓ on tab ...
🚨 Severity: CRITICAL 💡 Vulnerability: The CORS configuration in server/index.js softly allowed any origin by returning
callback(null, true) for unknown origins, while simultaneously using credentials: ...
변경 내용
코드 에디터 자동완성이 숫자 리터럴까지 후보로 띄우던 문제 수정.
- prefix가 숫자로 시작하면 자동완성 비활성화
- anyword 후보 중 숫자로 시작하는 토큰 제외
테스트
a = 10 입력 후 1 입력 → 10 후보 안 뜸. 변수/키워드만 자동완성됨.
Closes #41