Skip to content

Commit a9d2a1e

Browse files
authored
Merge pull request #91 from newrelic/NR_479632
fixing CVEs
2 parents 1a845b0 + 2cf0315 commit a9d2a1e

File tree

3 files changed

+17
-19
lines changed

3 files changed

+17
-19
lines changed

src/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
US_LOGGING_INGEST_HOST = "https://log-api.newrelic.com/log/v1"
2020
EU_LOGGING_INGEST_HOST = 'https://log-api.eu.newrelic.com/log/v1'
21-
LOGGING_LAMBDA_VERSION = '1.2.0'
21+
LOGGING_LAMBDA_VERSION = '1.2.6'
2222
LOGGING_PLUGIN_METADATA = {
2323
'type': "s3-lambda",
2424
'version': LOGGING_LAMBDA_VERSION

src/requirements.txt

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
aiohttp>=3.10.11
2-
async-timeout==4.0.2
3-
attrs==19.3.0
4-
boto==2.49.0
1+
aiohttp>=3.13.2
2+
async-timeout>=4.0.2
3+
attrs>=22.1.0
54
boto3>=1.34.31
65
botocore>=1.34.31
7-
certifi==2024.7.4
8-
chardet==3.0.4
9-
docutils==0.15.2
6+
certifi>=2024.7.4
7+
chardet>=5.0.0
108
idna>=3.8
11-
jmespath==0.10.0
12-
multidict==4.7.6
13-
python-dateutil==2.8.1
14-
requests>=2.32.0
15-
s3transfer==0.10.0
16-
six==1.15.0
17-
smart-open==2.1.0
18-
typing-extensions==3.7.4.2
19-
urllib3==2.5.0
20-
yarl>=1.9.1
9+
jmespath>=1.0.0
10+
multidict>=6.0.0
11+
python-dateutil>=2.8.2
12+
requests>=2.32.4
13+
s3transfer>=0.10.0
14+
six>=1.16.0
15+
smart_open>=5.2.0
16+
typing-extensions>=4.5.0
17+
urllib3>=2.2.0
18+
yarl>=1.9.1

template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Metadata:
1111
ReadmeUrl: README.md
1212
Labels: ['newrelic', 'logs', 'logging', 'ingestion', 'lambda', 's3']
1313
HomePageUrl: https://github.com/newrelic/aws_s3_log_ingestion_lambda
14-
SemanticVersion: 1.2.0
14+
SemanticVersion: 1.2.6
1515
SourceCodeUrl: https://github.com/newrelic/aws_s3_log_ingestion_lambda
1616

1717
AWS::CloudFormation::Interface:

0 commit comments

Comments
 (0)