Sha256: a7c9a4d1f0a6af20c39ecb2b3edec13aeeb6b9049c4d4724661af623cf0a8f62
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
### 0.1.1 / 2023-04-04 * Reordered database migrations so they can be ran in correct order on PostgreSQL databases. * Fixed {Ronin::DB::URL.import} to correctly de-duplicate pre-existing URLs. * Fixed `ronin_advisories.publisher` index on non-existent column. * Added an index on the `ronin_advisories.identifier` column. * Added missing unique index to `ronin_urls` table. * Documentation improvements. ### 0.1.0 / 2023-02-01 * Initial release: * Can be used both as a standalone library or in a web app. * Provides common [ActiveRecord] models: * {Ronin::DB::Advisory} * {Ronin::DB::Arch} * {Ronin::DB::ASN} * {Ronin::DB::EmailAddress} * {Ronin::DB::HostName} * {Ronin::DB::HostNameIPAddress} * {Ronin::DB::HTTPHeaderName} * {Ronin::DB::HTTPQueryParam} * {Ronin::DB::HTTPQueryParamName} * {Ronin::DB::HTTPRequest} * {Ronin::DB::HTTPRequestHeader} * {Ronin::DB::HTTPResponse} * {Ronin::DB::HTTPResponseHeader} * {Ronin::DB::IPAddress} * {Ronin::DB::IPAddressMACAddress} * {Ronin::DB::MACAddress} * {Ronin::DB::OpenPort} * {Ronin::DB::Organization} * {Ronin::DB::OS} * {Ronin::DB::OSGuess} * {Ronin::DB::Password} * {Ronin::DB::Port} * {Ronin::DB::Service} * {Ronin::DB::ServiceCredential} * {Ronin::DB::Software} * {Ronin::DB::SoftwareVendor} * {Ronin::DB::URL} * {Ronin::DB::URLQueryParam} * {Ronin::DB::URLQueryParamName} * {Ronin::DB::URLScheme} * {Ronin::DB::UserName} * {Ronin::DB::Vulnerability} * {Ronin::DB::WebCredential}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-db-activerecord-0.1.1 | ChangeLog.md |