Errors from Slither

hi @frangio, I face this problem these days. I want to try to add a constructor in an upgradeable contract just because the slither give me a warning of an unprotected upgradeable contract. What do you think about it? Do you consider removing this error?

slither rule: https://github.com/crytic/slither/wiki/Detector-Documentation#unprotected-upgradeable-contract

What does the Solidity code look like?