-
Notifications
You must be signed in to change notification settings - Fork 360
[Incident] Integrate cache forensics task to other workflows #7112
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: master
Are you sure you want to change the base?
Conversation
Signed-off-by: D Niu <d.niu@datadoghq.com>
Signed-off-by: D Niu <d.niu@datadoghq.com>
Overall package sizeSelf size: 3.58 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 1.15.0 | 127.66 kB | 856.24 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7112 +/- ##
=======================================
Coverage 84.77% 84.77%
=======================================
Files 521 521
Lines 22149 22149
=======================================
Hits 18776 18776
Misses 3373 3373 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: D Niu <d.niu@datadoghq.com>
BenchmarksBenchmark execution time: 2025-12-16 01:14:06 Comparing candidate commit ae17b82 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 289 metrics, 31 unstable metrics. |
Signed-off-by: D Niu <d.niu@datadoghq.com>
Signed-off-by: D Niu <d.niu@datadoghq.com>
This comment has been minimized.
This comment has been minimized.
Signed-off-by: D Niu <d.niu@datadoghq.com>
Signed-off-by: D Niu <d.niu@datadoghq.com>
Signed-off-by: D Niu <d.niu@datadoghq.com>
c1047ca to
a6b1012
Compare
Signed-off-by: D Niu <d.niu@datadoghq.com>
Signed-off-by: D Niu <d.niu@datadoghq.com>
Signed-off-by: D Niu <d.niu@datadoghq.com>
0208c28 to
ae17b82
Compare
Why we need to integrate cache uploads during other workflows
After a lot of testing, I realized downloading caches with metadata attributes (name, version, id) proved to be impossible because the exact creation path for the caches are needed for download, by design.
Our best bet moving forward is to integrate:
Investigating if caches have been poisoned
Following the cache poisoning attempt, I'm trying to make (and now debug) a workflow to download caches for analysis.
I want to get full cache contents to assess if the malicious payload is self replicating (meaning the linked payload has been added to the caches). In the malicious payload, the following cache key & versions are listed in 'explicitEntries':
However, these also happen to be the caches of legitimate setup bun components needs in the actions/checkout action, which is probably why they were picked for these repo.
Testing with test-cache-mirror.yml
47a124e
Debugging (notes):
Motivation
Plugin Checklist
Additional Notes