What is code-access security? - Business analyst

What is code-access security?

- Code access security prevents systems from the code being accessed from unknown origins.

- It helps prevent trusted code from intentionally or accidentally compromising security.

- It allows code to be trusted based on permissions.

- It can reduce the lifelikeness of the code being malicious.

- It also reduces the extent to which a code can be trusted.

- Most common security mechanisms give rights to users based on their logon credentials (usually a password) and restrict resources (often directories and files) that the user is allowed to access.

- However, this approach fails to address several issues: users obtain code from many sources, some of which might be unreliable; code can contain bugs or vulnerabilities that enable it to be exploited by malicious code; and code sometimes does things that the user does not know it will do.
What is role-based security? - Business analyst
Role based security allows access to be given to the system based on Roles....
What is a release candidate, and what are some of its features? - Business analyst
A release candidate is a term used for the application version which is ready to be used a product.....
What is a pilot and what are its goals? - Business analyst
A pilot is an application or product given to a set of users who are trying to test the system prior to complete deployment......
Post your comment