Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install the VIPCS package from a specific branch #37

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

dkotter
Copy link
Collaborator

@dkotter dkotter commented Aug 30, 2023

Description of the Change

We currently install the VIPCS package from the main branch, which means we're always pulling in the latest changes. They recently made some major changes to go along with the 3.0.0 release of the WPCS package and this breaks things with how we currently install these packages.

Similar to the change in #34, this PR fixes things by installing a specific branch of the VIPCS package. This allows things to run properly again, though same as noted in #34, we should look to refactor how we install these packages to use composer instead, to ensure we can use the latest versions of things (so this fix should be looked at as temporary).

How to test the Change

Can see that with this change in place, issues are properly flagged in ClassifAI

Changelog Entry

Fixed - Clone the 2.3.3 tagged release of the VIPCS package to ensure running VIP scans works.

Credits

Props @dkotter, @TylerB24890

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@dkotter dkotter requested a review from a team as a code owner August 30, 2023 16:36
@dkotter dkotter self-assigned this Aug 30, 2023
@dkotter dkotter requested review from peterwilsoncc and removed request for a team and peterwilsoncc August 30, 2023 16:36
@dkotter dkotter added this to the 1.6.1 milestone Aug 30, 2023
@dkotter dkotter merged commit 87732af into develop Aug 30, 2023
@dkotter dkotter deleted the fix/install-vipcs branch August 30, 2023 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant