SSWConsulting / SSW.CodeAuditor

SSW Code Auditor V2
6 stars 6 forks source link

Update ignored URL handling #803

Closed zacharykeeping closed 10 months ago

zacharykeeping commented 10 months ago
  1. Updates the ignored URL handling to also check against source URLs in addition to destination URLs, which allows us for example to ignore "/people" and "/rules" links on our home website.
  2. Prevents uploading the full whitelisted URL list to our Scan data as large amounts of data causes this to error and we're not using this list anyway.
  3. Fixes an issue where the wrong source URL is uploaded in the Ignore modal.