oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

hugo: Remove primary contact

Open bep opened this issue 3 years ago • 4 comments

Which was me.

bep avatar Jul 29 '21 07:07 bep

Thanks Bjørn, do you think other maintainers might be interested (@regisphilibert @kaushalmodi @digitalcraftsman @anthonyfok)? I saw that an out-of-memory issue happened this morning.

AdamKorcz avatar Jul 29 '21 10:07 AdamKorcz

@bep, any other maintainer in mind, it will be nice to keep integration working.

inferno-chromium avatar Aug 28 '21 14:08 inferno-chromium

Can we use an URL instead for primary_contact, perhaps something like:

primary_contact: "https://github.com/gohugoio/hugo/issues/new/choose"

For example, URIs are valid for the Upstream-Contact field in debian/copyright file:

6.3. Upstream-Contact Line-based list: the preferred address(es) to reach the upstream project. May be free-form text, but by convention will usually be written as a list of RFC5322 addresses or URIs.

(from https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#upstream-contact-field)

anthonyfok avatar Aug 30 '21 19:08 anthonyfok

Can we use an URL instead for primary_contact, perhaps something like:

primary_contact: "https://github.com/gohugoio/hugo/issues/new/choose"

For example, URIs are valid for the Upstream-Contact field in debian/copyright file:

6.3. Upstream-Contact Line-based list: the preferred address(es) to reach the upstream project. May be free-form text, but by convention will usually be written as a list of RFC5322 addresses or URIs.

(from https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#upstream-contact-field)

It would not work because in order to see details about the issue you need to log on to https://oss-fuzz.com which requires the email in the contact list to be affiliated with a Google account. However, we could put an arbitrary number of emails in the contact list so if you have a set of emails that would be potential recipients then we can add all of them.

DavidKorczynski avatar Aug 31 '21 21:08 DavidKorczynski