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.
Succss is a command line tool built to find image-based differences between website updates.
##SUCCSS, a CSS Regression testing tool ###What is succss ?
Succss is a command line tool built to find image-based differences between website updates. Succss relies on npm and is installed globally.
Get it with the following command:
npm install -g succss
First, write a configuration file where captures are defined from css selectors, additional actions and/or other options can be specified. Then capture or update image references:
succss add configuration.js
When your website is updated, you will be able to compare its current state to previously added references, running:
succss check configuration.js
If at least one difference is found, you will be notified and a corresponding screenshot will be generated:
Among other things, Succss has features to achieve advanced comparisons with custom user input, it can also hide elements before captures and compare similar selectors rendering across multiple pages and/or viewports.
####Read the documentation: succss.ifzenelse.net ####Fork the documentation: github.com/B2F/Succss-doc
####Discover a new way to test websites, automagically.
####Built with:
FAQs
Succss is a command line tool built to find image-based differences between website updates.
We found that succss demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.