Skip to content

app does not sanitize invalid identifiers #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3052 opened this issue Apr 11, 2024 · 1 comment
Open

app does not sanitize invalid identifiers #8

3052 opened this issue Apr 11, 2024 · 1 comment

Comments

@3052
Copy link

3052 commented Apr 11, 2024

valid input:

{"1": "hello", "2": "world"}

invalid output:

syntax = "proto3";

message SomeMessage {
    string 1 = 1;
    string 2 = 2;
}

https://protobuf.dev/reference/protobuf/proto3-spec/#identifiers

@AlexL70
Copy link

AlexL70 commented Apr 15, 2025

Just opened a PR that is supposed to close this issue: #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants