Paddy

Results 26 issues of Paddy

One of the great things about NSQ is that it can be used as a message bus; e.g., event X happened, so everyone that is interested in event X gets...

feature
question
request

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...

bug

Now that we get to use Go 1.15 features (#707) we can take advantage of [`testing.T.TempDir`](https://golang.org/pkg/testing/#T.TempDir), which will give us a temporary directory that will only last the duration of...

subsystem/tests

It would be super amazing to match attachment files and URLs against the [VirusTotal API](https://www.virustotal.com/en/documentation/public-api/#scanning-files), and surface that integration to the rule matcher. This would really upgrade our automation capabilities,...

It would make webhooks a lot easier to work with and much more powerful if email addresses, wherever they appear (from, to, etc.) could be parsed into their discrete parts....

It would be super awesome if IsThisLegit could parse the URLs found in a reported email out into a list that's available both in webhooks and in the rules engine....

It would be super cool if we could select one or more reports from the dashboard and click a delete button to get rid of them. This would help in...

It would be awesome if we could get an export of the data we're storing in IsThisLegit. I know we can get a raw dump of the datastore using the...

It'd be really great if we could create our own statuses for reports. It [looks like](https://github.com/duo-labs/isthislegit/blob/master/dashboard/models/email.py#L17) the statuses are currently hard-coded, but we could add a form to the dashboard...

We'd love to be able to use not equals or not present as a matcher for headers when creating rules. This would allow us to create two different branches of...