files.com 1.1.143 → 1.1.144
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/sftp_action_log.md +2 -0
- data/lib/files.com/models/sftp_action_log.rb +5 -0
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ddbe4f78b571fccaf7817bc5ce2dd9c549978afcc386af9c9f4f7c10f84354c
|
|
4
|
+
data.tar.gz: 195136ba31dc5657c82aeb59820efa66965475ac05dcfbbd4d1701504ca6e3e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d89e38932b20f2ecd7c90e794a8edb91f24f0dda3ecf96812071c775bf655a08526fee8585d6a31d6ed5fe8d66e10ec33abf0906b3ff379b5ea6455943879cb1
|
|
7
|
+
data.tar.gz: 854511564aed4a7553a862233c06ef1a7719fd8d382b8a2b55d5a3780813113f54818bb6763a130f267aada94d02b95e0879a6e3b5a351aa592942dd68b22634
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.144
|
data/docs/sftp_action_log.md
CHANGED
|
@@ -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]
|
data/lib/files.com/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2024-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|