dependabot[bot] opened a new pull request, #1543:
URL: https://github.com/apache/syncope/pull/1543

   Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) 
from 1.17.8 to 1.18.14.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/raphw/byte-buddy/releases";>net.bytebuddy:byte-buddy-agent's
 releases</a>.</em></p>
   <blockquote>
   <h2>Byte Buddy 1.18.14</h2>
   <ul>
   <li>Avoid exposure of the agent argument on the command line of the process 
that is spawned for an external attachment.</li>
   <li>Avoid the resolution of symbolic links when the Gradle plugin deletes a 
folder recursively.</li>
   <li>Limit the nesting depth that is accepted when parsing a generic type 
signature to avoid an exhaustion of the stack for a malformed class file.</li>
   <li>Sign all deployed files using sigstore, in addition to the existing GPG 
signature.</li>
   <li>Validate entry names when the Android plugin retains a file to avoid the 
propagation of path traversals.</li>
   </ul>
   <h2>Byte Buddy 1.18.13</h2>
   <ul>
   <li>Actually include the SBOM within the published artifacts.</li>
   <li>Avoid propagation of path traversals that are contained in jar files 
which are copied without transformation.</li>
   <li>Avoid repeated traversal of previously visited type hierarchies to 
improve performance.</li>
   <li>Correct Kotlin support of the Gradle plugin to redirect the classes 
directory of a source set while retaining support for legacy Gradle 
versions.</li>
   <li>Create Gradle tasks using Gradle's task registration API if 
available.</li>
   </ul>
   <h2>Byte Buddy 1.18.12</h2>
   <ul>
   <li>Automatically support Kotlin in Gradle plugin.</li>
   <li>Add support for native attach on Windows for ARM64.</li>
   <li>Correct JNA injector which accidentally created on based on Unsafe.</li>
   </ul>
   <h2>Byte Buddy 1.18.11</h2>
   <ul>
   <li>Add SBOM to published artifacts.</li>
   <li>Check for traversable paths injected into class files as a rather 
hypothetical attack vector.</li>
   </ul>
   <h2>Byte Buddy 1.18.10</h2>
   <ul>
   <li>Delay change of default for unsage use to Java 26 and improve error 
message.</li>
   </ul>
   <h2>Byte Buddy 1.18.9</h2>
   <ul>
   <li>Disable use of Unsafe by default when Java 25or newer is discovered.</li>
   <li>Check for escape when creating folders in 
<code>Plugin.Engine</code>.</li>
   <li>Improve OpenJ9 attachment.</li>
   <li>Avoid null pointer on missing annotation types.</li>
   <li>Improve diagnostics for external agent attachment.</li>
   <li>Improve on Gradle context discovery.</li>
   <li>Support Android libraries on AGP9 or newer.</li>
   <li>Update ASM.</li>
   </ul>
   <h2>Byte Buddy 1.18.8</h2>
   <ul>
   <li>Improve support for repeatable builds.</li>
   <li>Fix reordering of exception table in type initializers when 
instrumenting.</li>
   </ul>
   <h2>Byte Buddy 1.18.7</h2>
   <ul>
   <li>Introduce new versioning concept with <em>-jdk5</em> suffix for 
backwards-compatible jar and Java 8 baseline for regular jar.</li>
   </ul>
   <h2>Byte Buddy 1.18.5</h2>
   <ul>
   <li>Eagerly resolve of canonical files during attach emulation to avoid 
failure when process ends before file can be deleted.</li>
   <li>Add super classes to hash code / equals computation in 
<code>Advice</code> that were missing.</li>
   </ul>
   <h2>Byte Buddy 1.18.4</h2>
   <ul>
   <li>Add support for new build description in Android 9.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md";>net.bytebuddy:byte-buddy-agent's
 changelog</a>.</em></p>
   <blockquote>
   <h3>14. September 2026: version 1.18.14</h3>
   <ul>
   <li>Avoid exposure of the agent argument on the command line of the process 
that is spawned for an external attachment.</li>
   <li>Avoid the resolution of symbolic links when the Gradle plugin deletes a 
folder recursively.</li>
   <li>Limit the nesting depth that is accepted when parsing a generic type 
signature to avoid an exhaustion of the stack for a malformed class file.</li>
   <li>Sign all deployed files using sigstore, in addition to the existing GPG 
signature.</li>
   <li>Validate entry names when the Android plugin retains a file to avoid the 
propagation of path traversals.</li>
   </ul>
   <h3>2. September 2026: version 1.18.13</h3>
   <ul>
   <li>Actually include the SBOM within the published artifacts.</li>
   <li>Avoid propagation of path traversals that are contained in jar files 
which are copied without transformation.</li>
   <li>Avoid repeated traversal of previously visited type hierarchies to 
improve performance.</li>
   <li>Correct Kotlin support of the Gradle plugin to redirect the classes 
directory of a source set while retaining support for legacy Gradle 
versions.</li>
   <li>Create Gradle tasks using Gradle's task registration API if 
available.</li>
   </ul>
   <h3>17. July 2026: version 1.18.12</h3>
   <ul>
   <li>Automatically support Kotlin in Gradle plugin.</li>
   <li>Correct JNA injector which accidentally created on based on Unsafe.</li>
   <li>Support dynamic attach on Windows ARM64 by shipping a native 
<code>attach_hotspot_windows</code> library for <code>win32-aarch64</code>.</li>
   </ul>
   <h3>2. July 2026: version 1.18.11</h3>
   <ul>
   <li>Add SBOM to published artifacts.</li>
   <li>Check for traversable paths injected into class files as a rather 
hypothetical attack vector.</li>
   </ul>
   <h3>3. June 2026: version 1.18.10</h3>
   <ul>
   <li>Delay change of default for unsage use to Java 26 and improve error 
message.</li>
   </ul>
   <h3>1. June 2026: version 1.18.9</h3>
   <ul>
   <li>Disable use of Unsafe by default when Java 25or newer is discovered.</li>
   <li>Check for escape when creating folders in 
<code>Plugin.Engine</code>.</li>
   <li>Improve OpenJ9 attachment.</li>
   <li>Avoid null pointer on missing annotation types.</li>
   <li>Improve diagnostics for external agent attachment.</li>
   <li>Improve on Gradle context discovery.</li>
   <li>Support Android libraries on AGP9 or newer.</li>
   <li>Update ASM.</li>
   </ul>
   <h3>1. April 2026: version 1.18.8</h3>
   <ul>
   <li>Improve support for repeatable builds.</li>
   <li>Fix reordering of exception table in type initializers when 
instrumenting.</li>
   </ul>
   <h3>1. March 2026: version 1.18.7</h3>
   <ul>
   <li>Introduce new versioning concept with <em>-jdk5</em> suffix for 
backwards-compatible jar and Java 8 baseline for regular jar.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/92846cb0fa3480ed6e0fc41803e8e74f52070c59";><code>92846cb</code></a>
 [publish] Releasing Byte Buddy 1.18.14</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/a8a9f14e225f87477f65251db17f475895d73369";><code>a8a9f14</code></a>
 [release] Release new version</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/b0fe0066a8ea4f9316aa2a06906c87c0f529ddcd";><code>b0fe006</code></a>
 Skip the signature creation for artifacts that are not deployed.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/c6107833a61e389719b56623fc36e3e476442e11";><code>c610783</code></a>
 Resolve the signed POM file by the path of the project file.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/caab321964c9da0e0620fc0ff931413629ecf0b3";><code>caab321</code></a>
 Sign the deployed POM file and allow for a sigstore dry run.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/c68a9c1761bc3fcda4d942ac7cc3a9e58a200e78";><code>c68a9c1</code></a>
 Supply the agent argument to the attacher process as an environment 
variable.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/3ac9ded1959f2aa29809f1bf156d736ef602e3fa";><code>3ac9ded</code></a>
 Avoid symbolic link resolution on recursive deletion and validate Android 
ent...</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/8dbae60638aac34bed01685d9b322d08433c38de";><code>8dbae60</code></a>
 Sign deployed files using sigstore.</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/5d83cd4a0fc954fb0f6bd13e71f60b532a5d7f95";><code>5d83cd4</code></a>
 Disable semantic versioning check for protected constructor in abstract 
class...</li>
   <li><a 
href="https://github.com/raphw/byte-buddy/commit/172e0f4712366d4c82c53604214f427cd9232e69";><code>172e0f4</code></a>
 Move to method to apply suppression.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.8...byte-buddy-1.18.14";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.bytebuddy:byte-buddy-agent&package-manager=maven&previous-version=1.17.8&new-version=1.18.14)](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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to