Open skylerbunny opened 10 years ago
It is possible to submit a correction to a Weasyl username, pointing to an account which does not exist.
Steps to reproduce:
SOFT should check against the database to prevent entries like this from being created. weykent mentions https://github.com/Weasyl/conbadger/blob/master/conbadge.py#L91-L92 as an example of a tool which uses this API endpoint for that purpose.
Doing the above would implicitly fix another potential error which can happen, which is putting entries into the database that are improperly formatted, such as with invalid characters, leading or trailing spaces, etc.
It is possible to submit a correction to a Weasyl username, pointing to an account which does not exist.
Steps to reproduce:
SOFT should check against the database to prevent entries like this from being created. weykent mentions https://github.com/Weasyl/conbadger/blob/master/conbadge.py#L91-L92 as an example of a tool which uses this API endpoint for that purpose.
Doing the above would implicitly fix another potential error which can happen, which is putting entries into the database that are improperly formatted, such as with invalid characters, leading or trailing spaces, etc.