[mapserver-commits] [MapServer/MapServer] f19c8b: Use CPLSetConfigOption/CPLGetConfigOption for some...
Steve Lime
noreply at github.com
Fri Apr 30 13:14:33 PDT 2021
Branch: refs/heads/branch-7-4
Home: https://github.com/MapServer/MapServer
Commit: f19c8b7a615fefd751056b8c1d3749f9ff31ff10
https://github.com/MapServer/MapServer/commit/f19c8b7a615fefd751056b8c1d3749f9ff31ff10
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: d6117828a160feed354bce90e5ddb2874f0e306f
https://github.com/MapServer/MapServer/commit/d6117828a160feed354bce90e5ddb2874f0e306f
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/7e2fcf46fb4a...d6117828a160
More information about the mapserver-commits
mailing list