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.
jasmine-atm-reporter
Advanced tools
This is jasmine atm reporter plugin for puppeteer.
npm install jasmine-atm-reporter
Set following environment variables on your machine:
BASE_URL = baseurl (e.g. --> jira.abcdef.com)
USERNAME = username
PASSWORD = password
PROJECT_KEY = XYZ
TEST_PLAN_KEY = ABC
TEST_CYCLE_ID = OPQ
Note: In case you want to create TEST_CYCLE_ID for every run then remove entry for TEST_CYCLE_ID from enviornment variable and it will create a new test cycle which is linked to the TEST_PLAN_KEY.
Set following in package.json for using the jasmine-atm-reporter:
"jest": {
"verbose": true,
"reporters": [
"jasmine-atm-reporter"
]
},
beforeAll(async () => {
reporter.setTestCaseID('TestCaseID');
reporter.setEnvironment('TestEnvironment');
});
FAQs
npm module for jest-puppeteer to upload result in atm
We found that jasmine-atm-reporter 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.