files.com 1.1.143 → 1.1.144

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d31bc19b7cccebbeecb51dcbc1b6ce27088967240638449dcb62cad32c776fc
4
- data.tar.gz: 7586cd423f0df3a1b908850bd390cd58eea97f44261d1c716d7a51e83d9fabe1
3
+ metadata.gz: 6ddbe4f78b571fccaf7817bc5ce2dd9c549978afcc386af9c9f4f7c10f84354c
4
+ data.tar.gz: 195136ba31dc5657c82aeb59820efa66965475ac05dcfbbd4d1701504ca6e3e4
5
5
  SHA512:
6
- metadata.gz: c62bddbb0252fc2a0c602f01563f1f244efd6e55895f4e61a57d2faa51eb51aac518e3af2ec9acf2bc84a889647e5cc4278f9dfc5e5f4338cac54dc007a71a19
7
- data.tar.gz: f88a37f145478a870e363e45eaff1bc3ec0dadbdd54c185c7c4973f9773b90862dee44b74a3f91d315618e2f0e1cce034c695b7a00de54e2960dd04c0b4a94f0
6
+ metadata.gz: d89e38932b20f2ecd7c90e794a8edb91f24f0dda3ecf96812071c775bf655a08526fee8585d6a31d6ed5fe8d66e10ec33abf0906b3ff379b5ea6455943879cb1
7
+ data.tar.gz: 854511564aed4a7553a862233c06ef1a7719fd8d382b8a2b55d5a3780813113f54818bb6763a130f267aada94d02b95e0879a6e3b5a351aa592942dd68b22634
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.143
1
+ 1.1.144
@@ -8,6 +8,7 @@
8
8
  "remote_ip": "example",
9
9
  "server_ip": "example",
10
10
  "username": "example",
11
+ "ssh_client_identification": "example",
11
12
  "session_uuid": "example",
12
13
  "seq_id": 1,
13
14
  "auth_method": "example",
@@ -31,6 +32,7 @@
31
32
  * `remote_ip` (string): IP Address of SFTP Client
32
33
  * `server_ip` (string): IP Address of SFTP Server
33
34
  * `username` (string): Username
35
+ * `ssh_client_identification` (string): Name of the SFTP Client provided at initial connection
34
36
  * `session_uuid` (string): Unique ID of the Session
35
37
  * `seq_id` (int64): SFTP Sequence ID
36
38
  * `auth_method` (string): Authentication Method
@@ -29,6 +29,11 @@ module Files
29
29
  @attributes[:username]
30
30
  end
31
31
 
32
+ # string - Name of the SFTP Client provided at initial connection
33
+ def ssh_client_identification
34
+ @attributes[:ssh_client_identification]
35
+ end
36
+
32
37
  # string - Unique ID of the Session
33
38
  def session_uuid
34
39
  @attributes[:session_uuid]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.143"
4
+ VERSION = "1.1.144"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.143
4
+ version: 1.1.144
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-01 00:00:00.000000000 Z
11
+ date: 2024-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable