logstash-filter-empowclassifier 1.0.1 → 1.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2c7138d69ebbe84d65be86b8c7eceac98ca6a786480d6b3ab7b73735351723d
4
- data.tar.gz: b2b579f47338fe34b6c1b8509ed5e137852c6c63d87cd19a8c4456dfea73914b
3
+ metadata.gz: 4d52fc1f6d7837bee8cdddb4a434595f8b938135828d8149ce2e2ff101c6069f
4
+ data.tar.gz: 9cc9ec4d4028b809693ff84f44109d097fc5a95103f74bc1184c900118dac3d9
5
5
  SHA512:
6
- metadata.gz: 3aa136befd495d8ff94b1df6cf290a437979e03b3a0354caf4ba54ca032d175b230d1d6c22e7da89c1af49c26032065703fceb87c648a92a9f8896e98d0de494
7
- data.tar.gz: 7762647e4d646869da4da89b303dcaf23465292b59db63fad59a0f2d95088ba2f744ad5c36d2affe6dbb73420bb8c9e4af371029e44a480b54f7a42e855b37cd
6
+ metadata.gz: d6bad004f3c0a065388b6efb4585678261b8c1444419e52165c905b5b11a400ca18302a106c3966af8b50a0d9fd02b8cd4746e7760ff01bd51ebf08b4c638642
7
+ data.tar.gz: f9e1e8e6e6af7979ef1e40428e3ec5a4642ab8fa960d2d09c3124d9f8aefb6878a97c190e073cb8df8a98a70dbd68df7458dbfe6e9eaae8715e472c321a14282
@@ -44,7 +44,7 @@ module LogStash
44
44
  if @last_minute_failed_login_count < 3
45
45
  begin
46
46
  @token = @cognito_client.authenticate
47
- rescue Aws::CognitoIdentityProvider::Errors::NotAuthorizedException, Aws::CognitoIdentityProvider::Errors::UserNotFoundException => e
47
+ rescue Aws::CognitoIdentityProvider::Errors::NotAuthorizedException, Aws::CognitoIdentityProvider::Errors::UserNotFoundException, Aws::CognitoIdentityProvider::Errors::UserNotConfirmedException => e
48
48
  @logger.warn("unable to authenticate with classification center", :error => e)
49
49
  @last_authentication_error = e.to_s
50
50
  inc_unsuccessful_logins()
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-empowclassifier'
3
- s.version = '1.0.1'
3
+ s.version = '1.0.2'
4
4
  s.licenses = ['Apache-2.0']
5
5
  s.summary = 'Returns classification information for attacks from the empow classification center, based on information in log strings'
6
6
  #s.description = 'Write a longer description or delete this line.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-empowclassifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - empow
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-02-27 00:00:00.000000000 Z
13
+ date: 2019-03-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  requirement: !ruby/object:Gem::Requirement