Remove `virtual` qualifiers on member functions of a `final` class
RegistryEntry is marked final, but qualifies some methods as virtual. This MR removes these virtual qualifiers.
Security Notice: GitLab has uncovered a widespread malicious npm supply-chain attack that potentially can destroy user data. All teams are required to audit packages. Further information can be found under the Computer Security Report for November 2025 and the original blog post in https://about.gitlab.com/blog/gitlab-discovers-widespread-npm-supply-chain-attack/
RegistryEntry is marked final, but qualifies some methods as virtual. This MR removes these virtual qualifiers.