Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
com.bkahlert.kommons:kommons-debug-jvm
Advanced tools
Kommons Debug is a Kotlin Multiplatform Library for print debugging.
Kommons is a family of the following Kotlin—most of them multiplatform libraries:
The modules in bold are included in the Kommons
module.
The other modules need to be added individually to use them.
This library is hosted on GitHub with releases provided on Maven Central.
To use a module individually, see the corresponding instructions linked in About.
The following dependency adds the core
, debug
, exec
, io
, logging-core
, text
, and uri
module:
Gradle implementation("com.bkahlert.kommons:kommons:2.8.0")
Maven
<dependency>
<groupId>com.bkahlert.kommons</groupId>
<artifactId>kommons</artifactId>
<version>2.8.0</version>
</dependency>
Please read the corresponding documentation for instruction on how to use them.
Want to contribute? Awesome! The most basic way to show your support is to star the project or to raise issues. You can also support this project by making a PayPal donation to ensure this journey continues indefinitely!
Thanks again for your support, it's much appreciated! :pray:
MIT. See LICENSE for more details.
FAQs
Unknown package
We found that com.bkahlert.kommons:kommons-debug-jvm 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.