UNCLASSIFIED - NO CUI

Skip to content

Ensure no symlinks provided for expected files

Kenneth Maguire requested to merge 533-ensure-path-no-symlinks into master

Merge Request Description

Check expected files for symlinks and fail if one is found. Symlink checks are the first to run before any other lint checks, and prevent any other checks if a symlink is found.

Additional changes:

  • Add validate method to DsopProject
  • Move trufflehog after lint to prevent following symlinks

Merge Request BOE

Risk

low

Rollback Plan

Revert MR

Testing

Local testing performed successfully

Unit tests added

Staging tests:

Closes #533

Edited by Kenneth Maguire

Merge request reports