Fortify: Access Control Database related issue -


we have been using fortify tool in our code check security vulnerabilities. able fix of issues, there issues finding hard fix.one of related access control database related issues.we use hibernate criteria within our code fetch records db , foritfy complains data db , place program untrusted source.below same code

criteria criteria = hibernatessn.createcriteria("com.vish.status") critiera.list() ------>here error saying "data enters program untrusted source". 

is there way can indicate fortify data indeed coming trusted source?

thanks

short answer - no.

slightly longer answer - fortify not know if data source trusted or not. either have create custom filter ignore category, or custom rules able ignore data specific data source.

historically speaking, if scanning same app on , over, remember findings "not issue" when see them.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -