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

🎉 Improvements for wazuh importer #9248

Merged
merged 16 commits into from
Feb 6, 2024

:pencil2:

800ae30
Select commit
Loading
Failed to load commit list.
Merged

🎉 Improvements for wazuh importer #9248

:pencil2:
800ae30
Select commit
Loading
Failed to load commit list.
DryRunSecurity / AI-powered Sensitive Function Check succeeded Dec 30, 2023 in 0s

Code Analysis

            # DryRun Security AI-Powered Sensitive Function Check

            Detected a total of 1 potentially sensitive functions.
            
            Names:
            
            get_findings

Annotations

Check warning on line 89 in dojo/tools/wazuh/parser.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_findings`. 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:
    
                        The get_findings function processes the JSON data retrieved from Wazuh and creates findings. This function is related to parsing and importing Wazuh scan results, which is an authorization-related task.