This repository and its associated namespace have been claimed as part of a security research project demonstrating Supply Chain impact using reborn namespaces in JitPack coordinates.
This is a benign placeholder. No malicious code is being distributed or published from this repository.
To understand how this namespace was taken over, the implications for the software supply chain, and how to mitigate this type of vulnerability, please read our full disclosure:
🔗 Supply Chain Necromancy: Reborn namespaces in JitPack coordinates
If you are looking for the AppIntro library, the original project was moved. You must update your build scripts and dependencies to point to the official, actively maintained repository:
👉 https://github.com/AppIntro/AppIntro
Continuing to use the old coordinates (apl-devs/AppIntro) exposes your software supply chain to hijacking risks.
Update your build.gradle file:
// DELETE THIS LINE:
// implementation 'com.github.apl-devs:appintro:x.y.z'
// REPLACE WITH:
implementation 'com.github.AppIntro:AppIntro:x.y.z'This proof of concept was conducted by LABS @ ITRES for educational and responsible disclosure purposes.