Submitted by deadrxsezzz, also found by oakcobalt, 0xComfyCat, Yanchuan, Brenzee, bin2chen, auditsea, cducrest, markus_ether, and Team_Rocket
https://github.com/code-423n4/2023-08-verwa/blob/main/src/GaugeController.sol#L118 
https://github.com/code-423n4/2023-08-verwa/blob/main/src/GaugeController.sol#L204
Voting power towards gauges will be lost and project will not work properly
The mapping time_weight takes a gauge as a param and returns the most recent timestamp a gauge has had its weight recorded/ updated. There are 2 ways to set this value: through _get_weight and _change_gauge_weight.
Foundry
Upon adding a gauge, make a call to change_gauge_weight and set its initial weight to 0.
__141345__ (Lookout) commented:
