Skip to content

Commit

Permalink
Bump logstash from 8.11.1 to 8.11.3 in /projects/person-search-index-…
Browse files Browse the repository at this point in the history
…from-delius/container (#2928)

* Bump logstash in /projects/person-search-index-from-delius/container

Bumps logstash from 8.11.1 to 8.11.3.

---
updated-dependencies:
- dependency-name: logstash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update Trivy suppressions following Logstash upgrade

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcus Aspin <[email protected]>
  • Loading branch information
dependabot[bot] and marcus-bcl authored Dec 18, 2023
1 parent f40b9eb commit 19f43f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
26 changes: 7 additions & 19 deletions projects/person-search-index-from-delius/.trivyignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,18 @@

# Reason: No parsing of untrusted HTML or XML
# Package: org.jsoup:jsoup:1.7.2
CVE-2021-37714
# Reason: LDAP authentication not used + no untrusted username input
# Package: org.apache.derby:derby:10.14.1.0
# Reference: https://github.com/logstash-plugins/logstash-integration-jdbc/issues/147
CVE-2022-46337 exp:2024-01-12

# Reason: we don't use Maven
# Package: org.apache.maven:maven-compat:3.3.9
CVE-2021-26291

# Reason: No parsing of untrusted uri
# Package: uri:0.11.0
CVE-2023-28755

# Reason: No parsing of untrusted time
# Package: time:0.1.0
CVE-2023-28756

# Reason: No parsing of untrusted uri
# Package: org.codehaus.plexus:plexus-utils:3.0.22
CVE-2022-4244

# Reason: LDAP authentication not used + no untrusted username input
# Package: org.apache.derby:derby:10.14.1.0
# Reference: https://github.com/logstash-plugins/logstash-integration-jdbc/issues/147
CVE-2022-46337 exp:2024-01-12
# Reason: No parsing of untrusted HTML or XML
# Package: org.jsoup:jsoup:1.7.2
CVE-2021-37714

# Reason: No parsing of untrusted YAML
# Package: org.yaml:snakeyaml:1.33
# Reference: https://github.com/elastic/logstash/issues/15088
CVE-2022-1471 exp:2024-01-12
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY --chown=yq /pipelines /pipelines
RUN find /pipelines -type f -name '*.yml' -exec sh -c 'f="$1"; yq -o=json "$f" > "${f%.yml}.json"' shell {} +;


FROM logstash:8.11.1
FROM logstash:8.11.3

USER root
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down

0 comments on commit 19f43f4

Please sign in to comment.