We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @fransr,
First of all, thank you for your script that will help me to automatize some tasks ;)
I've some issue when i try to use your script on bugcrowd.
./bountyplz bc some_private test.md
and the error appears when parsing the weakness forms to display:
error: Invalid character .options[] as $root | $root.children[]? as $parent | $parent.children[]? as $child | {root: $root, parent: $parent, child: $child} | {name: (.root.name + " / " + .parent.name + " / " + .child.name), id: (.root.id + "." + .parent.id + "." + .child.id)} ^ error: Invalid character .options[] as $root | $root.children[]? as $parent | $parent.children[]? as $child | {root: $root, parent: $parent, child: $child} | {name: (.root.name + " / " + .parent.name + " / " + .child.name), id: (.root.id + "." + .parent.id + "." + .child.id)} ^ 2 compile errors
Here are the informations on my md file:
--- weakness: Sensitive Data Exposure asset: other url: https://rblabla ---
I'm not very fluent with jq syntax so if you can help me, thank you in advance ;)
Best regards,
Nicknam3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @fransr,
First of all, thank you for your script that will help me to automatize some tasks ;)
I've some issue when i try to use your script on bugcrowd.
command used
./bountyplz bc some_private test.md
and the error appears when parsing the weakness forms to display:
Here are the informations on my md file:
I'm not very fluent with jq syntax so if you can help me, thank you in advance ;)
Best regards,
Nicknam3
The text was updated successfully, but these errors were encountered: