-
Notifications
You must be signed in to change notification settings - Fork 2
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
PWA-1219: Reusable Deployment Workflow #76
Merged
jmurphy-res
merged 15 commits into
master
from
PWA-1219-github-actions-reusable-deployment-workflows
Jan 3, 2024
Merged
PWA-1219: Reusable Deployment Workflow #76
jmurphy-res
merged 15 commits into
master
from
PWA-1219-github-actions-reusable-deployment-workflows
Jan 3, 2024
Conversation
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
VulnerabilitiesBelow are the list of dependencies with security vulnerabilities grouped by severity levels. Click to expand. HIGH (2)
|
Current Ver. | Status | Severity | Grace Period |
---|---|---|---|
3.1.0 | fixed in 5.1.2 | 7.5 |
Description | This affects the package glob-parent before 5.1.2. The enclosure regex used to check for strings ending in enclosure containing path separator. |
Source | Link |
Yarn Why |
|
Current Version Instance | /home/runner/work/actions/actions/twistlock/package.json /home/runner/work/actions/actions/package.json /home/runner/work/actions/actions/start-and-check/package.json |
All Instances | 3.1.0 at /home/runner/work/actions/actions/twistlock/package.json 5.1.2 at /home/runner/work/actions/actions/twistlock/package.json 5.1.2 at /home/runner/work/actions/actions/package.json 3.1.0 at /home/runner/work/actions/actions/package.json 5.1.2 at /home/runner/work/actions/actions/start-and-check/package.json 3.1.0 at /home/runner/work/actions/actions/start-and-check/package.json |
unset-value
@
1.0.0
⚠️ -651 days overdue
Current Ver. | Status | Severity | Grace Period |
---|---|---|---|
1.0.0 | fixed in 2.0.1 | 8 |
Description | unset-value package versions before 2.0.1 are vulnerable to Prototype Pollution. unset() function in index.js files allows for access to object prototype properties. An attacker can exploit this to override the behavior of object prototypes, resulting in a possible Denial of Service (DoS), Remote Code Execution (RCE), or other unexpected behavior. |
Source | Link |
Yarn Why |
|
Current Version Instance | /home/runner/work/actions/actions/twistlock/package.json /home/runner/work/actions/actions/package.json /home/runner/work/actions/actions/start-and-check/package.json |
All Instances | 1.0.0 at /home/runner/work/actions/actions/twistlock/package.json 1.0.0 at /home/runner/work/actions/actions/package.json 1.0.0 at /home/runner/work/actions/actions/start-and-check/package.json |
The following dependencies are excluded from the github comment because they could not be found within the repository/monorepo: marked, marked, marked, shelljs, shelljs, mocha, mocha, mocha, mocha, mocha, mocha, mocha, mocha, mocha, mocha, mocha, mocha, mocha, mocha, mocha, mocha, mocha, mocha, csv-parse, codecov, codecov, codecov, grunt, grunt, grunt.
Generated by resideo/actions/twistlock.
Please create an issue in the repository if you have any feedback.
mfahyRSI
approved these changes
Jan 3, 2024
marla294
approved these changes
Jan 3, 2024
bzanetis-rez
approved these changes
Jan 3, 2024
jmurphy-res
deleted the
PWA-1219-github-actions-reusable-deployment-workflows
branch
January 3, 2024 19:56
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://resideo.atlassian.net/browse/PWA-1219
Added a reusable composite workflow for the web projects to use for releases.
The workflow creates a release candidate branch and pull request.
Readme
Example Output
Generates reminder comment at the bottom