ComaVN

Results 8 issues of ComaVN

I run homebrew and `docker-osx-dev install` as `admin` (privileged user), and do my development as `roel` (an unprivileged user, who isn't member of the admin group) If I run `docker-osx-dev`...

Since the file containing the routes is served publicly (through `/js/routing'), without authentication or authorization, an attacker without a valid login might learn more about the restricted part of a...

When passing anonymous PHP functions to LUA using `assign` or `registerCallback`, some memory is not reclaimed when the Lua object is unset. See https://github.com/ComaVN/php-lua-memoryleak for a proof of concept.

**What happened?** I upgraded devspace, and tried to run my existing devspace projects in version 6.1.1 Devspace tells me: ``` error Auto reload is not supported anymore in DevSpace version...

area/dev

If I just put this in a page: ``` foo bar ``` the entire site fails (not just that page) with an nginx 404 and the following is in the...

I would like to be able to use CKAN's main search field to also return pages containing my search terms. Is this something that's - currently possible (haven't been able...

### Expected behavior When I: - have `Dockerfile` in `.dockerignore` - use `COPY . .` in my `Dockerfile` I expect the Dockerfile to NOT be copied into the image. This...

I would expect a logged in sysadmin to see a link to the "Harvest Sources" page at /harvest , but I can't find it. If there is no such thing,...