Make request.useragent
column in database nullable
#881
Labels
good first issue
This task is suitable for developers new to the project
schema changes
This task requires database schema changes
Currently, the
request.useragent
column in the database is defined asTEXT NOT NULL
, which means that any requests we receive where we don't receive aUser-Agent
HTTP header will cause an exception and fail. Currently we only see this with requests that appear to be fuzzed for automated scanning or similar, but it's still not an ideal behavior.To fix, we should make the
request.useragent
column nullable.The text was updated successfully, but these errors were encountered: