Enum
PropagationMode
Determines whether to also mark or unmark other issues as false positives.
        Values
none
                    Only the selected issue will be marked or unmarked as a false positive.
                issue_type_only
                    The selected issue will be marked or unmarked as a false positive, along with all other issues of the same type across the whole site.
                issue_type_and_url
                    The selected issue will be marked or unmarked as a false positive, along with all other issues of the same type found at the same URL.
                issue_type_and_current_scan
                    The selected issue will be marked or unmarked as a false positive, along with all other issues of the same type in the current scan only. Other scans for this site will not be affected.