GhostManager / Shepherd

A Django application to help red team operators manage a library of domain names
https://medium.com/@cmaddy/being-a-good-domain-shepherd-part-2-5e8597c3fe63
161 stars 37 forks source link

Checkout start date #20

Closed chervaliery closed 1 year ago

chervaliery commented 4 years ago

This is more a question than an issue.

In the checkout form the start date is a required field.

https://github.com/GhostManager/Shepherd/blob/dfba838ec4f5713110d8b1afd8b060734dfea9d0/catalog/forms.py#L20

But when the History instance is created, it is forced to current date. https://github.com/GhostManager/Shepherd/blob/dfba838ec4f5713110d8b1afd8b060734dfea9d0/catalog/models.py#L168-L169

Is this because of future features to checkout a domain in advance or is this a bug ?