Skip to content

Commit c9f547a

Browse files
Merge pull request #1217 from wavemaker/blog-axios
added blog file
2 parents 71a1225 + d854a68 commit c9f547a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "No Impact from Recent Axios Vulnerability in WaveMaker Mobile Apps"
3+
author: "WaveMaker Team"
4+
---
5+
6+
Mobile apps built with WaveMaker use Axios as a dependency. However, the version in use is not one of the affected version.
7+
8+
For reference: [Axios Supply Chain Attack Pushes Cross-Platform RAT via Compromised npm Account](https://thehackernews.com/2026/03/axios-supply-chain-attack-pushes-cross.html)
9+
10+
**No action is required.**

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"cypress:local": "cypress open",
1515
"changedFiles": "bash changed_md_files.sh",
1616
"cypress:prepare-prod": "npm run start:nw & npx wait-on http://localhost:3000/learn && bash changed_md_files.sh",
17-
"cypress:prod": "cypress run --reporter mochawesome --reporter-options 'reportDir=cypress/report/mochawesome-report,overwrite=false,html=false,json=true,timestamp=mmddyyyy_HHMMss'",
17+
"cypress:prod": "cypress run --spec 'cypress/e2e/check-*.cy.js' --reporter mochawesome --reporter-options 'reportDir=cypress/report/mochawesome-report,overwrite=false,html=false,json=true,timestamp=mmddyyyy_HHMMss'",
1818
"cypress:prep-report": "npx mochawesome-merge --reportDir cypress/report/mochawesome-report > cypress/report/mochawesome.json && ps -ef | grep docusaurus-start | grep -v grep | awk '{print $2}' | xargs kill -l KILL",
1919
"cypress:e2e": "npm run cypress:prepare-prod && npm run cypress:prod && npm run cypress:prep-report"
2020
},

0 commit comments

Comments
 (0)