Pedro Sampaio

Results 4 issues of Pedro Sampaio

I'm using the Bugzilla service with the bugzilla.query_url option like this in .bugwarrionrc: ```ini bugzilla.query_url = https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&columnlist=product%2Ccomponent%2Cassigned_to%2Cstatus%2Csummary[...rest omitted...] ``` And get the following error while running $bugwarrior-pull --flavor bz.task: ```shell...

feature proposal

CVE Schema 5.2.0-RC1 is out, starting a new branch to test and keep up. Merge upon final release.

The new endpoints was deployed to the test server but there is no release date for production yet. I'll begin implementing and merge when production is out. The old org/...

$ click-man cve Traceback (most recent call last): File "[...]/cvelib/.venv/bin/click-man", line 10, in sys.exit(cli()) ~~~^^ File "[...]/cvelib/.venv/lib64/python3.13/site-packages/click/core.py", line 1442, in __call__ return self.main(*args, **kwargs) ~~~~~~~~~^^^^^^^^^^^^^^^^^ File "[...]/cvelib/.venv/lib64/python3.13/site-packages/click/core.py", line 1363, in...