Skip processing discovered URLs when outside of the current domain. The URL is considered outside of domain when is redirected to different domain location.
The deepScan run result will have 'unscannable' state.
Refactor page analyzer to detect URL redirection.
Added expanding of Application Insights long property value.
Pull request checklist
[ ] Addresses an existing issue: Fixes #0000
[x] Added relevant unit test for your changes. (yarn test)
[ ] Verified code coverage for the changes made. Check coverage report at: <rootDir>/test-results/unit/coverage
Details
Skip processing discovered URLs when outside of the current domain. The URL is considered outside of domain when is redirected to different domain location. The deepScan run result will have 'unscannable' state.
Refactor page analyzer to detect URL redirection.
Added expanding of Application Insights long property value.
Pull request checklist
yarn test
)<rootDir>/test-results/unit/coverage
yarn precheckin
)