Dmitry Savintsev

Results 48 issues of Dmitry Savintsev

PR is similar to #767 with the updated set of dependencies. Using the Go modules allows to build the project without having to install additional tools (`godep`), it also makes...

...e with gcc-4.7 - fixes issue #7 (Compiled on Fedora 17 x86-64, need to verify that it still compiles on Ubuntu/Debian)

The tainted flag is not propagated through RegExp.source() method: ``` var s = new StringTainted("foo"); // "foo" is the attack payload s.tainted; // true var re = new RegExp('/' +...

PR changes from `go get` to `go install` since the `go get` method is deprecated per https://go.dev/doc/go-get-install-deprecation.

lgtm
cncf-cla: yes
size/XS
approved

Currently you have to run 'make test' with sudo (understandably since you need to load BPF programs etc.) which also runs the `go` compiler with elevated priviledges - which makes...

good first issue

I believe the current development instructions https://github.com/yahoo/athenz/blob/master/docs/dev_environment.md are too "monolith" - they tell you to run `mvn install`. Would it be possible to break them into more granular pieces -...

Fix https://github.com/Masterminds/glide-report/issues/6 Added unit tests for Remote() function with packages that require dynamic resolution.

PR adds a method `Module.RemoveXDPWithFlags` to allow unloading xdp sections loaded with `SKB` aka `xdpgeneric` flags (mode). Currently `AttachXDP` has a "sibling" `AttachXDPWithFlags` but `RemoveXDP` doesn't. I was playing with...

When trying to run `make minimal` in the `examples/c` directory, getting the following errors - the full output in gist https://gist.github.com/dmitris/697849eb3c0b80e6f2ca50430cae499b: ``` skeleton/pid_iter.bpf.c:47:14: error: incomplete definition of type 'struct bpf_perf_link'...