Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge to main #159

Merged
merged 35 commits into from
Jan 16, 2024
Merged

merge to main #159

merged 35 commits into from
Jan 16, 2024

Conversation

nam20485
Copy link
Owner

No description provided.

dependabot bot and others added 30 commits January 5, 2024 06:32
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@01bc870...c74b580)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bump actions/dependency-review-action from 3.1.4 to 3.1.5
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@9dc751f...dbef880)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bump docker/metadata-action from 5.4.0 to 5.5.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.12 to 3.23.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@012739e...e5f05b8)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 3.22.12 to 3.23.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<p>Note that the only difference between <code>v2</code> and
<code>v3</code> of the CodeQL Action is the node version they support,
with <code>v3</code> running on node 20 while we continue to release
<code>v2</code> to support running on node 16. For example
<code>3.22.11</code> was the first <code>v3</code> release and is
functionally identical to <code>2.22.11</code>. This approach ensures an
easy way to track exactly which features are included in different
versions, indicated by the minor and patch version numbers.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>3.23.0 - 08 Jan 2024</h2>
<ul>
<li>We are rolling out a feature in January 2024 that will disable
Python dependency installation by default for all users. This improves
the speed of analysis while having only a very minor impact on results.
You can override this behavior by setting
<code>CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION=false</code>
in your workflow, however we plan to remove this ability in future
versions of the CodeQL Action. <a
href="https://redirect.github.com/github/codeql-action/pull/2031">#2031</a></li>
<li>The CodeQL Action now requires CodeQL version 2.11.6 or later. For
more information, see <a
href="https://github.com/github/codeql-action/blob/main/#2227---16-nov-2023">the
corresponding changelog entry for CodeQL Action version 2.22.7</a>. <a
href="https://redirect.github.com/github/codeql-action/pull/2009">#2009</a></li>
</ul>
<h2>3.22.12 - 22 Dec 2023</h2>
<ul>
<li>Update default CodeQL bundle version to 2.15.5. <a
href="https://redirect.github.com/github/codeql-action/pull/2047">#2047</a></li>
</ul>
<h2>3.22.11 - 13 Dec 2023</h2>
<ul>
<li>[v3+ only] The CodeQL Action now runs on Node.js v20. <a
href="https://redirect.github.com/github/codeql-action/pull/2006">#2006</a></li>
</ul>
<h2>2.22.10 - 12 Dec 2023</h2>
<ul>
<li>Update default CodeQL bundle version to 2.15.4. <a
href="https://redirect.github.com/github/codeql-action/pull/2016">#2016</a></li>
</ul>
<h2>2.22.9 - 07 Dec 2023</h2>
<p>No user facing changes.</p>
<h2>2.22.8 - 23 Nov 2023</h2>
<ul>
<li>Update default CodeQL bundle version to 2.15.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2001">#2001</a></li>
</ul>
<h2>2.22.7 - 16 Nov 2023</h2>
<ul>
<li>Add a deprecation warning for customers using CodeQL version 2.11.5
and earlier. These versions of CodeQL were discontinued on 8 November
2023 alongside GitHub Enterprise Server 3.7, and will be unsupported by
CodeQL Action v2.23.0 and later. <a
href="https://redirect.github.com/github/codeql-action/pull/1993">#1993</a>
<ul>
<li>If you are using one of these versions, please update to CodeQL CLI
version 2.11.6 or later. For instance, if you have specified a custom
version of the CLI using the 'tools' input to the 'init' Action, you can
remove this input to use the default version.</li>
<li>Alternatively, if you want to continue using a version of the CodeQL
CLI between 2.10.5 and 2.11.5, you can replace
<code>github/codeql-action/*@v2</code> by
<code>github/codeql-action/*@v2.22.7</code> in your code scanning
workflow to ensure you continue using this version of the CodeQL
Action.</li>
</ul>
</li>
</ul>
<h2>2.22.6 - 14 Nov 2023</h2>
<ul>
<li>Customers running Python analysis on macOS using version 2.14.6 or
earlier of the CodeQL CLI should upgrade to CodeQL CLI version 2.15.0 or
later. If you do not wish to upgrade the CodeQL CLI, ensure that you are
using Python version 3.11 or earlier, as CodeQL version 2.14.6 and
earlier do not support Python 3.12. You can achieve this by adding a <a
href="https://github.com/actions/setup-python"><code>setup-python</code></a>
step to your code scanning workflow before the step that invokes
<code>github/codeql-action/init</code>.</li>
<li>Update default CodeQL bundle version to 2.15.2. <a
href="https://redirect.github.com/github/codeql-action/pull/1978">#1978</a></li>
</ul>
<h2>2.22.5 - 27 Oct 2023</h2>
<p>No user facing changes.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/github/codeql-action/commit/e5f05b81d5b6ff8cfa111c80c22c5fd02a384118"><code>e5f05b8</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2066">#2066</a>
from github/update-v3.23.0-fd55bb0b0</li>
<li><a
href="https://github.com/github/codeql-action/commit/48e7b8b751b457ccde050d587c85ce3defc30555"><code>48e7b8b</code></a>
Update changelog for v3.23.0</li>
<li><a
href="https://github.com/github/codeql-action/commit/fd55bb0b00b5802fdceb93f76b498f105e0edbe1"><code>fd55bb0</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2065">#2065</a>
from github/henrymercer/further-run-queries-cleanup</li>
<li><a
href="https://github.com/github/codeql-action/commit/838a0229829cd641a4a60fc3c95e12a673b5fcdb"><code>838a022</code></a>
Clean up running queries workflow now that the queries are determined by
the CLI</li>
<li><a
href="https://github.com/github/codeql-action/commit/8516954d603e47049b34f3da4dfac83009fcd450"><code>8516954</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2062">#2062</a>
from github/henrymercer/remove-action-config-parsing</li>
<li><a
href="https://github.com/github/codeql-action/commit/a533ec62b3aeb59c7467569705b9edaca021df43"><code>a533ec6</code></a>
Merge branch 'main' into henrymercer/remove-action-config-parsing</li>
<li><a
href="https://github.com/github/codeql-action/commit/08ae9bf4d0d441bd9dcf6c2d80742c9fd2bf3cf0"><code>08ae9bf</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2063">#2063</a>
from github/henrymercer/remove-ml-powered-queries-repo</li>
<li><a
href="https://github.com/github/codeql-action/commit/58ff74adc38e087ca7f6670dfe24cd319aea5f11"><code>58ff74a</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2031">#2031</a>
from github/rasmuswl/no-dep-inst-default</li>
<li><a
href="https://github.com/github/codeql-action/commit/9926570d4c48228ba780bd02a18a4e05dbb1bbe7"><code>9926570</code></a>
Generate JS</li>
<li><a
href="https://github.com/github/codeql-action/commit/2e27b3c56bdb1864f5dd58da25fee61f6cd7bb81"><code>2e27b3c</code></a>
Create helper <code>isPythonDependencyInstallationDisabled</code></li>
<li>Additional commits viewable in <a
href="https://github.com/github/codeql-action/compare/012739e5082ff0c22ca6d6ab32e07c36df03c4a4...e5f05b81d5b6ff8cfa111c80c22c5fd02a384118">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.22.12&new-version=3.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@f44cd7b...6b208ae)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps debian from bookworm-20231218-slim to bookworm-20240110-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Bump debian from bookworm-20231218-slim to bookworm-20240110-slim
Bump actions/download-artifact from 4.1.0 to 4.1.1
dependabot bot and others added 5 commits January 15, 2024 06:40
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@c7d193f...1eb3cb2)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bump actions/upload-artifact from 4.0.0 to 4.1.0
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Copy link

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 70 package(s) with unknown licenses.
See the Details below.

License Issues

vcpkg.json

PackageVersionLicenseIssue Type
vcpkg/boost-algorithm:x64-windows1.82.0NullUnknown License
vcpkg/boost-align:x64-windows1.82.0NullUnknown License
vcpkg/boost-array:x64-windows1.82.0NullUnknown License
vcpkg/boost-asio:x64-windows1.82.0NullUnknown License
vcpkg/boost-assert:x64-windows1.82.0NullUnknown License
vcpkg/boost-bind:x64-windows1.82.0NullUnknown License
vcpkg/boost-build:x64-windows1.82.0NullUnknown License
vcpkg/boost-chrono:x64-windows1.82.0NullUnknown License
vcpkg/boost-concept-check:x64-windows1.82.0NullUnknown License
vcpkg/boost-config:x64-windows1.82.0NullUnknown License
vcpkg/boost-container-hash:x64-windows1.82.0NullUnknown License
vcpkg/boost-container:x64-windows1.82.0NullUnknown License
vcpkg/boost-context:x64-windows1.82.0NullUnknown License
vcpkg/boost-conversion:x64-windows1.82.0NullUnknown License
vcpkg/boost-core:x64-windows1.82.0NullUnknown License
vcpkg/boost-coroutine:x64-windows1.82.0NullUnknown License
vcpkg/boost-date-time:x64-windows1.82.0NullUnknown License
vcpkg/boost-describe:x64-windows1.82.0NullUnknown License
vcpkg/boost-detail:x64-windows1.82.0NullUnknown License
vcpkg/boost-exception:x64-windows1.82.0NullUnknown License
vcpkg/boost-function-types:x64-windows1.82.0NullUnknown License
vcpkg/boost-function:x64-windows1.82.0NullUnknown License
vcpkg/boost-functional:x64-windows1.82.0NullUnknown License
vcpkg/boost-fusion:x64-windows1.82.0NullUnknown License
vcpkg/boost-integer:x64-windows1.82.0NullUnknown License
vcpkg/boost-intrusive:x64-windows1.82.0NullUnknown License
vcpkg/boost-io:x64-windows1.82.0NullUnknown License
vcpkg/boost-iterator:x64-windows1.82.0NullUnknown License
vcpkg/boost-lexical-cast:x64-windows1.82.0NullUnknown License
vcpkg/boost-modular-build-helper:x64-windows1.82.0NullUnknown License
vcpkg/boost-move:x64-windows1.82.0NullUnknown License
vcpkg/boost-mp11:x64-windows1.82.0NullUnknown License
vcpkg/boost-mpl:x64-windows1.82.0NullUnknown License
vcpkg/boost-numeric-conversion:x64-windows1.82.0NullUnknown License
vcpkg/boost-optional:x64-windows1.82.0NullUnknown License
vcpkg/boost-pool:x64-windows1.82.0NullUnknown License
vcpkg/boost-predef:x64-windows1.82.0NullUnknown License
vcpkg/boost-preprocessor:x64-windows1.82.0NullUnknown License
vcpkg/boost-range:x64-windows1.82.0NullUnknown License
vcpkg/boost-ratio:x64-windows1.82.0NullUnknown License
vcpkg/boost-rational:x64-windows1.82.0NullUnknown License
vcpkg/boost-regex:x64-windows1.82.0NullUnknown License
vcpkg/boost-smart-ptr:x64-windows1.82.0NullUnknown License
vcpkg/boost-static-assert:x64-windows1.82.0NullUnknown License
vcpkg/boost-system:x64-windows1.82.0NullUnknown License
vcpkg/boost-throw-exception:x64-windows1.82.0NullUnknown License
vcpkg/boost-tokenizer:x64-windows1.82.0NullUnknown License
vcpkg/boost-tuple:x64-windows1.82.0NullUnknown License
vcpkg/boost-type-traits:x64-windows1.82.0NullUnknown License
vcpkg/boost-typeof:x64-windows1.82.0NullUnknown License
vcpkg/boost-uninstall:x64-windows1.82.0NullUnknown License
vcpkg/boost-unordered:x64-windows1.82.0NullUnknown License
vcpkg/boost-utility:x64-windows1.82.0NullUnknown License
vcpkg/boost-variant2:x64-windows1.82.0NullUnknown License
vcpkg/boost-vcpkg-helpers:x64-windows1.82.0NullUnknown License
vcpkg/boost-winapi:x64-windows1.82.0NullUnknown License
vcpkg/bzip2:x64-windows1.0.8NullUnknown License
vcpkg/crow:x64-windows1.0-5NullUnknown License
vcpkg/libarchive:x64-windows3.6.2NullUnknown License
vcpkg/libiconv:x64-windows1.17NullUnknown License
vcpkg/liblzma:x64-windows5.4.1NullUnknown License
vcpkg/libxml2:x64-windows2.10.3NullUnknown License
vcpkg/lz4:x64-windows1.9.4NullUnknown License
vcpkg/openssl:x64-windows3.1.1NullUnknown License
vcpkg/protobuf:x64-windows3.21.12NullUnknown License
vcpkg/vcpkg-cmake-config:x64-windows2022-02-06NullUnknown License
vcpkg/vcpkg-cmake-get-vars:x64-windows2023-03-02NullUnknown License
vcpkg/vcpkg-cmake:x64-windows2023-05-04NullUnknown License
vcpkg/zlib:x64-windows1.2.13NullUnknown License
vcpkg/zstd:x64-windows1.5.5NullUnknown License

Scanned Manifest Files

.github/workflows/cmake-multi-platform.yml
.github/workflows/codeql.yml
.github/workflows/dependency-review.yml
.github/workflows/docker-publish.yml
.github/workflows/docker-scout-scan.yml
.github/workflows/scorecard.yml
vcpkg.json

Copy link

🔍 Vulnerabilities of nam20485/odbdesign:pr-159

📦 Image Reference nam20485/odbdesign:pr-159
digestsha256:fe8e343fbece2742af00fa794e9a15bd885b3c09f52b25aaa027a9abcefc0027
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 19
platformlinux/amd64
size40 MB
packages126
📦 Base Image debian:12-slim
also known as
  • 12.4-slim
  • bookworm-20240110-slim
  • bookworm-slim
digestsha256:d6a343a9b7faf367bd975cadb5c9af51874a8ecf1a2b2baa96877d578ac96722
vulnerabilitiescritical: 0 high: 0 medium: 0 low: 19
critical: 0 high: 0 medium: 0 low: 3 systemd 252.19-1~deb12u1 (deb)

pkg:deb/debian/[email protected]~deb12u1?os_distro=bookworm&os_name=debian&os_version=12

low : CVE--2023--31439

Affected range>=252.19-1~deb12u1
Fixed versionNot Fixed
Description

An issue was discovered in systemd 253. An attacker can modify the contents of past events in a sealed log file and then adjust the file such that checking the integrity shows no error, despite modifications. NOTE: the vendor reportedly sent "a reply denying that any of the finding was a security vulnerability."

low : CVE--2023--31438

Affected range>=252.19-1~deb12u1
Fixed versionNot Fixed
Description

An issue was discovered in systemd 253. An attacker can truncate a sealed log file and then resume log sealing such that checking the integrity shows no error, despite modifications. NOTE: the vendor reportedly sent "a reply denying that any of the finding was a security vulnerability."

low : CVE--2013--4392

Affected range>=252.19-1~deb12u1
Fixed versionNot Fixed
Description

systemd, when updating file permissions, allows local users to change the permissions and SELinux security contexts for arbitrary files via a symlink attack on unspecified files.

critical: 0 high: 0 medium: 0 low: 2 perl 5.36.0-7+deb12u1 (deb)

pkg:deb/debian/[email protected]+deb12u1?os_distro=bookworm&os_name=debian&os_version=12

low : CVE--2023--31486

Affected range>=5.36.0-7+deb12u1
Fixed versionNot Fixed
Description

HTTP::Tiny before 0.083, a Perl core module since 5.13.9 and available standalone on CPAN, has an insecure default TLS configuration where users must opt in to verify certificates.

low : CVE--2011--4116

Affected range>=5.36.0-7+deb12u1
Fixed versionNot Fixed
Description

_is_safe in the File::Temp module for Perl does not properly handle symlinks.

critical: 0 high: 0 medium: 0 low: 2 tar 1.34+dfsg-1.2 (deb)

pkg:deb/debian/[email protected]+dfsg-1.2?os_distro=bookworm&os_name=debian&os_version=12

low : CVE--2022--48303

Affected range>=1.34+dfsg-1.2
Fixed versionNot Fixed
Description

GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump. Exploitation to change the flow of control has not been demonstrated. The issue occurs in from_header in list.c via a V7 archive in which mtime has approximately 11 whitespace characters.

low : CVE--2005--2541

Affected range>=1.34+dfsg-1.2
Fixed versionNot Fixed
Description

Tar 1.15.1 does not properly warn the user when extracting setuid or setgid files, which may allow local users or remote attackers to gain privileges.

critical: 0 high: 0 medium: 0 low: 2 shadow 1:4.13+dfsg1-1 (deb)

pkg:deb/debian/shadow@1:4.13+dfsg1-1?os_distro=bookworm&os_name=debian&os_version=12

low : CVE--2019--19882

Affected range>=1:4.13+dfsg1-1
Fixed versionNot Fixed
Description

shadow 4.8, in certain circumstances affecting at least Gentoo, Arch Linux, and Void Linux, allows local users to obtain root access because setuid programs are misconfigured. Specifically, this affects shadow 4.8 when compiled using --with-libpam but without explicitly passing --disable-account-tools-setuid, and without a PAM configuration suitable for use with setuid account management tools. This combination leads to account management tools (groupadd, groupdel, groupmod, useradd, userdel, usermod) that can easily be used by unprivileged local users to escalate privileges to root in multiple ways. This issue became much more relevant in approximately December 2019 when an unrelated bug was fixed (i.e., the chmod calls to suidusbins were fixed in the upstream Makefile which is now included in the release version 4.8).

low : CVE--2007--5686

Affected range>=1:4.13+dfsg1-1
Fixed versionNot Fixed
Description

initscripts in rPath Linux 1 sets insecure permissions for the /var/log/btmp file, which allows local users to obtain sensitive information regarding authentication attempts. NOTE: because sshd detects the insecure permissions and does not log certain events, this also prevents sshd from logging failed authentication attempts by remote attackers.

critical: 0 high: 0 medium: 0 low: 2 glibc 2.36-9+deb12u3 (deb)

pkg:deb/debian/[email protected]+deb12u3?os_distro=bookworm&os_name=debian&os_version=12

low : CVE--2018--20796

Affected range>=2.36-9+deb12u3
Fixed versionNot Fixed
Description

In the GNU C Library (aka glibc or libc6) through 2.29, check_dst_limits_calc_pos_1 in posix/regexec.c has Uncontrolled Recursion, as demonstrated by '(\227|)(\1\1|t1|\\2537)+' in grep.

low : CVE--2010--4756

Affected range>=2.36-9+deb12u3
Fixed versionNot Fixed
Description

The glob implementation in the GNU C Library (aka glibc or libc6) allows remote authenticated users to cause a denial of service (CPU and memory consumption) via crafted glob expressions that do not match any pathnames, as demonstrated by glob expressions in STAT commands to an FTP daemon, a different vulnerability than CVE-2010-2632.

critical: 0 high: 0 medium: 0 low: 1 apt 2.6.1 (deb)

pkg:deb/debian/[email protected]?os_distro=bookworm&os_name=debian&os_version=12

low : CVE--2011--3374

Affected range>=2.6.1
Fixed versionNot Fixed
Description

It was found that apt-key in apt, all versions, do not correctly validate gpg keys with the master keyring, leading to a potential man-in-the-middle attack.

critical: 0 high: 0 medium: 0 low: 1 gnupg2 2.2.40-1.1 (deb)

pkg:deb/debian/[email protected]?os_distro=bookworm&os_name=debian&os_version=12

low : CVE--2022--3219

Affected range>=2.2.40-1.1
Fixed versionNot Fixed
Description

GnuPG can be made to spin on a relatively small input by (for example) crafting a public key with thousands of signatures attached, compressed down to just a few KB.

critical: 0 high: 0 medium: 0 low: 1 util-linux 2.38.1-5 (deb)

pkg:deb/debian/[email protected]?os_distro=bookworm&os_name=debian&os_version=12

low : CVE--2022--0563

Affected range>=2.38.1-5
Fixed versionNot Fixed
Description

A flaw was found in the util-linux chfn and chsh utilities when compiled with Readline support. The Readline library uses an "INPUTRC" environment variable to get a path to the library config file. When the library cannot parse the specified file, it prints an error message containing data from the file. This flaw allows an unprivileged user to read root-owned files, potentially leading to privilege escalation. This flaw affects util-linux versions prior to 2.37.4.

critical: 0 high: 0 medium: 0 low: 1 gcc-12 12.2.0-14 (deb)

pkg:deb/debian/[email protected]?os_distro=bookworm&os_name=debian&os_version=12

low : CVE--2022--27943

Affected range>=12.2.0-14
Fixed versionNot Fixed
Description

libiberty/rust-demangle.c in GNU GCC 11.2 allows stack consumption in demangle_const, as demonstrated by nm-new.

critical: 0 high: 0 medium: 0 low: 1 coreutils 9.1-1 (deb)

pkg:deb/debian/[email protected]?os_distro=bookworm&os_name=debian&os_version=12

low : CVE--2017--18018

Affected range>=9.1-1
Fixed versionNot Fixed
Description

In GNU Coreutils through 8.29, chown-core.c in chown and chgrp does not prevent replacement of a plain file with a symlink during use of the POSIX "-R -L" options, which allows local users to modify the ownership of arbitrary files by leveraging a race condition.

critical: 0 high: 0 medium: 0 low: 1 libgcrypt20 1.10.1-3 (deb)

pkg:deb/debian/[email protected]?os_distro=bookworm&os_name=debian&os_version=12

low : CVE--2018--6829

Affected range>=1.10.1-3
Fixed versionNot Fixed
Description

cipher/elgamal.c in Libgcrypt through 1.8.2, when used to encrypt messages directly, improperly encodes plaintexts, which allows attackers to obtain sensitive information by reading ciphertext data (i.e., it does not have semantic security in face of a ciphertext-only attack). The Decisional Diffie-Hellman (DDH) assumption does not hold for Libgcrypt's ElGamal implementation.

critical: 0 high: 0 medium: 0 low: 1 util-linux 2.38.1-5+b1 (deb)

pkg:deb/debian/[email protected]+b1?os_distro=bookworm&os_name=debian&os_version=12

low : CVE--2022--0563

Affected range>=2.38.1-5
Fixed versionNot Fixed
Description

A flaw was found in the util-linux chfn and chsh utilities when compiled with Readline support. The Readline library uses an "INPUTRC" environment variable to get a path to the library config file. When the library cannot parse the specified file, it prints an error message containing data from the file. This flaw allows an unprivileged user to read root-owned files, potentially leading to privilege escalation. This flaw affects util-linux versions prior to 2.37.4.

critical: 0 high: 0 medium: 0 low: 1 gnutls28 3.7.9-2+deb12u1 (deb)

pkg:deb/debian/[email protected]+deb12u1?os_distro=bookworm&os_name=debian&os_version=12

low : CVE--2011--3389

Affected range>=3.7.9-2+deb12u1
Fixed versionNot Fixed
Description

The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a "BEAST" attack.

Copy link

Recommended fixes for image nam20485/odbdesign:pr-159

Base image is debian:12-slim

Namebookworm-20240110-slim
Digestsha256:d6a343a9b7faf367bd975cadb5c9af51874a8ecf1a2b2baa96877d578ac96722
Vulnerabilitiescritical: 0 high: 0 medium: 0 low: 19
Pushed5 days ago
Size29 MB
Packages126
Flavordebian
OS12
Slim
The base image is also available under the supported tag(s): 12.4-slim, bookworm-20240110-slim, bookworm-slim

Refresh base image

Rebuild the image using a newer base image version. Updating this may result in breaking changes.

✅ This image version is up to date.

Change base image

TagDetailsPushedVulnerabilities
stable-slim
Tag is preferred tag
Also known as:
  • stable-20240110-slim
Benefits:
  • Same OS detected
  • Image is smaller by 10 B
  • Tag is preferred tag
  • Tag was pushed more recently
  • Image has same number of vulnerabilities
  • Image contains equal number of packages
  • Tag is using slim variant
  • stable-slim was pulled 46K times last month
Image details:
  • Size: 29 MB
  • Flavor: debian
  • OS: 11
  • Slim: ✅
5 days ago



12
Tag is latest
Also known as:
  • 12.4
  • bookworm
  • bookworm-20240110
  • latest
Benefits:
  • Same OS detected
  • Tag is latest
  • Image has same number of vulnerabilities
  • Image contains equal number of packages
Image details:
  • Size: 50 MB
  • Flavor: debian
  • OS: 12
5 days ago



@nam20485 nam20485 merged commit 9dd01d9 into main Jan 16, 2024
19 checks passed
Copy link

Overview

Image reference ghcr.io/nam20485/odbdesign:main-latest nam20485/odbdesign:pr-159
- digest 366754b4e1ea fe8e343fbece
- provenance 5618cf3 4a4263d
- vulnerabilities critical: 0 high: 0 medium: 0 low: 19 critical: 0 high: 0 medium: 0 low: 19
- platform linux/amd64 linux/amd64
- size 36 MB 40 MB (+4.3 MB)
- packages 126 126
Base Image debian:12-slim
also known as:
12.4-slim
bookworm-slim
debian:12-slim
also known as:
12.4-slim
bookworm-20240110-slim
bookworm-slim
- vulnerabilities critical: 0 high: 0 medium: 0 low: 19 critical: 0 high: 0 medium: 0 low: 19
Labels (3 changes)
  • ± 3 changed
  • 6 unchanged
 org.opencontainers.image.authors=https://github.com/nam20485
-org.opencontainers.image.created=2024-01-04T01:02:23.079Z
+org.opencontainers.image.created=2024-01-16T16:54:25.189Z
 org.opencontainers.image.description=A free open source cross-platform C++ library for parsing ODB++ Design archives, accessing their data, and building net list product models. Exposed via a REST API and packaged inside of a Docker image.
 org.opencontainers.image.licenses=MIT
-org.opencontainers.image.revision=5618cf3cbf88cdc39cd18825d1333653c53fd78f
+org.opencontainers.image.revision=4a4263dec3461e0996eec7289fb8dadac05fdc8c
 org.opencontainers.image.source=https://github.com/nam20485/OdbDesign
 org.opencontainers.image.title=OdbDesign
 org.opencontainers.image.url=https://github.com/nam20485/OdbDesign
-org.opencontainers.image.version=main-576
+org.opencontainers.image.version=pr-159

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant