Skip to content

Commit 2cd26a2

Browse files
authored
Merge pull request #1391 from sasjs/lintfix
feat: new option for sasjs/lint
2 parents e27010e + 565f483 commit 2cd26a2

File tree

4 files changed

+23
-27
lines changed

4 files changed

+23
-27
lines changed

.github/SECURITY.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# Security Policy
22

3-
As an Enterprise tool, security is taken seriously by the SASjs team. In general we look to minimise third party dependencies, and we distinguish between production dependencies and development dependencies whenever possible.
3+
As an Enterprise tool, security is taken seriously by the SASjs team. In general we look to minimise third party dependencies, and we distinguish between production dependencies and development dependencies whenever possible.
44

55
In addition we take the following steps:
66

7-
* Use of Dependabot for automated reporting of security issues
8-
* Locking versions to prevent upgrades unless explicitly applied
9-
* We run `npm audit` as part of the CI build to ensure the dependency tree is clear from warnings
7+
- Use of Dependabot for automated reporting of security issues.
8+
- Locking versions to prevent upgrades unless explicitly applied.
9+
- We run `npm run audit` as part of the CI build to ensure the dependency tree is clear from warnings. At the moment we ignore the reported Cross-Site Request Forgery vulnerability in Axios because it is mainly related to the browsers and it does not apply to @sasjs/cli.
1010

1111
## Supported Versions
1212

13-
We support only the latest version with security updates. If you would like an earlier version supported, then do [get in touch](https://sasapps.io/contact-us).
13+
We support only the latest version with security updates. If you would like an earlier version supported, then do [get in touch](https://sasapps.io/contact-us).
1414

1515
## Reporting a Vulnerability
1616

17-
We welcome reponsible disclosures and will act immediately. Please report [here](https://sasapps.io/contact-us) with full details of the vulnerability.
18-
17+
We welcome reponsible disclosures and will act immediately. Please report [here](https://sasapps.io/contact-us) with full details of the vulnerability.

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
[![npm package][npm-image]][npm-url]
44
[![Github Workflow][githubworkflow-image]][githubworkflow-url]
55
[![npm](https://img.shields.io/npm/dt/@sasjs/cli)]()
6-
![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/@sasjs/cli)
7-
[![License](https://img.shields.io/apm/l/atomic-design-ui.svg)](/LICENSE)
86
![GitHub top language](https://img.shields.io/github/languages/top/sasjs/cli)
97
[![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/sasjs/cli)](https://github.com/sasjs/cli/issues?q=is%3Aissue+is%3Aclosed)
108
[![GitHub issues](https://img.shields.io/github/issues-raw/sasjs/cli)](https://github.com/sasjs/cli/issues)
11-
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/sasjs/cli)
129

1310
[npm-image]: https://img.shields.io/npm/v/@sasjs/cli.svg
1411
[npm-url]: http://npmjs.org/package/@sasjs/cli

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@sasjs/adapter": "4.11.3",
55-
"@sasjs/core": "4.54.0",
55+
"@sasjs/core": "4.56.0",
5656
"@sasjs/lint": "2.4.3",
5757
"@sasjs/utils": "3.5.2",
5858
"adm-zip": "0.5.10",

0 commit comments

Comments
 (0)