Skip to content

Commit

Permalink
Release v0.4.0 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: sumitsuthar <gh-actions-sumitsuthar@github.com>
Co-authored-by: Sumit Suthar <sumit@k2io.com>
  • Loading branch information
3 people committed Oct 27, 2023
1 parent 1116c6b commit 6ed3942
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 25 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### v0.4.0 (2023-10-27)
#### Features
* Added event stats for RASP, IAST and exit events in healthcheck.
#### Miscellaneous chores
* Deps: Updated uuid to v9.0.1 and @aws-sdk/client-lambda to v3.405.0
* Upgraded axios to 1.6.0 to resolve CVE-2023-45857
#### Continuous integration
* Removed Node.js 14.x from CI.
* Added should_skip flag to skip CI based on label.

### v0.3.0 (2023-09-25)
#### Features
* Last leg acknowledgement in IAST scanning.
Expand Down
22 changes: 5 additions & 17 deletions THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,28 +284,16 @@ This product includes source derived from [@aws-sdk/client-lambda](https://githu

### axios

This product includes source derived from [axios](https://github.com/axios/axios) ([v0.21.4](https://github.com/axios/axios/tree/v0.21.4)), distributed under the [MIT License](https://github.com/axios/axios/blob/v0.21.4/LICENSE):
This product includes source derived from [axios](https://github.com/axios/axios) ([v1.6.0](https://github.com/axios/axios/tree/v1.6.0)), distributed under the [MIT License](https://github.com/axios/axios/blob/v1.6.0/LICENSE):

```
Copyright (c) 2014-present Matt Zabriskie
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/security-agent",
"version": "0.3.0",
"version": "0.4.0",
"description": "New Relic Security Agent for Node.js",
"main": "index.js",
"jsonVersion": "1.1.0",
Expand Down
12 changes: 6 additions & 6 deletions third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Wed Oct 25 2023 09:22:08 GMT+0530 (India Standard Time)",
"lastUpdated": "Fri Oct 27 2023 18:17:24 GMT+0530 (India Standard Time)",
"projectName": "@newrelic/security-agent",
"projectUrl": "https://github.com/newrelic/csec-node-agent.git",
"includeOptDeps": false,
Expand All @@ -18,15 +18,15 @@
"publisher": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/javascript/"
},
"axios@0.21.4": {
"axios@1.6.0": {
"name": "axios",
"version": "0.21.4",
"range": "0.21.4",
"version": "1.6.0",
"range": "1.6.0",
"licenses": "MIT",
"repoUrl": "https://github.com/axios/axios",
"versionedRepoUrl": "https://github.com/axios/axios/tree/v0.21.4",
"versionedRepoUrl": "https://github.com/axios/axios/tree/v1.6.0",
"licenseFile": "node_modules/axios/LICENSE",
"licenseUrl": "https://github.com/axios/axios/blob/v0.21.4/LICENSE",
"licenseUrl": "https://github.com/axios/axios/blob/v1.6.0/LICENSE",
"licenseTextSource": "file",
"publisher": "Matt Zabriskie"
},
Expand Down

0 comments on commit 6ed3942

Please sign in to comment.