CS.CONSTCOND.SWITCH

'switch' ステートメントの条件は定数です。

例 1

コピー
  class Foo {
      void Method() {
          switch(3 + 2)   // defect - the condition is constant
          {  
              /* ...*/
          }
      }
  }

セキュリティトレーニング

Secure Code Warrior が提供しているアプリケーションセキュリティトレーニング教材。