Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserContactInfo admin improvements #9300

Closed
wants to merge 1 commit into from

Django Admin: UserContactInfo improvements

9703ce0
Select commit
Loading
Failed to load commit list.
Closed

UserContactInfo admin improvements #9300

Django Admin: UserContactInfo improvements
9703ce0
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@dryrunsecurity 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

See this annotation in the file changed.

@dryrunsecurity 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.