Skip to content

Commit 85f021e

Browse files
Merge pull request #15 from trendmicro/update_to_latest_version_v1.4.2
update to latest version: v1.4.2
2 parents c72f4e6 + 5b44b2e commit 85f021e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.4.2 - 2024-08-30
4+
5+
* Fixed the issue of the TLS parameter being overwritten
6+
37
## 1.4.1 - 2024-08-27
48

59
* Support certificate verification bypass using environment variable

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.4.2

grpc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ func NewClientInternal(key string, addr string, useTLS bool, caCert string) (*Am
10361036

10371037
var err error
10381038

1039-
ac.useTLS, ac.verifyCert = retrieveTLSSettings()
1039+
_, ac.verifyCert = retrieveTLSSettings()
10401040

10411041
if ac.timeoutSecs, err = getDefaultScanTimeout(); err != nil {
10421042
return nil, err

0 commit comments

Comments
 (0)