ruby_smb 3.3.11 → 3.3.12

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: 200e26ef444f49e42d6671ae291c557dbaa6d0b7ab5424df4b7c973fa990dbe5
4
- data.tar.gz: 27ec24e3cd852a0634c1ef11067776a887ea06ad10e2752fc0acb2e6473d8d9a
3
+ metadata.gz: d9ee813b67da3f28bf15f24cd60e6ff6be3c931490f97fe95786537d191a171b
4
+ data.tar.gz: 0d36cfa0892d145bf40d1ad43ba8e0d35185357c50d35ce8e7bc64a586041bcf
5
5
  SHA512:
6
- metadata.gz: 84922acc15245aee475e8d8b3db354be2b389ef68fd9988ee2e14f850e9173b03220b51152a18bdcf097aaabbac08b78aeea7dc6e2be5ee3994e5894c5c7bc60
7
- data.tar.gz: 1bc3d330a3c241a2e2e2b877d8b932830621fc6f12dd66cf718536a43971ab8c15bb4bcba498da72b891233a68d87d02a28396ee959652382f74d02d274bb2b0
6
+ metadata.gz: b52b91a93e363be0ed1578a6b67c94409e831a848da346cf1e985e1686804bbf444e1ba15d3a6f350cb77bba9a8a035b06c4c066b96665399805da8bc0193011
7
+ data.tar.gz: 17d2c3bc2bb46204538a827aac81a9f46317518cbf24abdade18fd60460b57db131ed3d6d8db3cce8accadd752256c7fb8fc53b74a435a1226048166d93c0020
checksums.yaml.gz.sig CHANGED
Binary file
@@ -443,8 +443,8 @@ module RubySMB
443
443
  uint16 :reserved3
444
444
  string :reserved4, length: 96
445
445
  uint16 :property_signature, initial_value: 0x50
446
- uint16 :property_count, initial_value: -> { user_properties.size }
447
- array :user_properties, type: :user_property, initial_length: :property_count
446
+ uint16 :property_count, initial_value: -> { user_properties.size }, onlyif: -> { struct_length > 111 }
447
+ array :user_properties, type: :user_property, initial_length: :property_count, onlyif: :property_count?
448
448
  uint8 :reserved5
449
449
  end
450
450
 
@@ -1,3 +1,3 @@
1
1
  module RubySMB
2
- VERSION = '3.3.11'.freeze
2
+ VERSION = '3.3.12'.freeze
3
3
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_smb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.11
4
+ version: 3.3.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Metasploit Hackers
@@ -39,7 +39,7 @@ cert_chain:
39
39
  DgscAao7wB3xW2BWEp1KnaDWkf1x9ttgoBEYyuYwU7uatB67kBQG1PKvLt79wHvz
40
40
  Dxs+KOjGbBRfMnPgVGYkORKVrZIwlaboHbDKxcVW5xv+oZc7KYXWGg==
41
41
  -----END CERTIFICATE-----
42
- date: 2024-11-15 00:00:00.000000000 Z
42
+ date: 2024-11-22 00:00:00.000000000 Z
43
43
  dependencies:
44
44
  - !ruby/object:Gem::Dependency
45
45
  name: redcarpet
metadata.gz.sig CHANGED
Binary file