What's wrong with command line git grep?
Code Search API
11–20 of 24 posts
Re: Code Search API
#12Looks good. Hopefully someone will write something to automagically search for unintentionally exposed sensitive files and notify the repo owner - when the "human" version of Code Search came out, a lot of private keys and other such things were discovered.
I'm not sure I want automated bots contacting me through github.
Re: Code Search API
#13Re: Code Search API
#14Looks good. Hopefully someone will write something to automagically search for unintentionally exposed sensitive files and notify the repo owner - when the "human" version of Code Search came out, a lot of private keys and other such things were discovered.
The other possibility is that someone creates a malicious service that harvests and tries connecting using those keys. Scary indeed.
Re: Code Search API
#15Re: Code Search API
#16Can't wait for a code completion editor plugin based off of this API.. 20 requests per minute isn't too bad.
There are already really good ways to do that which don't involve making connections to remote servers.
Re: Code Search API
#17Can't wait for a code completion editor plugin based off of this API.. 20 requests per minute isn't too bad.
What do you have in mind? I'm not seeing a good use case. There are already really good ways to do that which don't involve making connections to remote servers.
Re: Code Search API
#18Looks good. Hopefully someone will write something to automagically search for unintentionally exposed sensitive files and notify the repo owner - when the "human" version of Code Search came out, a lot of private keys and other such things were discovered.
I'm not sure I want automated bots contacting me through github.
Re: Code Search API
#19Earlier quoted context omitted.
I'm not sure I want automated bots contacting me through github.
Why not? Serious question.
It would be one thing if Github ran (or at least sanctioned) a feature that warned you of possible security problems, but I don't think I'd like potentially multiple, poorly-coded bots going around messaging repo owners.