You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of proof-of-concepts in multiple languages and for different package managers, showcasing how third-party dependencies trigger code execution on downstream projects, leading to potential open-source software supply chain attacks.
A curated, year-wise index of publicly available CVE Proof-of-Concept (PoC) resources and GitHub repositories for security research, vulnerability analysis, and authorized testing
On this website, I have compiled my Proof-of-Concepts (PoCs) and articles. You can easily search for the technology you are interested in by using the filter. Who knows, perhaps I have already implemented a PoC or written an article about what you are looking for.
Mutation testing is a technique used to evaluate and improve the quality of your unit tests. It involves introducing small changes (mutations) to your code, and then checking if your tests can detect these changes by failing.