You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently patching to one relationship links can get unwanted behavior. For example it allows you to put an MD5 hash to a SHA1 hashlist. An easy fix for this could be to to make the foreignkey immutable in scenarios like this. But a better solution would probably be to create an overridable function in the child route to add more logic for objects where more logic is required. This has also been done for patching to many relationship links.
The text was updated successfully, but these errors were encountered:
Version Information
0.14.3
Hashcat
No response
Description
Currently patching to one relationship links can get unwanted behavior. For example it allows you to put an MD5 hash to a SHA1 hashlist. An easy fix for this could be to to make the foreignkey immutable in scenarios like this. But a better solution would probably be to create an overridable function in the child route to add more logic for objects where more logic is required. This has also been done for patching to many relationship links.
The text was updated successfully, but these errors were encountered: