Popular GitHub Action tj-actions/changed-files is compromised
1–8 of 8 posts
Re: Popular GitHub Action tj-actions/changed-files is compromised
#2https://www.stepsecurity.io/blog/harden-runner-detection-tj-...
Re: Popular GitHub Action tj-actions/changed-files is compromised
#3@dang: The original URL (from Step Security, the company that discovered this flaw) is a better source for this: https://www.stepsecurity.io/blog/harden-runner-detection-tj-...
Re: Popular GitHub Action tj-actions/changed-files is compromised
#4Re: Popular GitHub Action tj-actions/changed-files is compromised
#5Re: Popular GitHub Action tj-actions/changed-files is compromised
#6Re: Popular GitHub Action tj-actions/changed-files is compromised
#7Re: Popular GitHub Action tj-actions/changed-files is compromised
#81. The maintainers could have used PRevent to immediately alert and block any PR containing malicious code, or easily configured it for detection in case of a direct push: https://github.com/apiiro/PRevent
2. Users could have used our malicious code detection ruleset to immediately detect and block it when scanning updates in all relevant CI/CD stages: https://github.com/apiiro/malicious-code-ruleset
3. For a better understanding of the detection, the malicious code falls precisely into the patterns presented in our research: https://apiiro.com/blog/guard-your-codebase-practical-steps-...