forked from snyk-tech-services/jira-tickets-for-new-vulns
-
Notifications
You must be signed in to change notification settings - Fork 3
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
[pull] develop from snyk-tech-services:develop #22
Open
pull
wants to merge
38
commits into
miqdigital:develop
Choose a base branch
from
snyk-tech-services:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
… error handling * docs: fix labels example * major: assigneeName is deprecated as per Jira v2 API Assigning a user by their name has been deprecated in Jira v2 API https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/ Only ID can be used from now on. * minor: add new way to install * minor: add more error handling to avoid segfault * feat: add a log if we skip an issue when it is not upgradable * minor: add a new format to the supported custom field * minor: fix the readme * minor: add a check on the ignore field of code issues to filter them out * chore: test with go 1.19 * chore: upgrade project go version to 1.19 * minor: check the config file values early * major: Fix pagination url for Snyk Code issues Co-authored-by: Mathilde <[email protected]> Co-authored-by: mathildeRepo <[email protected]>
* minor: add a new format to the supported custom field * minor: fix the readme * minor: check the config file values early * minor: add error file creation Co-authored-by: Mathilde <[email protected]>
* minor: add a new format to the supported custom field * minor: fix the readme * minor: check the config file values early * minor: add error file creation * docs: mark as inactively maintained (#159) * patch: update docs on config file path (#160) * minor: filter out projects that are not monitored (#164) Co-authored-by: Mathilde <[email protected]>
Unopened bracket was missing and two titled section used different markup (one stars and the other was bold) Typo in the license comment Updated Tests to match the fixed format
Iterating through the list of issue identifiers (CVE, CWE, etc) and add them to the Jira Ticket body
* minor: add a new format to the supported custom field * minor: fix the readme * minor: check the config file values early * minor: add error file creation * major: fix project listing * minor: Fixed Jira Body Format Tags Unopened bracket was missing and two titled section used different markup (one stars and the other was bold) Typo in the license comment Updated Tests to match the fixed format * minor: filter out Code Issues based on prioriityScore if set * minor: Added Identifiers to JIRA Ticket Body Iterating through the list of issue identifiers (CVE, CWE, etc) and add them to the Jira Ticket body Co-authored-by: Mathilde <[email protected]> Co-authored-by: Alexandre Vallières-Lagacé <[email protected]>
lili2311
force-pushed
the
develop
branch
2 times, most recently
from
November 17, 2022 14:55
26a9654
to
47e8b79
Compare
minor: Added new argument to add CVE in Jira summary Added a new optional cveTitle argument When optional argument is present, the list of CVE is added to the jira summary only for Open Source Issues (Snyk Code does not have CVE in API) Co-authored-by: Alexandre Vallières-Lagacé <[email protected]>
RELEASE of (#187) Thi is to address #182 Co-authored-by: Troy Havelock <[email protected]> Co-authored-by: Troy Havelock <[email protected]>
Added the optional flag for the due date built-in flag. Updated README with instructions Co-authored-by: Alexandre Vallières-Lagacé <[email protected]>
Switch from: - `snyk.io/api` to `api.snyk.io` - `api.snyk.io/api` to `api.snyk.io` - `snyk.io/vuln` to `security.snyk.io/vuln` - `api.snyk.io/v3` to `api.snyk.io/rest`
major: Migrate to REST List Projects API This is to address #182 Co-authored-by: Troy Havelock <[email protected]> * minor: Added DueDate support for creating Jira (#185) Added the optional flag for the due date built-in flag. Updated README with instructions Co-authored-by: Alexandre Vallières-Lagacé <[email protected]> * minor: align urls with the recommended domains and paths (#192) Switch from: - `snyk.io/api` to `api.snyk.io` - `api.snyk.io/api` to `api.snyk.io` - `snyk.io/vuln` to `security.snyk.io/vuln` - `api.snyk.io/v3` to `api.snyk.io/rest` * minor: use public utility container for github releasing tool (#194) * major: Migrate to REST List Projects API (#199) --------- Co-authored-by: Jeff B <[email protected]> Co-authored-by: Troy Havelock <[email protected]> Co-authored-by: Alexandre Vallières-Lagacé <[email protected]> Co-authored-by: Jérémy Lourenço <[email protected]> Co-authored-by: aarlaud <[email protected]> Co-authored-by: Jeff B <[email protected]>
* fix bugs wich unnecessarily filters out snyk code issues (#206) minor: stop excluding code issues from being considered fixable Fix excluding Snyk Code issues when using ifUpgradeAvailableOnly=true or ifAutoFixableOnly=true All Snyk Code issues are fixable by rewriting code * Fixing dueDate to duedate (#216) * minor: #211/snyk WAF error handling and sanitizing (#214) * minor: sanitizing summary to prevent WAF failure * minor: add custom errors for 403 http error when encountering WAF failure * Update utils.go (#210) Implement changes: Correct assigneeId data type issue, from Int to String * minor: #212/print errors in writeErrorFile when not found (#213) minor: print error messages for errorsfiles not found * major: release fixes+improvements with assigneeId breaking change (#219) --------- Co-authored-by: olegshprengelsnyk <[email protected]> Co-authored-by: Arya Shajpaul <[email protected]> Co-authored-by: Christoffer <[email protected]> Co-authored-by: Kuldeep Thakre <[email protected]>
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.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )