Skip to content

Commit

Permalink
feat(SAAS-28151 + SAAS-28108): remove unsupported code start plugins …
Browse files Browse the repository at this point in the history
…+ fix all open salt severity to critical
  • Loading branch information
tzurielweisberg committed Feb 27, 2025
1 parent 7358797 commit 556052f
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 351 deletions.
2 changes: 1 addition & 1 deletion plugins/alibaba/ecs/openSalt.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
title: 'Open Salt',
category: 'ECS',
domain: 'Compute',
severity: 'Medium',
severity: 'Critical',
description: 'Ensure that security groups does not have TCP ports 4505 or 4506 for the Salt master open to the public.',
more_info: 'Active Salt vulnerabilities, CVE-2020-11651 and CVE-2020-11652 are exploiting Salt instances exposed to the internet. These ports should be closed immediately.',
link: 'https://www.alibabacloud.com/help/doc-detail/25471.htm',
Expand Down
48 changes: 0 additions & 48 deletions plugins/aws/codestar/codestarHasTags.js

This file was deleted.

112 changes: 0 additions & 112 deletions plugins/aws/codestar/codestarHasTags.spec.js

This file was deleted.

81 changes: 0 additions & 81 deletions plugins/aws/codestar/codestarValidRepoProviders.js

This file was deleted.

105 changes: 0 additions & 105 deletions plugins/aws/codestar/codestarValidRepoProviders.spec.js

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/aws/ec2/openSalt.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
title: 'Open Salt',
category: 'EC2',
domain: 'Compute',
severity: 'High',
severity: 'Critical',
description: 'Determine if TCP ports 4505 or 4506 for the Salt master are open to the public',
more_info: 'Active Salt vulnerabilities, CVE-2020-11651 and CVE-2020-11652 are exploiting Salt instances exposed to the internet. These ports should be closed immediately.',
link: 'https://help.saltstack.com/hc/en-us/articles/360043056331-New-SaltStack-Release-Critical-Vulnerability',
Expand Down
2 changes: 1 addition & 1 deletion plugins/azure/networksecuritygroups/openSalt.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
title: 'Open Salt',
category: 'Network Security Groups',
domain: 'Network Access Control',
severity: 'Medium',
severity: 'Critical',
description: 'Determine if TCP ports 4505 or 4506 for the Salt master are open to the public',
more_info: 'Active Salt vulnerabilities, CVE-2020-11651 and CVE-2020-11652 are exploiting Salt instances exposed to the internet. These ports should be closed immediately.',
link: 'https://help.saltstack.com/hc/en-us/articles/360043056331-New-SaltStack-Release-Critical-Vulnerability',
Expand Down
2 changes: 1 addition & 1 deletion plugins/google/vpcnetwork/openSalt.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
title: 'Open Salt',
category: 'VPC Network',
domain: 'Network Access Control',
severity: 'High',
severity: 'Critical',
description: 'Determine if TCP ports 4505 or 4506 for the Salt master are open to the public',
more_info: 'Active Salt vulnerabilities, CVE-2020-11651 and CVE-2020-11652 are exploiting Salt instances exposed to the internet. These ports should be closed immediately.',
link: 'https://help.saltstack.com/hc/en-us/articles/360043056331-New-SaltStack-Release-Critical-Vulnerability',
Expand Down
2 changes: 1 addition & 1 deletion plugins/oracle/networking/openSalt.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
title: 'Open Salt',
category: 'Networking',
domain: 'Network Access Control',
severity: 'Medium',
severity: 'Critical',
description: 'Determine if TCP ports 4505 or 4506 for the Salt master are open to the public',
more_info: 'Active Salt vulnerabilities, CVE-2020-11651 and CVE-2020-11652 are exploiting Salt instances exposed to the internet. These ports should be closed immediately.',
recommended_action: 'Restrict TCP ports 4505 and 4506 to known IP addresses',
Expand Down

0 comments on commit 556052f

Please sign in to comment.