From owner-freebsd-hackers@freebsd.org Mon Apr 26 20:36:59 2021 Return-Path: Delivered-To: freebsd-hackers@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 656975F00B0 for ; Mon, 26 Apr 2021 20:36:59 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FTcBg2KQdz4Yln for ; Mon, 26 Apr 2021 20:36:59 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f178.google.com (mail-yb1-f178.google.com [209.85.219.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 3E16423E1C for ; Mon, 26 Apr 2021 20:36:59 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f178.google.com with SMTP id 82so66588999yby.7 for ; Mon, 26 Apr 2021 13:36:59 -0700 (PDT) X-Gm-Message-State: AOAM533d/sUeYqg+6SP9KtXV+0d5FbQRANksVtDgyCydyv0KR31CLblo yrRjo8NjzQnLyNorDzRbcMAaUvqhFC4urMuJL+A= X-Google-Smtp-Source: ABdhPJyKX9cUbrsg86JtULNSo11BCFtqmUE1T4Lg0MaBXjG5fCSWmyAkfp+nQFZqPuMbyGYSfg49AuN/o0QxrU8MHZI= X-Received: by 2002:a25:3816:: with SMTP id f22mr12559513yba.405.1619469418871; Mon, 26 Apr 2021 13:36:58 -0700 (PDT) MIME-Version: 1.0 References: <20210425184323.GR18217@blisses.org> <1219846208.215399.1619466917981@privateemail.com> <6944624e-fd6f-f8a5-6c65-8764b650d911@ftml.net> In-Reply-To: <6944624e-fd6f-f8a5-6c65-8764b650d911@ftml.net> From: Li-Wen Hsu Date: Tue, 27 Apr 2021 04:36:47 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Bug bounty framework? To: Yuri Pankov Cc: FreeBSD Hackers Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Technical discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2021 20:36:59 -0000 On Tue, Apr 27, 2021 at 4:20 AM Yuri Pankov wrote: > > Li-Wen Hsu wrote: > > For the idea the original post described sounds like having a reward > > for completing a specified task. It's more like a job posting for > > seeking freelancers. But there is one (or more) for open source > > projects. Here is an example I remember: > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521#c3 > > https://www.bountysource.com/issues/75687739-new-driver-request-port-rtsx-from-openbsd-to-freebsd > > > > I guess leveraging those external services is better than setting up > > our own at this point? > > I think the problem is in "(or more)" -- both sides need to know where > exactly to post/look for tasks. Indeed, I think we can have a recommended list of the trustworthy places, put it on the project's homepage or wiki first? Li-Wen