hisxo / gitGraber

gitGraber: monitor GitHub to search and find sensitive data in real time for different online services such as: Google, Amazon, Paypal, Github, Mailgun, Facebook, Twitter, Heroku, Stripe...
GNU General Public License v3.0
2.02k stars 330 forks source link

Query with spaces breaks #11

Closed sc-steven closed 5 years ago

sc-steven commented 5 years ago

Was attempting to do a multi query search like the below but it breaks due to the space in the middle. I tried adding %20 instead of the space but the encoding breaks it.

-q "org:TestOrg is:public"

Public org only repo's

rmarot commented 5 years ago

Hi,

We are looking into this and will let you know.

Thanks

rmarot commented 5 years ago

We did some tests on our side and see nothing special regarding the space. What do you mean by "it breaks ?" Do you have any specific error or some bad results ?

Thanks