Safety Property: NoExec

property NoExec {
  check RSystem.exec (command: String) {
    violation ("Attempt to execute system command: " + command);
  }
}

About this file

Naccio Home Page
David Evans
University of Virginia, Computer Science