Breaking IssueProposals #53

Closed
opened 2020-09-26 14:35:31 +02:00 by delvh · 0 comments
Owner

As currently almost no sanitation is performed in IssueUtil, there are cases where the server will simply refuse the proposal because they are handled wrongly.

Currently known issues:

  • adding a " will invalidate the request, because the server assumes that whatever is coming after should be , or }
  • adding a \ at the end will sent an unfinished body => proposal refused
  • chaining \\..." will result in unknown behavior as it can not be guaranteed that the escaping slash has been escaped
As currently almost no sanitation is performed in IssueUtil, there are cases where the server will simply refuse the proposal because they are handled wrongly. Currently known issues: - adding a **"** will invalidate the request, because the server assumes that whatever is coming after should be **,** or **}** - adding a **\\** at the end will sent an unfinished body => proposal refused - chaining **\\\\..."** will result in unknown behavior as it can not be guaranteed that the escaping slash has been escaped
delvh added this to the v0.2-beta milestone 2020-09-26 14:35:31 +02:00
delvh added the
bug
client
M
user made
labels 2020-09-26 14:35:31 +02:00
kske added a new dependency 2020-09-26 18:13:13 +02:00
delvh added the due date 2020-09-27 2020-09-26 23:03:58 +02:00
delvh closed this issue 2020-09-27 17:02:24 +02:00
This repo is archived. You cannot comment on issues.
No description provided.