rapid7 / recog

Pattern recognition for hosts, services, and content
Other
662 stars 195 forks source link

Field name standardization #350

Closed tsellers-r7 closed 3 years ago

tsellers-r7 commented 3 years ago

Description

This PR adds field names (os.vendor, service.product, etc) to bin/recog_standarize. This should help us identify field name typos as well as be a bit more intentional when we introduce a new field.

How Has This Been Tested?

ruby bin/recog_standardize xml/*.xml, rspec, etc.

Types of changes

Checklist:

tsellers-r7 commented 3 years ago

@hdm - in light of the ow.device typo you caught earlier I figured it'd be time to implement this to help catch such things.

hdm commented 3 years ago

Nice work!