MetaMask / core

This monorepo is a collection of packages used across multiple MetaMask clients
MIT License
293 stars 188 forks source link

Release 229.0.0 #4848

Closed AugmentedMode closed 4 weeks ago

AugmentedMode commented 4 weeks ago

Explanation

The phishing detector currently fails to update when any one of the provided configurations is invalid, causing all configurations to be rejected. This results in the detector missing important updates due to a single faulty configuration.

To address this, the configuration validation process has been improved. We now filter out invalid configurations using the validateConfig function and allow valid configurations to proceed without blocking the entire process. This change ensures that invalid configurations no longer prevent updates and are logged for visibility, allowing the detector to stay up-to-date with valid configurations.

References

Changelog

@metamask/phishing-controller

Checklist