logstash-filter-empowclassifier 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/logstash/filters/center-client.rb +1 -1
- data/logstash-filter-empowclassifier.gemspec +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: 4d52fc1f6d7837bee8cdddb4a434595f8b938135828d8149ce2e2ff101c6069f
|
4
|
+
data.tar.gz: 9cc9ec4d4028b809693ff84f44109d097fc5a95103f74bc1184c900118dac3d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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-
|
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
|