litellm/.github
Yuneng Jiang cafc2cf86a
ci: hold osv-scan findings whose fix is inside the dependency lockout window
uv is pinned to `exclude-newer = "3 days"` and .npmrc to `min-release-age=3`, so a
release published in the last three days cannot be resolved even if we want it. When
osv-scanner points at such a release, the job failed with nothing anyone could do about
it, and a check that fails for three days at a time stops being read.

The scan now emits JSON and a filter step decides the verdict. For each finding it takes
the lowest fix above the installed version, reads that version's publish date from PyPI or
the npm registry, and compares its age against the window read from pyproject.toml and
.npmrc. Findings still inside the window are printed with the timestamp they become
installable and do not fail the job; everything else fails as before. Registry lookup
failures, unparseable versions and unknown ecosystems all fail closed.
2026-07-25 15:53:29 -07:00
..
actions fix(ci): retry setup-uv installs to survive transient manifest fetch failures 2026-07-14 14:41:36 -07:00
codeql [Infra] Improve CodeQL scanning coverage and schedule 2026-03-27 12:04:09 -07:00
ISSUE_TEMPLATE docs(issue-template): ask for a numbered list of reproduction steps (#34207) 2026-07-22 01:04:25 +00:00
observatory Add observatory test workflow for RC/stable releases 2026-03-01 15:30:09 -03:00
screenshots fix(team_endpoints): auto-add SSO team members to org on move (proxy admin only) (#26377) 2026-04-24 08:36:25 -07:00
scripts ci: hold osv-scan findings whose fix is inside the dependency lockout window 2026-07-25 15:53:29 -07:00
workflows ci: hold osv-scan findings whose fix is inside the dependency lockout window 2026-07-25 15:53:29 -07:00
CODEOWNERS chore(codeowners): exempt generated schema.d.ts from UI ownership 2026-07-15 10:32:01 -07:00
dependabot.yaml chore: fixes 2026-04-05 01:30:57 -07:00
deploy-on-aws.png feat: add LiteLLM Rust workspace with Mistral OCR bridge (#31033) 2026-06-23 13:16:47 -07:00
deploy-on-gcp.png feat: add LiteLLM Rust workspace with Mistral OCR bridge (#31033) 2026-06-23 13:16:47 -07:00
deploy-to-aws.png Add files via upload 2023-10-25 16:33:53 -07:00
FUNDING.yml Update FUNDING.yml 2023-09-22 09:51:35 -07:00
pull_request_template.md docs: cap PR template TLDR bullets at one short line 2026-07-21 17:44:02 -07:00
template.yaml (chore) cleanup 2024-02-09 09:28:13 -08:00