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

fix manyports open normalizer #1591

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boefjes/boefjes/plugins/kat_manyportsopen/normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ def run(normalizer_meta: NormalizerMeta, raw: Union[bytes, str]) -> Iterable[OOI
yield kat_ooi
yield Finding(
finding_type=kat_ooi.reference,
ooi=ooi,
ooi=ooi.reference,
description=f"There are {num_new_ports} ports open that were not open last week.",
)