Re: [I] Asterisk (star character) expansion reveals folder structure [logging-log4j2]

2025-03-11 Thread via GitHub
ppkarwasz commented on issue #3526: URL: https://github.com/apache/logging-log4j2/issues/3526#issuecomment-2716553088 > Sorry for the mix up. It was in fact a problem with 3rd party service / script used in some CI tools. So like you suggested the output was passed through a script and the

[PR] Deterministic UUID option for PatternLayout [logging-log4j2]

2025-03-11 Thread via GitHub
kazariad opened a new pull request, #3532: URL: https://github.com/apache/logging-log4j2/pull/3532 Draft implementation of a deterministic UUID generator based on a LogEvent hash. Would enable Appenders to produce repeatable UUIDs for the same LogEvent and correlate log outputs. [Di

Re: [PR] Bump com.palantir.javaformat:palantir-java-format from 2.55.0 to 2.56.0 [logging-parent]

2025-03-11 Thread via GitHub
github-actions[bot] merged PR #346: URL: https://github.com/apache/logging-parent/pull/346 -- 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: notifications

Re: [I] Asterisk (star character) expansion reveals folder structure [logging-log4j2]

2025-03-11 Thread via GitHub
Eccenux commented on issue #3526: URL: https://github.com/apache/logging-log4j2/issues/3526#issuecomment-2715941281 Sorry for the mix up. It was in fact a problem with 3rd party service / script used in some CI tools. So like you suggested the output was passed through a script and the sta

Re: [I] Asterisk (star character) expansion reveals folder structure [logging-log4j2]

2025-03-11 Thread via GitHub
Eccenux closed issue #3526: Asterisk (star character) expansion reveals folder structure URL: https://github.com/apache/logging-log4j2/issues/3526 -- 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

[jira] [Resolved] (LOG4J2-3593) StackLocator Reflection.getCallerClass warning is misleading / incorrect

2025-03-11 Thread Marcono1234 (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcono1234 resolved LOG4J2-3593. - Fix Version/s: 2.21.0 Resolution: Fixed Has been fixed by https://github.com/apache/loggi

[jira] [Commented] (LOG4J2-2704) StackLocator should not print to stdout

2025-03-11 Thread Marcono1234 (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17934362#comment-17934362 ] Marcono1234 commented on LOG4J2-2704: - This has been fixed in the latest Log4j versi

[I] Exception calling GetLogger when compiled using PublishAOT (logging-log4net)

2025-03-11 Thread via GitHub
vpenades opened a new issue, #233: URL: https://github.com/apache/logging-log4net/issues/233 We have a Windows project that we've set to use PublishAOT When calling: ```c# LogManager.GetLogger(typeof(SomeType)); ``` We get this exception: ``` System.Platfor

[I] Asterisk (star character) expansion reveals folder structure [logging-log4j2]

2025-03-11 Thread via GitHub
Eccenux opened a new issue, #3526: URL: https://github.com/apache/logging-log4j2/issues/3526 ## Description Seems like a star character ("*") is expanded into a directory listing. Might be a security I guess, but I don't think so. It's definitely an annoyance. ## Configuration

Re: [PR] Improve resilience to script injection [logging-parent]

2025-03-11 Thread via GitHub
vy commented on PR #344: URL: https://github.com/apache/logging-parent/pull/344#issuecomment-2709961573 @ppkarwasz, can you explain the hardening practiced by replacing `input.foo` statements with shell environment variables? -- This is an automated message from the Apache Git Service. To

Re: [I] Asterisk (star character) expansion reveals folder structure [logging-log4j2]

2025-03-11 Thread via GitHub
ppkarwasz commented on issue #3526: URL: https://github.com/apache/logging-log4j2/issues/3526#issuecomment-2711398405 @Eccenux, Can you add your Log4j Core configuration file? Are you using a custom layout? Is the standard output of your application directly connected to a terminal

Re: [PR] Bump org.eclipse.platform:org.eclipse.osgi from 3.22.0 to 3.23.0 in /log4j-parent [logging-log4j2]

2025-03-11 Thread via GitHub
github-actions[bot] merged PR #3530: URL: https://github.com/apache/logging-log4j2/pull/3530 -- 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: notificatio

Re: [PR] Bump org.apache.activemq:activemq-broker from 6.1.5 to 6.1.6 in /log4j-parent [logging-log4j2]

2025-03-11 Thread via GitHub
github-actions[bot] merged PR #3531: URL: https://github.com/apache/logging-log4j2/pull/3531 -- 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: notificatio

Re: [PR] Bump org.eclipse.platform:org.eclipse.osgi from 3.22.0 to 3.23.0 [logging-log4j2]

2025-03-11 Thread via GitHub
github-actions[bot] merged PR #3529: URL: https://github.com/apache/logging-log4j2/pull/3529 -- 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: notificatio

Re: [PR] Bump com.palantir.javaformat:palantir-java-format from 2.56.0 to 2.57.0 [logging-parent]

2025-03-11 Thread via GitHub
github-actions[bot] merged PR #347: URL: https://github.com/apache/logging-parent/pull/347 -- 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: notifications

Re: [I] Change access of AsyncLogger constructor back to public [logging-log4j2]

2025-03-11 Thread via GitHub
ppkarwasz commented on issue #3527: URL: https://github.com/apache/logging-log4j2/issues/3527#issuecomment-2713531070 @sundaybluesky, Did you consider using [a custom filter](https://logging.apache.org/log4j/2.x/manual/filters.html) instead? Based on your code all you need is a filt

Re: [PR] Hardens `PropertiesUtil` against recursive property sources [logging-log4j2]

2025-03-11 Thread via GitHub
sundaybluesky commented on PR #3263: URL: https://github.com/apache/logging-log4j2/pull/3263#issuecomment-2713065965 Hi @ppkarwasz , Thanks for you quick response. I created https://github.com/apache/logging-log4j2/issues/3527 Jira ticket to track this issue, please help to take a lo

[I] Change access of AsyncLogger constructor back to public [logging-log4j2]

2025-03-11 Thread via GitHub
sundaybluesky opened a new issue, #3527: URL: https://github.com/apache/logging-log4j2/issues/3527 AsyncLogger constructor access changed from public to package-private at 2.24.3 code change - https://github.com/apache/logging-log4j2/pull/3263 blocked our CustomLogger instances initializati