cr0hn / golismero-legacy

THIS IS A LEGACY VERSION PRESERVED FOR BACKUP, DO NOT USE
http://golismero-project.com
15 stars 4 forks source link

DNS data types need some refactoring #237

Closed MarioVilas closed 10 years ago

MarioVilas commented 10 years ago

Instead of having multiple DnsRegister subclasses all grouped under the same data type, we should have a single object that contains all the sub-objects with the entire set of results for a single domain.

The identity property would be the domain name. That way new results would get merged with the old ones. It's possible we'll need a custom merge strategy for this one (using \@custom and a static callback).

MarioVilas commented 10 years ago

No longer valid (now the data_subtype is automatically generated).