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

[pull] develop from snyk-tech-services:develop #22

Open
wants to merge 38 commits into
base: develop
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 5, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

lili2311 and others added 2 commits October 4, 2022 11:30
… 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]>
@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Oct 5, 2022
* 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]>
mathild3r and others added 21 commits October 12, 2022 19:44
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 lili2311 force-pushed the develop branch 2 times, most recently from 26a9654 to 47e8b79 Compare November 17, 2022 14:55
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]>
lili2311 and others added 4 commits December 16, 2022 16:19
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]>
lili2311 and others added 5 commits October 18, 2023 12:05
minor: stop excluding code issues from being considered fixable
* 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
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants