pullrequests Search Results · language:Dune language:JavaScript language:Java language:PHP language:TypeScript language:Python
Filter by
280M results
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| io.quarkus.platform:quarkus-bom | 3.36.2 → 3.36.3 | age | confidence |
Release Notes
details ...
snyk-top-banner
Snyk has created this PR to fix 5 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
- frontend/package.json
Vulnerabilities that will be ...
…tributions
Summary
Fixes #3582.
- centralizes the Jules PR AutoFix GitHub token expression
- falls back from RUNNER_CHECK_TOKEN to github.token when the runner secret is unavailable
- adds regression coverage ...
Previously a 404 HTTPError was swallowed and execution fell through to response.json() on the 404 error body, which was
not the intended control flow. Now all HTTPErrors raise ResourceExhaustedError.