pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:Vue
Filter by
39.4M results
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: MEDIUM
- Confidence: 85%
- Auto-fix allowed: True
📝 Summary
The code uses subprocess to execute ...
ai-remediation
severity-medium
🎯 What: Potential Path Traversal in generate_json.py. ⚠️ Risk: If the script is modified in the future to accept user
input for filenames, it would be vulnerable to path traversal attacks, potentially ...
…and empty state
What
Switch the Renovate preset from the MSP customer-downstream config to the public config:
- extends : [ local livingdocsIO/customer-solutions:renovate-msp-default.json5 ]
+ extends : [ local livingdocsIO/renovate-config-public ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Bumps the production-deps group with 1 update: @coral-xyz/anchor.
Updates @coral-xyz/anchor from 0.29.0 to 0.32.1 details summary Release notes /summary p em Sourced from a href=
https://github.com/coral-xyz/anchor/releases ...
!-- markdownlint-disable MD013--
PhysicsNeMo Pull Request
Description
Adds a stereographic 2D rotary position embedding to physicsnemo/nn/module/rope.py — the continuous-coordinate sibling
of the RotaryPositionEmbedding2D ...
💡 What: Replaced dataclasses.asdict with a custom default JSON handler using cached dataclasses.fields. 🎯 Why: asdict
uses deepcopy under the hood, which is extremely slow for deeply nested dataclass trees. ...