Skip to content

Wiz: Upgrade multiple dependencies (resolves 33 findings)#2

Closed
wiz-inc-7d3bcbf2f7[bot] wants to merge 1 commit into
devfrom
wiz-auto-remediation-aa28e5da27f30f03
Closed

Wiz: Upgrade multiple dependencies (resolves 33 findings)#2
wiz-inc-7d3bcbf2f7[bot] wants to merge 1 commit into
devfrom
wiz-auto-remediation-aa28e5da27f30f03

Conversation

@wiz-inc-7d3bcbf2f7
Copy link
Copy Markdown

Wiz Remediation Pull Request Banner

Wiz has created this PR to fix 33 findings detected in this project

Changes were made to the following file(s):

  • client/package-lock.json
  • client/package.json
  • docs/package-lock.json
  • docs/package.json

Vulnerabilities:

Component Findings Locations
axios
0.21.4 → 0.31.1
Critical CVE-2026-42043
High CVE-2026-42033
High CVE-2026-25639
High CVE-2025-27152
High CVE-2026-42038
High CVE-2026-42035
Medium CVE-2026-42041
Medium CVE-2026-42039
Medium CVE-2026-42036
Medium CVE-2026-40175
Medium CVE-2026-42042
Medium CVE-2023-45857
Medium CVE-2025-62718
Medium CVE-2026-42034
Low CVE-2026-42040
/client/package.json
axios
0.27.2 → 0.31.1
Critical CVE-2026-42043
High CVE-2025-27152
High CVE-2026-42035
High CVE-2026-25639
High CVE-2026-42038
High CVE-2026-42033
Medium CVE-2023-45857
Medium CVE-2026-40175
Medium CVE-2026-42039
Medium CVE-2026-42036
Medium CVE-2026-42034
Medium CVE-2025-62718
Medium CVE-2026-42042
Medium CVE-2026-42041
Low CVE-2026-42040
/docs/package.json
follow-redirects
1.15.11 → 1.15.0
Medium CVE-2026-40895 /client/package.json
/docs/package.json
postcss
7.0.39 → 5.0.0
Medium CVE-2023-44270 /client/package.json

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@wiz-inc-7d3bcbf2f7
Copy link
Copy Markdown
Author

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 12 High 24 Medium 3 Low
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total 12 High 24 Medium 3 Low

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@wiz-inc-7d3bcbf2f7
Copy link
Copy Markdown
Author

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 12 High 24 Medium 3 Low
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total 12 High 24 Medium 3 Low

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@wiz-inc-7d3bcbf2f7
Copy link
Copy Markdown
Author

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 12 High 24 Medium 3 Low
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total 12 High 24 Medium 3 Low

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@wiz-inc-7d3bcbf2f7
Copy link
Copy Markdown
Author

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 12 High 24 Medium 3 Low
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total 12 High 24 Medium 3 Low

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@wiz-inc-7d3bcbf2f7
Copy link
Copy Markdown
Author

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 12 High 24 Medium 3 Low
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Management Finding Software Management Findings -
Total 12 High 24 Medium 3 Low

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

Comment thread client/package.json
"@trendmicro/react-sidenav": "^0.5.0",
"ace-builds": "^1.4.8",
"axios": "^0.21.1",
"axios": "1.15.0",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High Vulnerability Finding

The following vulnerabilities impact axios versions <1.15.2: CVE-2026-42033, CVE-2026-42034, CVE-2026-42035, CVE-2026-42036, CVE-2026-42037, CVE-2026-42038, CVE-2026-42039, CVE-2026-42040, CVE-2026-42041, CVE-2026-42042, CVE-2026-42043, CVE-2026-42044, CVE-2026-42264.

These can be remediated by updating to version 1.15.2 or higher.

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Suggested change
"axios": "1.15.0",
"axios": "1.15.2",

Comment thread docs/package.json
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"axios": "1.15.0",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High Vulnerability Finding

The following vulnerabilities impact axios versions <1.15.2: CVE-2026-42033, CVE-2026-42034, CVE-2026-42035, CVE-2026-42036, CVE-2026-42037, CVE-2026-42038, CVE-2026-42039, CVE-2026-42040, CVE-2026-42041, CVE-2026-42042, CVE-2026-42043, CVE-2026-42044, CVE-2026-42264.

These can be remediated by updating to version 1.15.2 or higher.

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Suggested change
"axios": "1.15.0",
"axios": "1.15.2",

Comment thread client/package.json
"@trendmicro/react-sidenav": "^0.5.0",
"ace-builds": "^1.4.8",
"axios": "^0.21.1",
"axios": "1.15.0",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High Vulnerability Finding

The following vulnerabilities impact axios versions <1.15.2: CVE-2026-42033, CVE-2026-42034, CVE-2026-42035, CVE-2026-42036, CVE-2026-42037, CVE-2026-42038, CVE-2026-42039, CVE-2026-42040, CVE-2026-42041, CVE-2026-42042, CVE-2026-42043, CVE-2026-42044, CVE-2026-42264.

These can be remediated by updating to version 1.15.2 or higher.

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Suggested change
"axios": "1.15.0",
"axios": "1.15.2",

Comment thread docs/package.json
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"axios": "1.15.0",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High Vulnerability Finding

The following vulnerabilities impact axios versions <1.15.2: CVE-2026-42033, CVE-2026-42034, CVE-2026-42035, CVE-2026-42036, CVE-2026-42037, CVE-2026-42038, CVE-2026-42039, CVE-2026-42040, CVE-2026-42041, CVE-2026-42042, CVE-2026-42043, CVE-2026-42044, CVE-2026-42264.

These can be remediated by updating to version 1.15.2 or higher.

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Suggested change
"axios": "1.15.0",
"axios": "1.15.2",

Comment thread client/package.json
"@trendmicro/react-sidenav": "^0.5.0",
"ace-builds": "^1.4.8",
"axios": "^0.21.1",
"axios": "1.15.0",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High Vulnerability Finding

The following vulnerabilities impact axios versions <1.15.2: CVE-2026-42033, CVE-2026-42034, CVE-2026-42035, CVE-2026-42036, CVE-2026-42037, CVE-2026-42038, CVE-2026-42039, CVE-2026-42040, CVE-2026-42041, CVE-2026-42042, CVE-2026-42043, CVE-2026-42044, CVE-2026-42264.

These can be remediated by updating to version 1.15.2 or higher.

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Suggested change
"axios": "1.15.0",
"axios": "1.15.2",

Comment thread docs/package.json
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"axios": "1.15.0",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High Vulnerability Finding

The following vulnerabilities impact axios versions <1.15.2: CVE-2026-42033, CVE-2026-42034, CVE-2026-42035, CVE-2026-42036, CVE-2026-42037, CVE-2026-42038, CVE-2026-42039, CVE-2026-42040, CVE-2026-42041, CVE-2026-42042, CVE-2026-42043, CVE-2026-42044, CVE-2026-42264.

These can be remediated by updating to version 1.15.2 or higher.

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Suggested change
"axios": "1.15.0",
"axios": "1.15.2",

Comment thread client/package.json
"@trendmicro/react-sidenav": "^0.5.0",
"ace-builds": "^1.4.8",
"axios": "^0.21.1",
"axios": "1.15.0",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High Vulnerability Finding

The following vulnerabilities impact axios versions <1.15.2: CVE-2026-42033, CVE-2026-42034, CVE-2026-42035, CVE-2026-42036, CVE-2026-42037, CVE-2026-42038, CVE-2026-42039, CVE-2026-42040, CVE-2026-42041, CVE-2026-42042, CVE-2026-42043, CVE-2026-42044, CVE-2026-42264.

These can be remediated by updating to version 1.15.2 or higher.

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Suggested change
"axios": "1.15.0",
"axios": "1.15.2",

Comment thread docs/package.json
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"axios": "1.15.0",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High Vulnerability Finding

The following vulnerabilities impact axios versions <1.15.2: CVE-2026-42033, CVE-2026-42034, CVE-2026-42035, CVE-2026-42036, CVE-2026-42037, CVE-2026-42038, CVE-2026-42039, CVE-2026-42040, CVE-2026-42041, CVE-2026-42042, CVE-2026-42043, CVE-2026-42044, CVE-2026-42264.

These can be remediated by updating to version 1.15.2 or higher.

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Suggested change
"axios": "1.15.0",
"axios": "1.15.2",

Comment thread client/package.json
"@trendmicro/react-sidenav": "^0.5.0",
"ace-builds": "^1.4.8",
"axios": "^0.21.1",
"axios": "1.15.0",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High Vulnerability Finding

The following vulnerabilities impact axios versions <1.15.2: CVE-2026-42033, CVE-2026-42034, CVE-2026-42035, CVE-2026-42036, CVE-2026-42037, CVE-2026-42038, CVE-2026-42039, CVE-2026-42040, CVE-2026-42041, CVE-2026-42042, CVE-2026-42043, CVE-2026-42044, CVE-2026-42264.

These can be remediated by updating to version 1.15.2 or higher.

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Suggested change
"axios": "1.15.0",
"axios": "1.15.2",

Comment thread docs/package.json
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"axios": "1.15.0",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High Vulnerability Finding

The following vulnerabilities impact axios versions <1.15.2: CVE-2026-42033, CVE-2026-42034, CVE-2026-42035, CVE-2026-42036, CVE-2026-42037, CVE-2026-42038, CVE-2026-42039, CVE-2026-42040, CVE-2026-42041, CVE-2026-42042, CVE-2026-42043, CVE-2026-42044, CVE-2026-42264.

These can be remediated by updating to version 1.15.2 or higher.

To ignore this finding as an exception, reply to this conversation with #wiz_ignore reason

If you'd like to ignore this finding in all future scans, add an exception in the .wiz file (learn more) or create an Ignore Rule (learn more).

To get more details on how to remediate this issue using AI, reply to this conversation with #wiz remediate

Suggested change
"axios": "1.15.0",
"axios": "1.15.2",

@wiz-inc-7d3bcbf2f7 wiz-inc-7d3bcbf2f7 Bot deleted the wiz-auto-remediation-aa28e5da27f30f03 branch May 22, 2026 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants