diff --git a/website/blog/2026-03-31-axios-vulnerability-supply-chain-attack.md b/website/blog/2026-03-31-axios-vulnerability-supply-chain-attack.md new file mode 100644 index 000000000..b2dc9703b --- /dev/null +++ b/website/blog/2026-03-31-axios-vulnerability-supply-chain-attack.md @@ -0,0 +1,10 @@ +--- +title: "No Impact from Recent Axios Vulnerability in WaveMaker Mobile Apps" +author: "WaveMaker Team" +--- + +Mobile apps built with WaveMaker use Axios as a dependency. However, the version in use is not one of the affected version. + +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) + +**No action is required.** diff --git a/website/package.json b/website/package.json index ecf8d9de6..f55045378 100644 --- a/website/package.json +++ b/website/package.json @@ -14,7 +14,7 @@ "cypress:local": "cypress open", "changedFiles": "bash changed_md_files.sh", "cypress:prepare-prod": "npm run start:nw & npx wait-on http://localhost:3000/learn && bash changed_md_files.sh", - "cypress:prod": "cypress run --reporter mochawesome --reporter-options 'reportDir=cypress/report/mochawesome-report,overwrite=false,html=false,json=true,timestamp=mmddyyyy_HHMMss'", + "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'", "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", "cypress:e2e": "npm run cypress:prepare-prod && npm run cypress:prod && npm run cypress:prep-report" },