UserContactInfo admin improvements #9300
Closed
DryRunSecurity / AI-powered Sensitive Function Check
succeeded
Jan 8, 2024 in 0s
Code Analysis
# DryRun Security AI-Powered Sensitive Function Check
Detected a total of 2 potentially sensitive functions.
Names:
__str__,get_list_display
Annotations
Check warning on line 247 in dojo/models.py
dryrunsecurity / AI-powered Sensitive Function Check
Possible Sensitive Function
Our AI-Powered Sensitive Function checker believes it has discovered
a sensitive function being modified in this PR. The name of the function
is `__str__`. Extra care must be taken when modifying a
function that is potentially security-sensitive. The following reason was
provided for why this function was flagged as sensitive:
Potential authentication or authorization function. Contains a reference to 'UserContactInfo' which may be related to user authentication or authorization.
Check warning on line 254 in dojo/models.py
dryrunsecurity / AI-powered Sensitive Function Check
Possible Sensitive Function
Our AI-Powered Sensitive Function checker believes it has discovered
a sensitive function being modified in this PR. The name of the function
is `get_list_display`. Extra care must be taken when modifying a
function that is potentially security-sensitive. The following reason was
provided for why this function was flagged as sensitive:
Potential authentication or authorization function. Contains a reference to 'UserContactInfoAdmin' which may be related to user authentication or authorization.
Loading