summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2026-07-28Fix PDF infinite loop (#2128)Sean Owen1-1/+2
2026-07-12reject bit matrix not matching layer count in aztec extractBits (#2117)jmestwa-coder2-2/+24
2026-07-09Address Issue #2115, Aztec grid (#2116)Sean Owen2-1/+31
2026-07-07reject non-positive datablock count in aztec correctBits (#2114)jmestwa-coder2-1/+20
2026-06-26reject negative and overflowing crop in core LuminanceSource classes (#2112)jmestwa-coder4-2/+24
2026-06-24fix quadratic backtracking in URIResultParser isPossiblyMaliciousURI (#2110)jmestwa-coder2-2/+57
2026-06-23use anchored matching in URIResultParser.isBasicallyValidURI (#2109)jmestwa-coder2-5/+15
2026-06-22Clear padding bits in BitMatrix.flip() so they are not read as set (#2108)Vasiliy Mikhailov2-0/+43
2026-06-22guard truncated structured carrier message in maxicode decode (#2106)jmestwa-coder2-0/+25
2026-06-21format decoded digits locale-independently in maxicode/pdf417/aztec (#2100)jmestwa-coder5-5/+52
2026-06-21fix catastrophic backtracking in email domain regex (#2099)jmestwa-coder2-1/+12
2026-06-20reject wrong-size bit matrix in maxicode BitMatrixParser (#2098)jmestwa-coder2-1/+69
2026-06-20reject non-square bit matrix in qrcode BitMatrixParser (#2096)jmestwa-coder1-2/+2
2026-06-20reject oversized received array in pdf417 ErrorCorrection.decode (#2097)jmestwa-coder2-0/+21
2026-06-16guard empty symbol in code39 check digit handling (#2092)jmestwa-coder2-0/+22
2026-06-15avoid NegativeArraySizeException in aztec getEncodedData (#2091)jmestwa-coder2-1/+8
2026-06-13guard truncated symbol in rss expanded AI01AndOtherAIs decoder (#2089)jmestwa-coder2-0/+41
2026-06-12guard unterminated AI in ExpandedProductResultParser (#2088)jmestwa-coder2-1/+12
2026-06-05guard trailing shift char in code39 decodeExtended (#2086)jmestwa-coder2-0/+23
2026-06-05avoid out-of-bounds reads after control codewords in pdf417 parser (#2085)jmestwa-coder2-3/+50
2026-06-03guard base256 length read in datamatrix decodeBase256Segment (#2084)jmestwa-coder2-0/+12
2026-06-03avoid out-of-bounds read in pdf417 decodeMacroBlock (#2083)jmestwa-coder1-4/+8
2026-05-30avoid out-of-bounds read for NS sequence in maxicode getMessage (#2079)jmestwa-coder1-1/+4
2026-05-27Avoid charset provider lookups for UTF-8 QR encoding (#2077)Mygod3-21/+103
2026-05-01Add reader initialization support for Data Matrix and PDF417 (#2069)Daniel Gredler15-16/+45
2026-05-01Add Code 128 reader initialization support (#2068)Daniel Gredler7-5/+13
2026-04-30Fix filling in of stack traces during testing (#2067)Daniel Gredler1-2/+5
2026-04-30Add Aztec reader initialization support (#2066)Daniel Gredler13-7/+78
2026-04-08Fix QR decode failure for small/native-size images (#2061)Andrew Szeto3-3/+78
2026-02-04Add ERRORS_CORRECTED metadata to QRCodeMultiReader (#2044)Miztan1-0/+1
2025-11-11[maven-release-plugin] prepare for next development iterationSean Owen1-2/+2
2025-11-11[maven-release-plugin] prepare release zxing-3.5.4zxing-3.5.4Sean Owen1-1/+1
2025-11-11Restore 3.5.4-SNAPSHOTSean Owen1-1/+1
2025-11-11[maven-release-plugin] prepare release zxing-3.5.4Sean Owen1-2/+2
2025-11-11[maven-release-plugin] rollback the release of zxing-3.5.4Sean Owen1-2/+2
2025-11-11[maven-release-plugin] prepare for next development iterationSean Owen1-2/+2
2025-11-11[maven-release-plugin] prepare release zxing-3.5.4Sean Owen1-2/+2
2025-11-11[maven-release-plugin] rollback the release of zxing-3.5.4Sean Owen1-2/+2
2025-11-11[maven-release-plugin] prepare release zxing-3.5.4Sean Owen1-2/+2
2025-11-11Loosen ITF max variance for 3x module widths (#2014)Daniel Gredler4-6/+9
2025-11-11Add GrayscaleLuminanceSource (#2013)Daniel Gredler3-120/+276
2025-11-10Add 90-degree rotation support to RGBLuminanceSource (#2012)Daniel Gredler2-1/+71
2025-07-23Add input validation for pixel array length in RGBLuminanceSource and add tes...Leo Fernandes2-0/+18
2025-02-10Comment on distortion calculation for isosceles right triangles (#1908)magethle1-0/+2
2025-02-04Add hint to correct wrong dimension (#1901)magethle1-1/+2
2024-11-17Fixing issue #1831 (#1879)François Tiercelin2-4/+57
2024-10-22PDF417: Check that input is made of 0...127 chars when using Compaction.TEXT,...François Tiercelin2-13/+116
2024-10-19Be more stringent on email validation rules (#1870)François Tiercelin3-4/+32
2024-08-02Fix SYMBOLOGY_IDENTIFIER loss in QRCodeMultiReader (#1839)xiebaiyuan1-0/+3
2024-05-02Promote renderResult method to public (#1801)cdcarloschacon2-4/+75