-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix on sitemap adds localFileScan, move report directory up one l…
…evel (#364) * Allow sitemap to be able to recurse all the files (Previously it was just getting the last childSitemap files, instead of all of the files) * Allow pdfScanFunc to run both filePath and url (it uses fs for file path and got for url) * Prevent sitemap from recursing infinitely * Do checking if its a file path or url else skip it, without stopping the scan * Added crawlLocalFile (-c 5) * Added results and log folder name based on the local file name given * Added try catch to all the json parsing for sitemap * Fix bug of able to scan files with dot separator within the file name * Allow all types of files to be scanned (verapdf for pdf files, axescript for non pdf files) * Added typing for crawLocalFile.js * Move reports directory to parent directory --------- Co-authored-by: younglim <[email protected]>
- Loading branch information
1 parent
8cafeb1
commit 3a7abd1
Showing
20 changed files
with
477 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.