Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
xyz.truenight.utils:aspect-profiler
Advanced tools
Add dependency to your build.gradle
file:
dependencies {
compile 'xyz.truenight.utils:utils:1.0.6'
}
or to your pom.xml
if you're using Maven:
<dependency>
<groupId>xyz.truenight.utils</groupId>
<artifactId>utils</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
AndroidUtils
includes Utils
library
Add dependency to your build.gradle
file:
dependencies {
compile 'xyz.truenight.utils:android-utils:0.7.8'
}
or to your pom.xml
if you're using Maven:
<dependency>
<groupId>xyz.truenight.utils</groupId>
<artifactId>android-utils</artifactId>
<version>0.7.8</version>
<type>pom</type>
</dependency>
ViewUtils
includes Utils
library
Add dependency to your build.gradle
file:
dependencies {
compile 'xyz.truenight.utils:view-utils:1.0.4'
}
or to your pom.xml
if you're using Maven:
<dependency>
<groupId>xyz.truenight.utils</groupId>
<artifactId>view-utils</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
Add dependency to your project build.gradle
file:
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.uphyca.gradle:gradle-android-aspectj-plugin:0.9.14'
}
}
And then add dependency to your module build.gradle
file:
apply plugin: 'android-aspectj'
dependencies {
compile 'xyz.truenight.utils:aspect-profiler:1.0'
}
or to your pom.xml
if you're using Maven:
<dependency>
<groupId>xyz.truenight.utils</groupId>
<artifactId>aspect-profiler</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
FAQs
Profiler based on aspect
We found that xyz.truenight.utils:aspect-profiler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.