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

Added docstring for the burp parser #11856

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

Jino-T
Copy link

@Jino-T Jino-T commented Feb 19, 2025

Description

I am a Defect Dojo intern and I wrote a docstring for the burp parser to describe the fields it returns and to also describe the fields used for dedupe.

Copy link

DryRun Security Summary

Added two new methods (get_fields() and get_dedupe_fields()) to BurpParser class for parsing Burp scanner results.

Expand for full summary

PR adds two new methods to the BurpParser class in dojo/tools/burp/parser.py: get_fields() and get_dedupe_fields() for parsing Burp scanner results. No security vulnerabilities were found.

Code Analysis

We ran 9 analyzers against 1 file and 0 analyzers had findings. 9 analyzers had no findings.

View PR in the DryRun Dashboard.

Copy link
Contributor

@Maffooch Maffooch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love this! My advice for this parser (and others in the future) would be to the move these function to the top of the file so that they are more easily found by folks in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants