Describe the bug
defusedxml.lxml was only ever an example and is deprecated.
Ideally there should instead be a rule checking that entity resolution is disabled, and possibly other lxml-related issues though the latter may alresady exist.
To Reproduce
Run semgrep on a codebase with lxml, it tells you to remove lxml.
Expected behavior
It shouldn't do that.