Skip to content

Commit d391ba7

Browse files
github-actions[bot]sumitsutharsumitsuthar
authored
Release v2.3.1 (#285)
Co-authored-by: sumitsuthar <gh-actions-sumitsuthar@github.com> Co-authored-by: Sumit Suthar <ssuthar@newrelic.com>
1 parent 109746b commit d391ba7

File tree

5 files changed

+9
-77
lines changed

5 files changed

+9
-77
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### v2.3.1 (2025-02-04)
2+
#### Bug fixes
3+
* Removed docker-cli-js dependency and updated mongodb unit test case (#283)
4+
* Added safety check for agentModule before accessing its properties (#284)
5+
16
### v2.3.0 (2025-02-03)
27
#### Features
38
* Added Support for VM module

THIRD_PARTY_NOTICES.md

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ code, the source code can be found at [https://github.com/newrelic/csec-node-age
1818
* [check-disk-space](#check-disk-space)
1919
* [content-type](#content-type)
2020
* [cron](#cron)
21-
* [docker-cli-js](#docker-cli-js)
2221
* [fast-safe-stringify](#fast-safe-stringify)
2322
* [find-package-json](#find-package-json)
2423
* [hash.js](#hashjs)
@@ -60,7 +59,6 @@ code, the source code can be found at [https://github.com/newrelic/csec-node-age
6059
* [eslint-plugin-promise](#eslint-plugin-promise)
6160
* [eslint-plugin-sonarjs](#eslint-plugin-sonarjs)
6261
* [koa](#koa)
63-
* [mongodb-memory-server](#mongodb-memory-server)
6462
* [mongodb](#mongodb)
6563
* [mongodb](#mongodb)
6664
* [mongodb](#mongodb)
@@ -166,36 +164,6 @@ The above copyright notice and this permission notice shall be included in all c
166164
167165
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.
168166
169-
```
170-
171-
### docker-cli-js
172-
173-
This product includes source derived from [docker-cli-js](https://github.com/Quobject/docker-cli-js) ([v2.10.0](https://github.com/Quobject/docker-cli-js/tree/v2.10.0)), distributed under the [MIT License](https://github.com/Quobject/docker-cli-js/blob/v2.10.0/LICENSE):
174-
175-
```
176-
The MIT License (MIT)
177-
178-
Copyright (c) 2016 Matthias Ludwig (mludwig@quobject.io)
179-
180-
Permission is hereby granted, free of charge, to any person obtaining a copy
181-
of this software and associated documentation files (the "Software"), to deal
182-
in the Software without restriction, including without limitation the rights
183-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
184-
copies of the Software, and to permit persons to whom the Software is
185-
furnished to do so, subject to the following conditions:
186-
187-
The above copyright notice and this permission notice shall be included in
188-
all copies or substantial portions of the Software.
189-
190-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
191-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
192-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
193-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
194-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
195-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
196-
THE SOFTWARE.
197-
198-
199167
```
200168

201169
### fast-safe-stringify
@@ -1905,23 +1873,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19051873
19061874
```
19071875

1908-
### mongodb-memory-server
1909-
1910-
This product includes source derived from [mongodb-memory-server](https://github.com/nodkz/mongodb-memory-server) ([v8.11.2](https://github.com/nodkz/mongodb-memory-server/tree/v8.11.2)), distributed under the [MIT License](https://github.com/nodkz/mongodb-memory-server/blob/v8.11.2/LICENSE.md):
1911-
1912-
```
1913-
The MIT License (MIT)
1914-
1915-
Copyright (c) 2017-present Pavel Chertorogov
1916-
1917-
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:
1918-
1919-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1920-
1921-
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.
1922-
1923-
```
1924-
19251876
### mongodb
19261877

19271878
This product includes source derived from [mongodb](https://github.com/mongodb/node-mongodb-native) ([v2.2.36](https://github.com/mongodb/node-mongodb-native/tree/v2.2.36)), distributed under the [Apache-2.0 License](undefined):

package-lock.json

Lines changed: 2 additions & 2 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
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/security-agent",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "New Relic Security Agent for Node.js",
55
"main": "index.js",
66
"jsonVersion": "1.2.9",

third_party_manifest.json

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lastUpdated": "Mon Feb 03 2025 15:27:49 GMT+0530 (India Standard Time)",
2+
"lastUpdated": "Tue Feb 04 2025 09:42:23 GMT+0530 (India Standard Time)",
33
"projectName": "@newrelic/security-agent",
44
"projectUrl": "https://github.com/newrelic/csec-node-agent.git",
55
"includeOptDeps": false,
@@ -58,19 +58,6 @@
5858
"email": "nicholas.j.campbell@gmail.com",
5959
"url": "https://github.com/ncb000gt"
6060
},
61-
"docker-cli-js@2.10.0": {
62-
"name": "docker-cli-js",
63-
"version": "2.10.0",
64-
"range": "^2.10.0",
65-
"licenses": "MIT",
66-
"repoUrl": "https://github.com/Quobject/docker-cli-js",
67-
"versionedRepoUrl": "https://github.com/Quobject/docker-cli-js/tree/v2.10.0",
68-
"licenseFile": "node_modules/docker-cli-js/LICENSE",
69-
"licenseUrl": "https://github.com/Quobject/docker-cli-js/blob/v2.10.0/LICENSE",
70-
"licenseTextSource": "file",
71-
"publisher": "Matthias Ludwig",
72-
"email": "mludwig@quobject.io"
73-
},
7461
"fast-safe-stringify@2.1.1": {
7562
"name": "fast-safe-stringify",
7663
"version": "2.1.1",
@@ -550,17 +537,6 @@
550537
"licenseUrl": "https://github.com/koajs/koa/blob/v2.14.2/LICENSE",
551538
"licenseTextSource": "file"
552539
},
553-
"mongodb-memory-server@8.11.2": {
554-
"name": "mongodb-memory-server",
555-
"version": "8.11.2",
556-
"range": "^8.11.2",
557-
"licenses": "MIT",
558-
"repoUrl": "https://github.com/nodkz/mongodb-memory-server",
559-
"versionedRepoUrl": "https://github.com/nodkz/mongodb-memory-server/tree/v8.11.2",
560-
"licenseFile": "node_modules/mongodb-memory-server/LICENSE.md",
561-
"licenseUrl": "https://github.com/nodkz/mongodb-memory-server/blob/v8.11.2/LICENSE.md",
562-
"licenseTextSource": "file"
563-
},
564540
"mongodb@2.2.36": {
565541
"name": "mongodb",
566542
"version": "2.2.36",

0 commit comments

Comments
 (0)