-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
9fa0c21
to
f0578c8
Compare
c8a3ad1
to
0a95287
Compare
@andytinkham Is there a way to verify this is fixed before merging? |
Not 100% conclusively, but running |
@@ -6,6 +6,11 @@ | |||
require 'uri' | |||
require 'securerandom' | |||
|
|||
require_relative 'cf_helper' | |||
require_relative 'http_helper' | |||
require_relative 'conjur_helper' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems weird to me that you should have to require these as cucumber (I believe) usually loads all your helper files for you. It may be related to this breaking change in v4. In any case I think this change is fine. If it is related to the v4 change and this is all it takes to use the new loading scheme, then that's great.
Nitpick, but could you please remove the extra spaces below these require_relatives?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good! i'm confident this new loading scheme was necessary as RuntimeErrors would pop up without it – which is still weird as it seemingly looks like Ruby does do the auto-loading for you
f88a301
to
683c7cd
Compare
glad to hear it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Desired Outcome
Resolves Snyk's medium severity security issue for potential HTML injection on outdated dependencies.
Implemented Changes
Updates dependencies in Gemfile.lock, default Cucumber version in Gemfile, and runtime error causes from test scripts.
Connected Issue/Story
CyberArk internal issue link: CONJSE-1518
Definition of Done
At least 1 todo must be completed in the sections below for the PR to be
merged.
Changelog
CHANGELOG update
Test coverage
changes, or
Documentation
README
s) were updated in this PRBehavior
Security