[jira] [Commented] (DBUTILS-150) BeanProcessor populateBean does not work when PropertyDescriptor is of type

2023-02-21 Thread Carl Franklin Hall (Jira)
[ https://issues.apache.org/jira/browse/DBUTILS-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17691909#comment-17691909 ] Carl Franklin Hall commented on DBUTILS-150: Hi, [~miguel_costa]! I'm settin

[jira] [Created] (JEXL-393) const must not be modifiable

2023-02-21 Thread Hussachai Puripunpinyo (Jira)
Hussachai Puripunpinyo created JEXL-393: --- Summary: const must not be modifiable Key: JEXL-393 URL: https://issues.apache.org/jira/browse/JEXL-393 Project: Commons JEXL Issue Type: Bug

[jira] [Created] (IMAGING-350) Out of Memory (53644) found by OSS-Fuzz

2023-02-21 Thread Henry Lin (Jira)
Henry Lin created IMAGING-350: - Summary: Out of Memory (53644) found by OSS-Fuzz Key: IMAGING-350 URL: https://issues.apache.org/jira/browse/IMAGING-350 Project: Commons Imaging Issue Type: Bug

[jira] [Created] (IMAGING-349) Out of Memory (53708) found by OSS-Fuzz

2023-02-21 Thread Henry Lin (Jira)
Henry Lin created IMAGING-349: - Summary: Out of Memory (53708) found by OSS-Fuzz Key: IMAGING-349 URL: https://issues.apache.org/jira/browse/IMAGING-349 Project: Commons Imaging Issue Type: Bug

[jira] [Updated] (IMAGING-348) Out of Memory (53641) found by OSS-Fuzz

2023-02-21 Thread Henry Lin (Jira)
[ https://issues.apache.org/jira/browse/IMAGING-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henry Lin updated IMAGING-348: -- Description: Dear Apache Commons Imaging team,   Fuzzing has found an out of memories in OSS-Fuzz wi

[jira] [Created] (IMAGING-348) Out of Memory (53641) found by OSS-Fuzz

2023-02-21 Thread Henry Lin (Jira)
Henry Lin created IMAGING-348: - Summary: Out of Memory (53641) found by OSS-Fuzz Key: IMAGING-348 URL: https://issues.apache.org/jira/browse/IMAGING-348 Project: Commons Imaging Issue Type: Bug

[GitHub] [commons-imaging] kinow commented on a diff in pull request #275: Bug: failing unit test that checks for EXIF data corruption

2023-02-21 Thread via GitHub
kinow commented on code in PR #275: URL: https://github.com/apache/commons-imaging/pull/275#discussion_r666440 ## src/test/java/org/apache/commons/imaging/formats/jpeg/exif/ExifRewriterRoundtripTest.java: ## @@ -0,0 +1,193 @@ +package org.apache.commons.imaging.formats.jpeg.

[jira] [Updated] (STATISTICS-69) Add an unconditioned exact test for 2x2 contingency tables

2023-02-21 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Herbert updated STATISTICS-69: --- Description: A 2x2 contingency table [[a, b], [c, d]] is used to visualize N independent

[jira] [Resolved] (STATISTICS-67) Add inference module to the user guide

2023-02-21 Thread Alex Herbert (Jira)
[ https://issues.apache.org/jira/browse/STATISTICS-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Herbert resolved STATISTICS-67. Resolution: Implemented Added in commit 02b30848497ad9d6cecafc8843b9eb9eefdc1c8e > Add

[GitHub] [commons-fileupload] OlivierJaquemet closed pull request #203: FileCountMax limit incorrectly count both simple form fields and files

2023-02-21 Thread via GitHub
OlivierJaquemet closed pull request #203: FileCountMax limit incorrectly count both simple form fields and files URL: https://github.com/apache/commons-fileupload/pull/203 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [commons-fileupload] OlivierJaquemet commented on pull request #203: FileCountMax limit incorrectly count both simple form fields and files

2023-02-21 Thread via GitHub
OlivierJaquemet commented on PR #203: URL: https://github.com/apache/commons-fileupload/pull/203#issuecomment-1438299635 Thank you for this helpful clarification. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [commons-fileupload] markt-asf commented on pull request #203: FileCountMax limit incorrectly count both simple form fields and files

2023-02-21 Thread via GitHub
markt-asf commented on PR #203: URL: https://github.com/apache/commons-fileupload/pull/203#issuecomment-1438293083 Both file parts and field parts trigger the DoS (with minor variations in the details) so both need to be limited. The application developer should have a sense for how may

[GitHub] [commons-fileupload] OlivierJaquemet commented on pull request #203: FileCountMax limit incorrectly count both simple form fields and files

2023-02-21 Thread via GitHub
OlivierJaquemet commented on PR #203: URL: https://github.com/apache/commons-fileupload/pull/203#issuecomment-1438270289 Thank you mark for your answer and time on this matter. This behavior makes the limit difficult to configure, because while I think it's easy to set an arbitrary l

[GitHub] [commons-fileupload] markt-asf commented on pull request #203: FileCountMax limit incorrectly count both simple form fields and files

2023-02-21 Thread via GitHub
markt-asf commented on PR #203: URL: https://github.com/apache/commons-fileupload/pull/203#issuecomment-1438228060 'fileCountMax' may be poorly named and the Javadoc may benefit from some clarification, but the limit is correctly implemented. It is intended to apply to all parts - both fil

[GitHub] [commons-fileupload] OlivierJaquemet opened a new pull request, #203: FileCountMax limit incorrectly count both simple form fields and files

2023-02-21 Thread via GitHub
OlivierJaquemet opened a new pull request, #203: URL: https://github.com/apache/commons-fileupload/pull/203 The set FileCountMax limit introduced in 1.5 incorrectly count both simple form fields and files As described in the javadoc, the setFileCountMax is "the maximum number of file