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.
github.com/factorio-item-browser/export-icon-renderer
This project implements the icon renderer of the export in Go for fast processing of the images as layers. The icon renderer was first part of the exporter itself (i.e. PHP), but after discovering performance issues especially with larger icons it has been extracted to a Go binary to get a huge performance boost.
The icon renderer has been tailored to the exporter project, and not really meant to be used as a separate tool, as it requires the data and directory structure of the exporter itself.
Call the binary without parameters to get the usage note as well.
Usage: render-icon icon_definition
icon_definition: The JSON string defining the icon and its layers to render. This string must represent an Icon of
the factorio-item-browser/export-data PHP package.
Environment variables:
FACTORIO_DATA_DIRECTORY: The data directory of the Factorio game, containing the base and core mods.
FACTORIO_MODS_DIRECTORY: The mods directory of the Factorio game, containing all used mods. All mods must already
be UNZIPPED and the directory name of the mod must NOT contain its version number.
FAQs
Unknown package
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.