
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
Wrapper for Xray's REST API
$ npm install --save straal
const XrayApi = require('straal').XrayApi;
var xray = new XrayApi('http', host, port, user, password, '1.0');
xray.getIssueInfo(issueIdOrKey, function(error, issue) {
if(!error){
console.log('Issue ID: ' + issue.id);
}
})
const ZonedDateTime = require('js-joda').ZonedDateTime;
const ChronoUnit = require('js-joda').ChronoUnit;
function now() {
return ZonedDateTime.now().withFixedOffsetZone().truncatedTo(ChronoUnit.SECONDS).toString();
}
var startDate = now();
// perform test steps
var finishDate = now();
xray.saveTestRun(testExecutionKey, testKey, startDate, finishDate, status, comment, function(error, issue) {
if(!error) {
console.log('Test Exec Issue: ' + issue.testExecIssue.self);
}
});
MIT License © João Galego
FAQs
Wrapper for Xray's REST API
The npm package straal receives a total of 1 weekly downloads. As such, straal popularity was classified as not popular.
We found that straal 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.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.