zeek/testing/btest/scripts
Benjamin Bannier 2f67539c0f Prevent SQLite storage backend from serving expired entries
The SQLite storage backend implements expiration by hand and garbage
collection is done in `DoExpire`. This previously relied exclusively on
gets not running within `Storage::expire_interval` of the put, otherwise
we would potentially serve expired entries.

With this patch we explictly check that entries are not expired before
serving them so that the SQLite backend should never serve expired
entries.
2025-07-15 15:47:31 -07:00
..
base Prevent SQLite storage backend from serving expired entries 2025-07-15 15:47:31 -07:00
policy btest: Switch putty.org usage in tests to official URL 2025-07-14 09:07:58 +02:00
site Start of 8.0.0 development 2025-04-25 11:59:08 -07:00
check-test-all-policy.zeek GH-239: Rename bro to zeek, bro-config to zeek-config, and bro-path-dev to zeek-path-dev. 2019-05-01 21:43:45 +00:00