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

fixed marin #260

Merged
merged 1 commit into from
Feb 16, 2023
Merged

fixed marin #260

merged 1 commit into from
Feb 16, 2023

Conversation

inumakieu
Copy link
Contributor

What kind of change does this PR introduce?

Did you add tests for your changes?

If relevant, did you update the documentation?

Summary

Other information

@inumakieu inumakieu merged commit 1e795cb into master Feb 16, 2023
'User-Agent':
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',
"x-inertia": true,
"x-inertia-version": "884345c4d568d16e3bb2fb3ae350cca9",
"x-requested-with": "XMLHttpRequest",
"x-xsrf-token": token[1].split(';')[0].replace('%3D', '=')

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding

This replaces only the first occurrence of '%3D'.
'User-Agent':
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36',
"x-inertia": true,
"x-inertia-version": "884345c4d568d16e3bb2fb3ae350cca9",
"x-requested-with": "XMLHttpRequest",
"x-xsrf-token": token[1].split(';')[0].replace("%3D", "="),

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding

This replaces only the first occurrence of "%3D".
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

Successfully merging this pull request may close these issues.

1 participant