**Describe the bug** Angular 1.8.1 deprecated [$compileProvider.aHrefSanitizationWhitelist](https://docs.angularjs.org/api/ng/provider/$compileProvider#aHrefSanitizationWhitelist) and [$compileProvider.imgSrcSanitizationWhitelist](https://docs.angularjs.org/api/ng/provider/$compileProvider#imgSrcSanitizationWhitelist) and replaced them with new methods. **To Reproduce** 1) Inspect [source code](https://github.com/microsoft/eslint-plugin-sdl/blob/3ccc6abd2985ba8a0ea169844031442b516bd6b2/lib/rules/no-angularjs-sanitization-whitelist.js) of the rule 2) There are no references to aHrefSanitizationTrustedUrlList nor imgSrcSanitizationTrustedUrlList **Expected behavior** Rule is renamed (as per [style guide](https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/w/whitelist)) and supports both old and new method names.
Describe the bug
Angular 1.8.1 deprecated $compileProvider.aHrefSanitizationWhitelist and $compileProvider.imgSrcSanitizationWhitelist and replaced them with new methods.
To Reproduce
Expected behavior
Rule is renamed (as per style guide) and supports both old and new method names.