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.
pa11y-reporter-junit
Advanced tools
A JUnit reporter for Pa11y 5.0.
Pa11y JUnit Reporter is compatible with Pa11y 5.0. It will not work with older versions of Pa11y.
Install Pa11y and Pa11y JUnit Reporter with npm (locally or globally is fine):
npm install -g pa11y pa11y-reporter-junit
Run Pa11y using the JUnit reporter:
pa11y --reporter junit http://example.com
Assuming you've installed both Pa11y and Pa11y JUnit Reporter:
const junit = require('pa11y-reporter-junit');
const pa11y = require('pa11y');
pa11y('http://example.com').then(results => {
// Returns a string with the results formatted as JUnit XML
const junitResults = junit.results(results);
console.log(junitResults);
});
There are many ways to contribute to Pa11y JUnit Reporter, we cover these in the contributing guide for this repo.
If you're ready to contribute some code, clone this repo locally and commit your code on a new branch.
Please write unit tests for your code, and check that everything works by running the following before opening a PR:
make ci
You can also run verifications and tests individually:
make verify # Verify all of the code (ESLint)
make test # Run all tests
make test-unit # Run the unit tests
make test-unit-coverage # Run the unit tests with coverage
Pa11y JUnit Reporter is licensed under the Lesser General Public License (LGPL-3.0).
Copyright © 2019, Maciej Lewkowicz
FAQs
A JUnit reporter for Pa11y
We found that pa11y-reporter-junit 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.
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.