-
Notifications
You must be signed in to change notification settings - Fork 573
🐛 detect label names in dangerous workflows #4718
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: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4718 +/- ##
==========================================
+ Coverage 66.80% 68.29% +1.49%
==========================================
Files 230 249 +19
Lines 16602 18899 +2297
==========================================
+ Hits 11091 12908 +1817
- Misses 4808 5131 +323
- Partials 703 860 +157 🚀 New features to boost your workflow:
|
7ea3831
to
3aa173e
Compare
Signed-off-by: Adam Korczynski <adam@adalogics.com>
3aa173e
to
5d9fe37
Compare
This pull request has been marked stale because it has been open for 10 days with no activity |
Accounting for when #2236 was opened, the referenced lines were:
Since that issue was opened, we do detect some wildcards: scorecard/checks/raw/dangerous_workflow.go Lines 46 to 47 in 51bda92
In this case, I don't see any attacker controlled data in
Unless I'm missing something? |
This pull request has been marked stale because it has been open for 10 days with no activity |
Please reopen. |
Done. But waiting for response on your side |
This pull request has been marked stale because it has been open for 10 days with no activity |
What kind of change does this PR introduce?
(Is it a bug fix, feature, docs update, something else?)
Bug fix
What is the current behavior?
Currently dangerous workflows don't detect label names.
What is the new behavior (if this is a feature change)?**
Dangerous workflows detect label names.
Which issue(s) this PR fixes
Fixes #2236
Special notes for your reviewer
Does this PR introduce a user-facing change?
Yes