Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #82 from snyk-tech-services/develop
Browse files Browse the repository at this point in the history
RELEASE
  • Loading branch information
lili2311 authored Oct 20, 2022
2 parents a4c446a + 102a5ae commit 82b806e
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 7,687 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
snyk: snyk/snyk@0.0.8
snyk: snyk/snyk@1.1.2
jobs:
build-test-monitor:
docker:
Expand Down
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Snyk Tech Services will be required for a review on every PR
* @snyk-tech-services/snyk-tech-services
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _Instructions on how to run this locally, background context, what to review, qu
### More information

- [Jira ticket SC-0000](https://snyksec.atlassian.net/browse/SC-0000)
- [Link to documentation](https://github.com/snyk/{{name}}/wiki/)
- [Link to documentation](https://github.com/snyk-tech-services/snyk-disallow/wiki/)

### Screenshots

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/tmp
/yarn.lock
node_modules
.dccache
11 changes: 10 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.22.1
version: v1.19.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-LODASHTEMPLATE-1088054:
- '*':
reason: no fix available and not applicable in client side situation
expires: 2022-01-01T00:00:00.000Z
created: 2021-10-05T13:44:03.115Z
'@oclif/plugin-help > @oclif/core > lodash.template':
reason: no fix available and not applicable in client side situation
expires: '2022-03-25T16:17:01.602Z'
- '@oclif/command > @oclif/plugin-help > @oclif/core > lodash.template':
reason: no fix available
expires: '2022-03-25T16:17:01.602Z'
- cli-ux > @oclif/command > @oclif/plugin-help > @oclif/core > lodash.template:
reason: no fix available
expires: '2022-03-25T16:17:01.602Z'
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Snyk Disallow tool
[![CircleCI](https://circleci.com/gh/snyk-tech-services/snyk-disallow/tree/master.svg?style=shield)](https://circleci.com/gh/snyk-tech-services/snyk-disallow/tree/master)
[![Downloads/week](https://img.shields.io/npm/dw/snyk-disallow.svg)](https://npmjs.org/package/snyk-disallow)
[![License](https://img.shields.io/npm/l/snyk-disallow.svg)](https://github.com/snyk-tech-services/snyk-disallow/blob/master/package.json)
[![Inactively Maintained](https://img.shields.io/badge/Maintenance%20Level-Inactively%20Maintained-yellowgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)


**This repository is in maintenance mode, no new features are being developed. Bug & security fixes will continue to be delivered. Open source contributions are welcome for small features & fixes (no breaking changes)**

# Pre-requisites
- Paid plan.\
Expand Down
Loading

0 comments on commit 82b806e

Please sign in to comment.