snowfrost80

Cadet 3rd Class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-08-21
07:24
299 views
Access Control: Database HPFortify Scan
Hi All,
Did the HP Fortify Scan and got the Access Control Category for the below source . The bold statement was flagged out. May I know how do I rectify this ?
public Repository(MemberPointsEntities entities)
{
this.entities = entities;
this.databaseSet = entities.Set<T>();
}
Thank you.
0 Replies