-
Notifications
You must be signed in to change notification settings - Fork 0
π Fix potential argument injection via PR number string coercion #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
b628abb
786eb69
f952fe4
6b9edac
680e119
fc2ac4a
89d9d05
d627951
2ad6524
048716b
ed05987
b85e5f7
39acb3f
e078c67
5c58367
220983d
c4390cb
72db4b8
2af9621
74c80e7
5bb52f4
fe7c108
ec22d2b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,6 +49,11 @@ jobs: | |
| with: | ||
| fetch-depth: 1 | ||
|
|
||
| - name: Set up Python 3.14 | ||
| uses: actions/setup-python@v5 | ||
| with: | ||
| python-version: "3.14" | ||
|
Comment on lines
+52
to
+55
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. π§© Analysis chainπ Script executed: #!/bin/bash
# Verify mutable tag references remain in workflows
rg -n 'uses:\s*actions/setup-python@v[0-9]+' .github/workflowsRepository: Seongho-Bae/VibeSec Length of output: 231
π§° Toolsπͺ zizmor (1.25.2)[error] 53-53: unpinned action reference (unpinned-uses): action is not pinned to a hash (required by blanket policy) (unpinned-uses) π€ Prompt for AI AgentsSource: Linters/SAST tools |
||
|
|
||
| - name: Self-test scheduler | ||
| run: python3 scripts/ci/pr_review_merge_scheduler.py --self-test | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π§© Analysis chain
π Script executed:
Repository: Seongho-Bae/VibeSec
Length of output: 231
actions/setup-pythonμ μ»€λ° SHAλ‘ κ³ μ νμΈμ.νμ¬
@v5λ κ°λ³ νκ·Έλ‘, 곡κΈλ§ λ³μ‘° μ μν¬νλ‘μμ μμ μ½λκ° μ€νλ μ μμ΅λλ€. GitHub Actions 보μ λͺ¨λ² μ¬λ‘μ λ°λΌ μ 체 κΈΈμ΄μ immutable commit SHAλ‘ ν κ³ μ μ΄ νμν©λλ€.π μ μ λ³κ²½
π Committable suggestion
π§° Tools
πͺ zizmor (1.25.2)
[error] 49-49: unpinned action reference (unpinned-uses): action is not pinned to a hash (required by blanket policy)
(unpinned-uses)
π€ Prompt for AI Agents
Source: Linters/SAST tools