Friday 27 July 2012

What benefit does your code receive if you decorate it with attributes demanding specific Security permissions?

Purpose:

  • This illustrates a level of defensive coding that shows experience. Explicit argument guarding is another example of a practice that shows experience.

Potential Answer:
Allows for the level of security to be seen beforehand. If code gets exploited will not go beyond the permission boundary that you specified as necessary.

No comments:

Post a Comment