hubblestack / hubble

Hubble is a modular, open-source security compliance framework. The project provides on-demand profile-based auditing, real-time security event notifications, alerting, and reporting.
Apache License 2.0
380 stars 87 forks source link

fixing file caching bug in windows #1089

Closed MoodyMudit closed 3 years ago

MoodyMudit commented 3 years ago

The extra '/' appended at the end of the path makes that path only linux specific, creating a problem for windows paths where '\' are used in paths instead of '/'. Not adding the extra '/' at the end of windows path works fine now.