Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

problem: rtype missing #22

Merged
merged 1 commit into from Apr 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion csirtg_indicator/constants/fields.py
Expand Up @@ -18,7 +18,7 @@

FIELDS_IP = [
'portlist', 'protocol', 'asn', 'asn_desc', 'dest', 'dest_portlist', 'mask',
'rdata', 'peers'
'rdata', 'rtype', 'peers'
]

FIELDS_FQDN = [
Expand Down