Skip to content
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

Clarification on the specification #242

Open
EricStG opened this issue Apr 7, 2023 · 0 comments
Open

Clarification on the specification #242

EricStG opened this issue Apr 7, 2023 · 0 comments

Comments

@EricStG
Copy link

EricStG commented Apr 7, 2023

Looking at the Key Value Format section, I'm a little confused

First, the second example seems to be off, the value serialize value + final don't match the initial value

KEY VALUE PAIR SERIALIZED_KEY SERIALIZED_VALUE FINAL
name='DROP TABLE FOO' route '%2Fpolls%201000' route='%2Fpolls%201000'

Then in the 3rd example:

KEY VALUE PAIR SERIALIZED_KEY SERIALIZED_VALUE FINAL
name''="DROP TABLE USERS'" name='' DROP%20TABLE%20USERS' name=''=‘DROP%20TABLE%20USERS'’

Shouldn't the name'' key has its quote escaped to name\'\'? And where does the second equal (=) in the Final form comes from?

Thank you.

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

1 participant