
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
cypress-xray-plugin
Advanced tools
A Cypress plugin for uploading test results to Xray (test management for Jira)
A Cypress plugin for Xray integration. Supports Xray Server/DC and Xray Cloud.
Features include:
Run the following command to add the plugin to your project:
npm install --save-dev cypress-xray-plugin
Then, configure the plugin in the Cypress project configuration:
import { configureXrayPlugin } from "cypress-xray-plugin";
export default defineConfig({
e2e: {
async setupNodeEvents(on, config) {
await configureXrayPlugin(on, config, {
jira: {
projectKey: "PRJ",
url: "https://example.org",
},
});
},
},
});
Make sure you also configure your credentials for Jira/Xray.
To have the plugin upload test results, link your test cases to Xray tests by specifying the corresponding issue keys in the test titles:
it("PRJ-42 My test", () => {
// ...
});
[!NOTE] This plugin only works when running Cypress through the CLI (i.e.
npx cypress run
).
Please visit the documentation to find out how to fully setup the plugin, including a full list of options.
If you're encountering strange behaviour or feel like a feature is missing, feel free to create a GitHub issue.
Here is a small list of related blog posts that may be of interest:
8.5.0
xray.url
optionFAQs
A Cypress plugin for uploading test results to Xray (test management for Jira)
The npm package cypress-xray-plugin receives a total of 9,482 weekly downloads. As such, cypress-xray-plugin popularity was classified as popular.
We found that cypress-xray-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.