ronin-rb / ronin-db-activerecord

ActiveRecord backend for the Ronin Database
https://ronin-rb.dev
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Add an optional `source_ip` column to the `HTTPRequest` model #65

Closed postmodern closed 11 months ago

postmodern commented 1 year ago

It should be possible to store the source IP address who sent the HTTP request.

adarsh-jha-dev commented 1 year ago

Hey @postmodern , could you please assign me this issue?

postmodern commented 1 year ago

@adarsh-jha-dev I do not assign issues to new contributors, because when I have done that in the past the contributors disappeared and the issue never got completed.

AI-Mozi commented 11 months ago

Should it be a mandatory field?

Ok.. I didn't see the optional 😅

postmodern commented 11 months ago

Implemented by #107.