ウェブ・サーバーやリポジトリ上のソース・コードには機密情報が含まれていることが多く、一般的にはユーザーがアクセスできるべきではありません。
ある領域やサーバーからソースコードを削除することが重要な状況がある。例えば、システム上のPerlソースコードを取得すると、攻撃者はスクリプトのロジックを理解し、コードのバグやログインとパスワードなどの非常に有用な情報を抽出することができます。
Source code on a web server or repository often contains sensitive information and should generally not be accessible to users.
There are situations where it is critical to remove source code from an area or server. For example, obtaining Perl source code on a system allows an attacker to understand the logic of the script and extract extremely useful information such as code bugs or logins and passwords.