Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / FasterXML/jackson-dataformats-text issues and pull requests

#412 - Fix IndexOutOfBoundsException in TOML parser

Pull Request - State: closed - Opened by yawkat over 1 year ago

#411 - Fuzzer-found issue #57237 (buffer boundary condition)

Issue - State: closed - Opened by cowtowncoder over 1 year ago - 4 comments
Labels: TOML, 2.15

#409 - validate big decimal scale before converting to big-int

Pull Request - State: closed - Opened by pjfanning over 1 year ago

#408 - Question: Does jackson-dataformat-yaml support snakeyaml 2.x?

Issue - State: closed - Opened by wilx over 1 year ago - 3 comments

#407 - fix v2.14.0 release note about snakeyaml

Pull Request - State: closed - Opened by pjfanning over 1 year ago

#406 - `NumberFormatException` from SnakeYAML due to int overflow for corrupt YAML version

Issue - State: closed - Opened by cowtowncoder over 1 year ago - 8 comments
Labels: yaml, 2.15, oss-fuzz

#405 - High CVE on 'SnakeYAML' dependency

Issue - State: closed - Opened by saarw-actimize over 1 year ago - 2 comments
Labels: yaml

#404 - Cannot serialize YAML with Deduction-Based Polymorphism

Issue - State: closed - Opened by phaumer over 1 year ago - 3 comments
Labels: yaml, has-failing-test, 2.15

#403 - toml: Ensure progress in zzRefill

Pull Request - State: closed - Opened by yawkat over 1 year ago - 1 comment
Labels: TOML

#402 - move try-catch for IndexOutOfBoundsException

Pull Request - State: closed - Opened by pjfanning over 1 year ago - 2 comments

#401 - Add failing test for #400 (yaml, char decoding)

Pull Request - State: closed - Opened by cowtowncoder over 1 year ago - 7 comments

#400 - `IllegalArgumentException` when attempting to decode invalid UTF-8 surrogate by SnakeYAML (oss-fuzz 50431)

Issue - State: closed - Opened by cowtowncoder over 1 year ago - 11 comments
Labels: yaml, oss-fuzz

#399 - add toml tests for oss-fuzz reports

Pull Request - State: closed - Opened by pjfanning over 1 year ago

#398 - TOML: check nesting depth

Pull Request - State: closed - Opened by pjfanning over 1 year ago - 7 comments

#397 - police nesting depth in java props parser

Pull Request - State: closed - Opened by pjfanning over 1 year ago

#396 - add LoaderOptions doc to README

Pull Request - State: closed - Opened by pjfanning over 1 year ago

#395 - Limit maximum TOML structure depth

Pull Request - State: closed - Opened by yawkat over 1 year ago - 2 comments

#394 - [DRAFT] validate deep nesting

Pull Request - State: closed - Opened by pjfanning over 1 year ago - 1 comment

#393 - Constraints issues

Pull Request - State: closed - Opened by pjfanning over 1 year ago

#392 - Upgrade to snakeyaml 2.0 to fix CVE

Issue - State: closed - Opened by olwulff over 1 year ago - 2 comments

#391 - remove unnecessary code in YamlParser

Pull Request - State: closed - Opened by pjfanning over 1 year ago - 1 comment

#390 - Upgrade to Snakeyaml 2.0 (resolves CVE-2022-1471)

Pull Request - State: closed - Opened by pjfanning over 1 year ago - 8 comments
Labels: yaml, 2.15

#387 - Stack overflow (50083) found by OSS-Fuzz

Issue - State: closed - Opened by henryrneh over 1 year ago - 10 comments
Labels: TOML

#386 - Add `.ignoreProperty()` to csv builder

Issue - State: open - Opened by membersound over 1 year ago - 4 comments
Labels: csv

#385 - mavenplugin project Cannot invoke "String.toCharArray()" because "<parameter1>" is null

Issue - State: closed - Opened by xhc-code over 1 year ago - 2 comments
Labels: yaml, need-test-case

#384 - investigate Toml big string tests

Issue - State: closed - Opened by pjfanning over 1 year ago - 4 comments
Labels: TOML, 2.15

#383 - uptake read constrained text buffer

Pull Request - State: closed - Opened by pjfanning over 1 year ago - 1 comment
Labels: csv, TOML

#382 - CVE-2022-1471 in snakeyaml exposable through jackson-dataformat-yaml 2.14.2?

Issue - State: closed - Opened by Emuto over 1 year ago - 3 comments

#381 - Fix #373: escape positive numbers too if number quoting requested

Pull Request - State: closed - Opened by cowtowncoder over 1 year ago

#380 - Remove csv specific textbuffer

Pull Request - State: closed - Opened by pjfanning over 1 year ago - 1 comment

#379 - fix typo in licenses

Pull Request - State: closed - Opened by pjfanning over 1 year ago

#378 - Some artifacts missing `NOTICE`, `LICENSE` files

Issue - State: closed - Opened by cowtowncoder over 1 year ago

#377 - fix broken yaml tests - implement getNumberValueDeferred

Pull Request - State: closed - Opened by pjfanning over 1 year ago - 2 comments

#376 - Parse properties to Map<String, Object>

Issue - State: open - Opened by CarltonX over 1 year ago - 1 comment
Labels: Properties

#375 - ci(deps): bump maven help plugin to 3.3.0

Pull Request - State: closed - Opened by yeikel over 1 year ago

#373 - Positive numbers with plus sign not quoted correctly with `ALWAYS_QUOTE_NUMBERS_AS_STRINGS`

Issue - State: closed - Opened by dyadyaJora over 1 year ago - 3 comments
Labels: yaml, 2.15

#372 - Most safe/generic/features-wide way to format yaml files

Issue - State: closed - Opened by blacelle over 1 year ago - 7 comments

#371 - Fix #369: replace use of deprecated method with non-deprecated one

Pull Request - State: closed - Opened by cowtowncoder over 1 year ago

#370 - Replace use of deprecated constructor of SnakeYAML `ParserImpl`

Issue - State: closed - Opened by cowtowncoder over 1 year ago - 2 comments
Labels: 2.14

#369 - Do not use deprecated code in SnakeYAML

Pull Request - State: closed - Opened by asomov over 1 year ago - 2 comments

#368 - Skip csv line with just commas @csv

Issue - State: open - Opened by GitXm123 over 1 year ago - 5 comments
Labels: csv

#367 - support fast parser when BigInts with radixes are parsed

Pull Request - State: closed - Opened by pjfanning over 1 year ago

#366 - YAMLGenerator: multiline string will always be quoted when line has trailing space

Issue - State: open - Opened by njank almost 2 years ago - 10 comments
Labels: yaml, pr-needed, 2.18

#365 - Rename local `TextBuffer` as `CsvTextBuffer` to make customization explicit

Pull Request - State: closed - Opened by cowtowncoder almost 2 years ago - 1 comment

#364 - method ignores the params that are passed in

Pull Request - State: closed - Opened by pjfanning almost 2 years ago

#363 - csv deserializer needs to apply num len checks

Pull Request - State: closed - Opened by pjfanning almost 2 years ago - 2 comments

#362 - Add max-length checks into YAMLParser (similar to JsonParserBase)

Pull Request - State: closed - Opened by cowtowncoder almost 2 years ago - 7 comments

#361 - CVE-2022-1471 ? -> Not Applicable to `jackson-dataformat-yaml`

Issue - State: closed - Opened by jpcmonster almost 2 years ago - 4 comments

#360 - csv; how to modify the decimal separator?

Issue - State: open - Opened by tomschulze almost 2 years ago - 2 comments

#359 - add streamReadConstraints()

Pull Request - State: closed - Opened by pjfanning almost 2 years ago - 5 comments

#358 - apply number length checks

Pull Request - State: closed - Opened by pjfanning almost 2 years ago

#357 - Fast Big decimal/integer parser

Pull Request - State: closed - Opened by pjfanning almost 2 years ago - 3 comments

#356 - Fix TOML parse failure when number token hits buffer edge

Pull Request - State: closed - Opened by yawkat almost 2 years ago - 3 comments

#355 - CSV: Default values in missing cells (column present)

Issue - State: open - Opened by hosswald almost 2 years ago

#353 - Allow missing header columns with `Feature.FAIL_ON_MISSING_HEADER_COLUMNS`

Pull Request - State: closed - Opened by malteo almost 2 years ago - 2 comments
Labels: csv

#352 - Disabling `CsvParser.Feature.FAIL_ON_MISSING_HEADER_COLUMNS` has no effect

Issue - State: closed - Opened by malteo almost 2 years ago - 3 comments
Labels: csv, 2.14

#337 - Allow overriding of file size limit for YAMLParser by exposing SnakeYAML `LoaderOptions`

Issue - State: closed - Opened by pjfanning about 2 years ago - 8 comments
Labels: yaml, 2.14

#336 - TOML - PropertyNamingStrategies with Record, Jackson doesn't find fields

Issue - State: closed - Opened by tomasff about 2 years ago - 4 comments
Labels: TOML

#325 - OSS Fuzz Integration of jackson-dataformats-text

Issue - State: closed - Opened by 0roman about 2 years ago - 1 comment

#287 - Async (non-blocking) support for CSV

Issue - State: open - Opened by robinroos about 3 years ago - 8 comments

#286 - Support parsing CSV with header regardless of unknown columns

Issue - State: open - Opened by bjmi about 3 years ago - 4 comments

#279 - `@JsonPropertyOrder` ignored for dataformats-csv

Issue - State: open - Opened by kenyee over 3 years ago - 2 comments
Labels: csv, need-test-case

#276 - Support opting out of various numeric base literal interpretation

Issue - State: open - Opened by davidxia over 3 years ago - 5 comments
Labels: yaml

#272 - Cannot customize the array separator

Issue - State: open - Opened by xiaomaiyun over 3 years ago - 9 comments
Labels: csv

#269 - [Yaml] [Suggestion] Ability to add comments

Issue - State: closed - Opened by PeachesMLG over 3 years ago - 6 comments
Labels: yaml, duplicate

#264 - CsvMapper applies Property Order alphabetically for Java 16 Records

Issue - State: open - Opened by alexpartsch over 3 years ago - 11 comments
Labels: csv, 2.15

#254 - More configurable TOML serialization

Issue - State: open - Opened by yawkat over 3 years ago - 11 comments
Labels: TOML

#252 - (yaml) Redesign `StringQuotingChecker` added in 2.12

Issue - State: open - Opened by cowtowncoder over 3 years ago
Labels: yaml

#245 - How to convert POJO to properties using Charset.UTF8

Issue - State: open - Opened by caiqfrog over 3 years ago - 1 comment
Labels: Properties

#243 - Support @JsonAnyGetter with CSV

Issue - State: open - Opened by MrBuddyCasino over 3 years ago - 4 comments
Labels: csv

#242 - Add FlowStyleResolver to enable custom YAML node style resolution

Pull Request - State: closed - Opened by axpendix over 3 years ago - 9 comments
Labels: yaml, cla-needed

#232 - Typed object throws "Missing type id" when annotated with @JsonIdentityInfo

Issue - State: closed - Opened by almson almost 4 years ago - 13 comments
Labels: yaml, has-failing-test

#230 - YAMLGenerator: String unnecessarily quoted with MINIMIZE_QUOTES enabled

Issue - State: open - Opened by bjpe almost 4 years ago - 2 comments
Labels: yaml

#220 - FIX #217: Quote string contains line separator under STRICT_CHECK_FOR_QUOTING mode

Pull Request - State: closed - Opened by wkwkhautbois about 4 years ago - 4 comments

#215 - .without(YAMLGenerator.Feature.WRITE_DOC_START_MARKER) seems to be ignored

Issue - State: open - Opened by jdimeo about 4 years ago - 5 comments
Labels: yaml, has-failing-test

#214 - YAML: Allow handling of custom tags

Issue - State: open - Opened by nictas about 4 years ago - 4 comments
Labels: yaml, pr-needed

#207 - `@JsonDeserialize(builder=...)` not being honored by CSV

Issue - State: open - Opened by airsupport about 4 years ago - 9 comments
Labels: csv

#198 - (csv) Support writing numbers as quoted Strings with `CsvGenerator.Feature.ALWAYS_QUOTE_NUMBERS`

Issue - State: closed - Opened by trohovsky over 4 years ago - 11 comments
Labels: csv, good first issue

#176 - CsvSchema skipFirstDataRow & useHeader

Issue - State: open - Opened by happyhua over 4 years ago - 6 comments
Labels: csv

#167 - Use `CsvSchema.ColumnType.NUMBER` and such to coerce field values from plain `String`s

Issue - State: open - Opened by zenglian almost 5 years ago - 9 comments
Labels: csv, 3.x, pr-needed

#97 - Add serialization of object members for csv.

Pull Request - State: open - Opened by ptahchiev about 6 years ago - 8 comments
Labels: csv

#92 - Writing CSV headers only [feature request?]

Issue - State: closed - Opened by nakamorichi over 6 years ago - 5 comments
Labels: csv

#77 - JsonIgnoreProperties ignores value but not the resulting CSV column

Issue - State: open - Opened by jeep87c over 6 years ago - 3 comments
Labels: csv

#66 - Missing support for multiple yaml documents in a single file.

Issue - State: closed - Opened by hemanik over 6 years ago - 10 comments
Labels: yaml

#60 - CsvMapper does not respect CsvSchema.ColumnType when using @JsonAnySetter

Issue - State: open - Opened by curtw almost 7 years ago - 2 comments
Labels: csv

#48 - how to append data in CSV

Issue - State: closed - Opened by shoaibshaikh1516 almost 7 years ago - 4 comments

#46 - FIX #45 Option to skip ending line break (csv)

Pull Request - State: closed - Opened by mathieu-lavigne almost 7 years ago - 6 comments
Labels: csv

#45 - Allow skipping ending line break (`CsvGenerator.Feature.WRITE_LINEFEED_AFTER_LAST_ROW`)

Issue - State: closed - Opened by mathieu-lavigne almost 7 years ago - 11 comments
Labels: csv, 2.17

#39 - Binary data not recognized by YAML parser

Issue - State: closed - Opened by tmoschou about 7 years ago - 9 comments
Labels: yaml

#36 - (yaml) Emit comments

Issue - State: open - Opened by lovasko about 7 years ago - 45 comments
Labels: yaml, good first issue

#31 - Headers seems to be trimmed

Issue - State: open - Opened by rdifalco about 7 years ago - 7 comments
Labels: csv

#28 - ENV and Java Props substitution while reading file

Issue - State: open - Opened by rickalm about 7 years ago - 4 comments
Labels: yaml