Anu Priya
Anu Priya
Thank you for pointing out. We’re looking into an xss library to be used to clean the data Very soon we will update. > On 18-Jul-2018, at 4:35 PM, DrStacheWH...
Thank you for pointing the vulnerability. Could you apply a fix? > On 10-Aug-2018, at 3:44 PM, Vict00r wrote: > > After the administrator logged in, open the following page...
Hi, Thank you the detailed explanation. Can you make a pull request? So that i can merge it. If not ill be doing as early as possible. Once again thanks...
I don't think it's gin issue. We encountered similar issue and it seems like the content-type header for the static js files in response are ```text/plain``` instead of the ```application/javascript```....
This will help i think https://github.com/envoyproxy/envoy/pull/11007
A Pubsub Interface like this will help, I just copied the redis pubsub methods: ``` type Message struct { Channel string Payload string } type PubSub interface { Subscribe(ctx context.Context,...
Thanks. broker interface depends on redis pubsub currently. https://github.com/hibiken/asynq/blob/master/internal/base/base.go#L751 IMO to decouple pub/sub to its own interface. We don't need all the methods
any update?