Skip to content
New issue

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

jq invalid char (weakness) #6

Open
Nicknam3 opened this issue Feb 20, 2019 · 0 comments
Open

jq invalid char (weakness) #6

Nicknam3 opened this issue Feb 20, 2019 · 0 comments

Comments

@Nicknam3
Copy link

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:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant