Skip to content

Commit

Permalink
Merge pull request #18 from trendmicro/update_to_latest_version_v1.4.1
Browse files Browse the repository at this point in the history
update to latest version: v1.4.1
  • Loading branch information
liangsengk-tm authored Aug 28, 2024
2 parents 69f7893 + e55f342 commit 52482d0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.4.1 - 2024-08-27

* Update README.md for certificate verification bypass

## 1.4.0 - 2024-08-23

* Update README.md
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,3 +395,9 @@ The communication channel between the client program or SDK and the Trend Vision
The certificate employed by server-side TLS is a publicly-signed certificate from Trend Micro Inc, issued by a trusted Certificate Authority (CA), further bolstering security measures.

The File Security SDK consistently adopts TLS as the default communication channel, prioritizing security at all times. It is strongly advised not to disable TLS in a production environment while utilizing the File Security SDK, as doing so could compromise the integrity and confidentiality of transmitted data.

## Disabling certificate verification

For customers who need to enable TLS channel encryption without verifying the provided CA certificate, the Node.js environment variable `NODE_TLS_REJECT_UNAUTHORIZED` can be set to `0`.

When `NODE_TLS_REJECT_UNAUTHORIZED` is set to `0`, certificate validation is disabled for TLS connections, which compromises the security of the connection. Therefore, this configuration should only be used in testing environments.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-security-sdk",
"version": "1.4.0",
"version": "1.4.1",
"description": "Vision One File Security API library in TypeScript",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 52482d0

Please sign in to comment.