viper-framework / viper

Binary analysis and management framework
Other
1.54k stars 353 forks source link

Update database.py - fix default created time #802

Closed trolldbois closed 1 year ago

trolldbois commented 1 year ago

Default created time should be now and not now(). datetime.now() will set default created time to the time of the viper instance restart. datetime.now will use the date at the time of the row creation, as intended

botherder commented 1 year ago

Thank you!