GSA / site-scanning

The central repository for the Site Scanning program
https://digital.gov/site-scanning
11 stars 2 forks source link

Weigh using regex->puppeteer refactor with other scans #985

Closed gbinal closed 1 month ago

gbinal commented 1 month ago

To begin with, let's note which scans might benefit from the same change that improved the required link scans - https://github.com/GSA/site-scanning-engine/pull/325

Then, let's consider making the same change in those places.

akuny commented 1 month ago

The only candidate for this is the login scan: https://github.com/GSA/site-scanning-engine/blob/main/libs/core-scanner/src/scans/login.ts

gbinal commented 1 month ago

closing in favor of #1006