Fix engagements filters in 'engagements by product view' #10046
Merged
DryRunSecurity / Authn/Authz Analyzer
succeeded
Apr 30, 2024 in 2s
DryRun Security
Details
Authn/Authz Analyzer Findings: 2 detected
⚠️ Potential Authn/Authz Function Used or Modified dojo/filters.py (click for details)
Type | Potential Authn/Authz Function Used or Modified |
Description | The code contains functions related to authentication or authorization, such as get_authorized_users() and the Permissions class, which suggest that the code is managing user permissions and access control. |
Filename | dojo/filters.py |
CodeLink | django-DefectDojo/dojo/filters.py Lines 1053 to 1084 in b0c3032 |
⚠️ Potential Authn/Authz Function Used or Modified dojo/engagement/views.py (click for details)
Type | Potential Authn/Authz Function Used or Modified |
Description | The code contains the function get_authorized_engagements() which appears to be related to authorization and access control. The function Permissions.Engagement_View suggests that it is checking for user permissions to access the engagement resource, which is a common pattern for implementing authorization in web applications. |
Filename | dojo/engagement/views.py |
CodeLink | django-DefectDojo/dojo/engagement/views.py Lines 235 to 248 in b0c3032 |
Loading