nuclei: Reporting to Github issues fails if the issue-label field is not set

Describe the bug For the following reporting configuration, nuclei fails to report with error 422 Validation Failed [{Resource:Label Field:name Code:missing_field Message:}]

allow-list:
    severity: info, low, medium, high, critical
github: 
    username: "0xcrypto"
    owner: "bb-research"
    token: "REDACTED"
    project-name: "hackberry_xyz"

Nuclei version v2.5.2

Screenshot of the error or bug image

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 2
  • Comments: 15 (13 by maintainers)

Most upvoted comments

@pmareke since this ticket is basically a bug found in an un-released enhancement, I’d say two tickets are enough for the same functionality, hence I’d like it to be solved within this issue.

Thanks everyone! Adding issue-label: "Nuclei" fixed it. But maybe #822 no longer works.

Yes, we need to merge the dev implementation in master and then add the validations or in the other way arround.

Thanks for open the issue!

Thanks everyone! Adding issue-label: "Nuclei" fixed it. But maybe #822 no longer works.

I can take a look if there is not problem.