この製品では、セキュリティ上重要な値にシンボリック名ではなくハードコードされた定数を使用しているため、コードの保守やセキュリティポリシーの変更時にミスが発生する可能性が高くなる。
開発者が、ハードコードされた定数のすべての出現箇所を見つけなければ、定数の 1 つが変更されない場合、誤ったポリシー決定が行われる可能性がある。これらの値に変更を加えるには、コードを変更する必要がありますが、システムが現場にリリースされると、それは困難か不可能になるかもしれません。さらに、これらのハードコードされた値は、コードが公開された場合、攻撃者が利用できるようになる可能性があります。
The product uses hard-coded constants instead of symbolic names for security-critical values, which increases the likelihood of mistakes during code maintenance or security policy change.
If the developer does not find all occurrences of the hard-coded constants, an incorrect policy decision may be made if one of the constants is not changed. Making changes to these values will require code changes that may be difficult or impossible once the system is released to the field. In addition, these hard-coded values may become available to attackers if the code is ever disclosed.