Jakub Kołodziejczak
Jakub Kołodziejczak
as per: - https://www.spiceworks.com/it-security/vulnerability-management/news/python-tarfile-extraction-vulnerability-software-supply-chain/ - https://nvd.nist.gov/vuln/detail/CVE-2007-4559 `CVE-2007-4559` looks like zip slip to me :)
`neonctl bootstrap` (aka `create-app`) by default assumes that `neondb_owner` user already exists and at the same time doesn't accept `owner_name` as a parameter ## Steps to reproduce 1. Create some...
hello, let's assume that I have this GUC initialization logic: ```rust use pgrx::*; use std::ffi::CStr; pub static MY_FOO_RUNTIME_PARAM: &str = "my.foo"; pub static MY_FOO: GucSetting>::new(None); pub fn init() { GucRegistry::define_string_guc(...