Groups/users labels text #10663
Merged
Groups/users labels text #10663
DryRunSecurity / Authn/Authz Analyzer
succeeded
Aug 1, 2024 in 3s
DryRun Security
Details
Authn/Authz Analyzer Findings: 3 detected
⚠️ Potential Authn/Authz Function Used or Modified dojo/templates/dojo/view_group.html (click for details)
Type | Potential Authn/Authz Function Used or Modified |
Description | The code contains a conditional statement that checks if the group can access any products. This suggests that there are some access control or authorization mechanisms in place, and the code is potentially related to authentication or authorization. |
Filename | dojo/templates/dojo/view_group.html |
CodeLink | django-DefectDojo/dojo/templates/dojo/view_group.html Lines 256 to 262 in 2eb9bb7 |
⚠️ Potential Authn/Authz Function Used or Modified dojo/templates/dojo/view_group.html (click for details)
Type | Potential Authn/Authz Function Used or Modified |
Description | The code contains a reference to the 'authorization_tags' template tag library, which suggests that the application is using some form of authorization functionality. Additionally, the presence of the 'group.name' variable indicates that the application is likely managing group-based access controls, which are often part of an authentication and authorization system. |
Filename | dojo/templates/dojo/view_group.html |
CodeLink | django-DefectDojo/dojo/templates/dojo/view_group.html Lines 3 to 9 in 2eb9bb7 |
⚠️ Potential Authn/Authz Function Used or Modified dojo/templates/dojo/view_user.html (click for details)
Type | Potential Authn/Authz Function Used or Modified |
Description | The code contains the variable 'user', which suggests that it is interacting with user-specific information. This could indicate the presence of authentication or authorization functions, as these typically involve accessing and verifying user data. |
Filename | dojo/templates/dojo/view_user.html |
CodeLink | django-DefectDojo/dojo/templates/dojo/view_user.html Lines 5 to 11 in 2eb9bb7 |
Loading