Tagged Questions

Software security refers to software specifically designed to provide computer security from hackers.

learn more… | top users | synonyms

7
votes
15answers
612 views

How can I stay up-to-date on computer (especially software) security?

I recently bought and read a box set of books on security (Building Secure Software: How to Avoid Security Problems the Right Way, Exploiting Software: How to Break Code, and Software Security: ...
2
votes
3answers
232 views

role based access to methods

I'm implementing system which uses role based access to different methods in classes. For example to perform any action I need to check whether user which uses it can do it. I can write in each ...
1
vote
1answer
100 views

Software/IT security training and certificate

I am thinking about attending software security training and getting software security certificate. (or IT security in general.) I am in MA Boston area. I am new in software security field and need to ...
0
votes
1answer
55 views

Subtle software security bugs in webapps

Im doing research on the capabilities of static analysis and at the moment I'm in the process of gathering code-snippets which contain subtle vulnerabilities. By that I mean not the obvious XSS and ...