Release: Merge release into master from: release/2.39.1 #11073
Merged
DryRunSecurity / Authn/Authz Analyzer
succeeded
Oct 15, 2024 in 10s
DryRun Security
Details
Authn/Authz Analyzer Findings: 5 detected
⚠️ Potential Authn/Authz Function Used or Modified dojo/jira_link/helper.py (click for details)
Type | Potential Authn/Authz Function Used or Modified |
Description | The code contains a function called get_jira_connection() , which is likely related to authenticating and authorizing access to the Jira API. The function add_simple_jira_comment() also checks if the Jira project is enabled before adding a comment, suggesting that there are some authorization checks in place. |
Filename | dojo/jira_link/helper.py |
CodeLink | django-DefectDojo/dojo/jira_link/helper.py Lines 1400 to 1412 in 0962bd6 |
⚠️ Potential Authn/Authz Function Used or Modified dojo/jira_link/views.py (click for details)
Type | Potential Authn/Authz Function Used or Modified |
Description | The code contains a function called user_has_configuration_permission which is likely related to authorization and checking if a user has the necessary permissions to perform certain actions. Additionally, the code imports classes and functions from dojo.models and dojo.authorization.authorization which may be related to authentication and authorization mechanisms. |
Filename | dojo/jira_link/views.py |
CodeLink | django-DefectDojo/dojo/jira_link/views.py Lines 22 to 28 in 0962bd6 |
⚠️ Potential Authn/Authz Function Used or Modified dojo/jira_link/views.py (click for details)
Type | Potential Authn/Authz Function Used or Modified |
Description | The code contains a function called user_has_configuration_permission which checks if the user making the request has the necessary permissions to access the requested resource. This function is likely related to authorization, as it determines whether a user is allowed to perform a certain action based on their permissions. |
Filename | dojo/jira_link/views.py |
CodeLink | django-DefectDojo/dojo/jira_link/views.py Lines 391 to 408 in 0962bd6 |
⚠️ Potential Authn/Authz Function Used or Modified dojo/jira_link/views.py (click for details)
Type | Potential Authn/Authz Function Used or Modified |
Description | The code contains a function called user_has_configuration_permission that checks if the user has the necessary permission to access the requested resource. This function is likely related to authorization, as it determines whether the user is authorized to perform the requested action. |
Filename | dojo/jira_link/views.py |
CodeLink | django-DefectDojo/dojo/jira_link/views.py Lines 442 to 448 in 0962bd6 |
⚠️ Potential Authn/Authz Function Used or Modified dojo/jira_link/views.py (click for details)
Type | Potential Authn/Authz Function Used or Modified |
Description | The code contains the user_has_configuration_permission function, which suggests that it is checking the user's authorization to perform a specific action, namely adding a JIRA instance. This function is likely related to authentication and authorization mechanisms used in the application. |
Filename | dojo/jira_link/views.py |
CodeLink | django-DefectDojo/dojo/jira_link/views.py Lines 285 to 308 in 0962bd6 |
Loading