-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10294 from ComplianceAsCode/create-rule-package-F…
…TP-client-removed Add package_ftp_removed rule
- Loading branch information
Showing
3 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
documentation_complete: true | ||
|
||
prodtype: rhel9 | ||
|
||
title: 'Remove ftp Package' | ||
|
||
description: |- | ||
FTP (File Transfer Protocol) is a traditional and widely used standard tool for | ||
transferring files between a server and clients over a network, especially where no | ||
authentication is necessary (permits anonymous users to connect to a server). | ||
<br/> | ||
{{{ describe_package_remove(package="ftp") }}} | ||
rationale: |- | ||
FTP does not protect the confidentiality of data or authentication credentials. It | ||
is recommended SFTP be used if file transfer is required. Unless there is a need | ||
to run the system as a FTP server (for example, to allow anonymous downloads), it is | ||
recommended that the package be removed to reduce the potential attack surface. | ||
severity: low | ||
|
||
identifiers: | ||
cce@rhel9: CCE-86075-9 | ||
|
||
references: | ||
cis@rhel9: 2.3.4 | ||
|
||
ocil: '{{{ describe_package_remove(package="ftp") }}}' | ||
|
||
template: | ||
name: package_removed | ||
vars: | ||
pkgname: ftp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ CCE-86071-8 | |
CCE-86072-6 | ||
CCE-86073-4 | ||
CCE-86074-2 | ||
CCE-86075-9 | ||
CCE-86076-7 | ||
CCE-86078-3 | ||
CCE-86081-7 | ||
|