Commit graph

15 commits

Author SHA1 Message Date
maberguiga
e2a4bef3a9
ci(security): add workflow to block .pth files in PRs
Add a security gate workflow that scans pull requests for malicious .pth file additions or renames. .pth files are a known Python security risk as they allow arbitrary code execution at interpreter startup. The workflow will fail the check if any .pth files are detected, prompting the author to rename legitimate fixtures to .pth.txt.

chore: remove malicious.pth file

The file was identified as potentially harmful and has been deleted to maintain repository security.

ci: update actions/github-script to pinned version v7.0.1

Update the GitHub Actions workflow to use a pinned version tag instead of a commit hash for the `actions/github-script` action. This improves maintainability and security by using an official, versioned release.

docs: add security gate check to PR templates and improve scan

Update CONTRIBUTING.md and pull request template to document the new Critical Entry Point Scan requirement. Enhance the security-gate workflow with a warning for large PRs exceeding GitHub API limits and add configuration notes for branch protection.
2026-03-31 12:43:20 +02:00
Krrish Dholakia
e0b3fcb34c refactor: update pr template to invite users to slack oss 2026-03-14 15:19:40 -07:00
Krish Dholakia
dfa2798169
Fix PR template: correct test directory path from tests/litellm/ to tests/test_litellm/ (#22612)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-03-02 17:49:53 -08:00
shin-bot-litellm
d9c69ae9e5
docs: add Greptile review requirement to PR template (#20762) 2026-02-10 22:08:04 -08:00
Cesar Garcia
13c0ab8985
Cleanup PR template: remove redundant fields (#17956)
- Remove Title section (already in PR title)
- Remove screenshot requirement (CI validates tests)

Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
2025-12-16 09:39:22 +05:30
AlexsanderHamir
41b67b577b Fix: simplify PR template 2025-12-15 07:44:47 -08:00
Alexsander Hamir
debf3598f8
Add: CI/CD rules to default PR template for LiteLLM team. (#17985) 2025-12-15 07:41:17 -08:00
user202729
b482618456
docs: Fix link formatting in GitHub PR template (#10417) 2025-04-29 17:23:53 -07:00
Krrish Dholakia
58f46d847c build: update pull_request_template.md 2025-03-21 16:20:28 -07:00
Cole McIntosh
07813645e0 docs(pr-template): update unit test command in checklist 2025-03-10 20:18:46 -06:00
Ishaan Jaff
ce35240273 Pre-Submission checklist 2025-03-10 16:21:53 -07:00
Ishaan Jaff
8198bc2862 Pre-Submission checklist 2025-03-10 15:49:18 -07:00
Marcos Cannabrava
c0a7e8352f
docs: cleanup docker compose comments (#7414)
* docs: cleanup docker compose comments

* pr template: fix typo
2024-12-25 16:10:31 -08:00
Ishaan Jaff
53ab935151 cleanup PR template 2024-05-13 15:54:58 -07:00
jinno
aa6576ad42 docs: add .github/pull_request_template.md 2024-04-29 12:41:29 +09:00