tcell_agent 2.6.0 → 2.7.0

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: d505921145ee6c8d397734b6883b0d993523dbbf8e7f11634a3e593e34e185ae
4
- data.tar.gz: 1273c41815732353e40dab10643569fb7164250a16f719a213aa121cd9e6e3ef
3
+ metadata.gz: 6e91769037e5364f7091d874a750f24b45ba340baaf71725e13794815ec09de9
4
+ data.tar.gz: 5773afa03451d699bef82efbd611c12bbfc7383770b140b34ab7be77d012faf2
5
5
  SHA512:
6
- metadata.gz: 6638024ce5c082a793abb3ce9ca0bd3ea851a734d39f7eccb7c6271dd5dc7deeb3cb94314b182229029983a99c22ae1095e8dc795d8502a6806a43ac01936123
7
- data.tar.gz: b6ca0033735ffacad5d4abdca6bbedca9d13e7890b797efabb905257f554a128dbb3481ad2d4d0133f5ecb300b8f9ee5c3db3004b5bb7fd0a400c69883482ca3
6
+ metadata.gz: 0fb4d5b36eb03da7e193245a32955e1f140f711d0e757a4aa9c0ead48774e00fb5f9dd8772506f90dea288d20303211a56c67312a2b6df6c583467891d524e7e
7
+ data.tar.gz: 22f2b41bf88d49f6f4bd3b32cf3d27b734f8488d93f85e1b7f785ee9c03b5b868b4d7b2ad67e3fe3fdbd667fe10d20fd11a94d2c37dc7b1ca5f81e6087177b0e
Binary file
@@ -1,5 +1,5 @@
1
1
  # See the file "LICENSE" for the full license governing this code.
2
2
 
3
3
  module TCellAgent
4
- VERSION = '2.6.0'.freeze
4
+ VERSION = '2.7.0'.freeze
5
5
  end
@@ -3,6 +3,15 @@ require 'spec_helper'
3
3
  module TCellAgent
4
4
  module Policies
5
5
  describe PatchesPolicy do
6
+ ip_group_policy = {
7
+ 'iplists' => {
8
+ 'policy_id' => '1234',
9
+ 'version' => 2,
10
+ 'enabled' => true,
11
+ 'lists' => { 'ipgroups#test' => ['1.1.1.1'] }
12
+ }
13
+ }
14
+
6
15
  blocked_ip_policy = {
7
16
  'patches' => {
8
17
  'policy_id' => 'policy_id',
@@ -20,7 +29,7 @@ module TCellAgent
20
29
  'all' => [],
21
30
  'any' => [
22
31
  {
23
- 'ips' => [{ 'type' => 'IP', 'values' => ['1.1.1.1'] }]
32
+ 'ips' => ['ipgroups#test']
24
33
  }
25
34
  ]
26
35
  }
@@ -60,6 +69,8 @@ module TCellAgent
60
69
  @native_agent = TCellAgent::Rust::NativeAgent.create_agent(
61
70
  configuration
62
71
  )
72
+ @native_agent.update_policies(ip_group_policy)
73
+
63
74
  enablements = @native_agent.update_policies(
64
75
  blocked_ip_policy
65
76
  )['enablements']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tcell_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.0
4
+ version: 2.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rapid7, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-14 00:00:00.000000000 Z
11
+ date: 2022-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -272,7 +272,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
272
272
  - !ruby/object:Gem::Version
273
273
  version: '0'
274
274
  requirements: []
275
- rubygems_version: 3.2.32
275
+ rubygems_version: 3.3.7
276
276
  signing_key:
277
277
  specification_version: 4
278
278
  summary: tCell Agent for Rails