[mapserver-commits] [MapServer/MapServer] c079fb: Use CPLSetConfigOption/CPLGetConfigOption for some...

Steve Lime noreply at github.com
Fri Apr 30 13:15:13 PDT 2021


  Branch: refs/heads/branch-7-2
  Home:   https://github.com/MapServer/MapServer
  Commit: c079fb110b335d0ece78049ba7bc5d1d67023003
      https://github.com/MapServer/MapServer/commit/c079fb110b335d0ece78049ba7bc5d1d67023003
  Author: Seth G <sethg at geographika.co.uk>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M maphttp.c
    M mapserv.c
    M mapserv.h
    M mapservutil.c

  Log Message:
  -----------
  Use CPLSetConfigOption/CPLGetConfigOption for some CGI/FastCGI-related env vars (#6305)

Push a few high-value env vars into CPL config and then reference that instead of the env (mostly for IIS/FastCGI).


  Commit: 7db7cbb26b6bc6e651db268e9536836a56e6825a
      https://github.com/MapServer/MapServer/commit/7db7cbb26b6bc6e651db268e9536836a56e6825a
  Author: Steve Lime <steve.lime at state.mn.us>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M mapfile.c
    M mapserv.c
    M mapserver.h
    M mapservutil.c

  Log Message:
  -----------
  Address flaw in CGI mapfile loading that makes it possible to bypass security controls (#6313) (#6314)

* Create coverity-scan.yml

* Update coverity-scan.yml

* Avoid resource leak... (CID 1503409)

* Revert "Avoid resource leak... (CID 1503409)"

This reverts commit 7d261af86140a491df170ba7054aa9d1aa9f3ad7.

* Updated...

* Limit action to MapServer/MapServer repo, run every Sunday (for now).

* Always force map parameter values through validation checks. Add validation checks on environment variable names.

* msIsValidRegex(): fix memleak

Co-authored-by: Even Rouault <even.rouault at spatialys.com>


Compare: https://github.com/MapServer/MapServer/compare/1ce0d4dc7e4f...7db7cbb26b6b


More information about the mapserver-commits mailing list