This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 240
fix(security): fix vulnerability for file loading #7227
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Disallow inclusion of files from incorrect folders in broker performance. Resolves: MON-3312
sc979
changed the title
fix(security): fix vulnearability for file loading
fix(security): fix vulnerability for file loading
Feb 26, 2019
sc979
approved these changes
Feb 26, 2019
sc979
approved these changes
Feb 26, 2019
miteto
approved these changes
Feb 26, 2019
* add acknowledgement by clapi * add doc * add acceptance
vhr
approved these changes
Feb 26, 2019
* fix(doc): readd quickstart shortlink * enh(doc): add configuration of proxy in post installation
* fix(sec): allow to set illegal characters for centcore * add french translation for centcore illegal characters * update properly centcore parameter in database * move upgrade script
Conflicts: doc/en/administration_guide/poller/wizard_add_poller.rst
* fix(doc): enable services after remote server installation * fix(doc): add enable_services.rst
Update FR & EN chapter to manage MySQL migration from Centreon 3.4.x to Centreon 18.10.x
* fix(install): fix installation from sources on 18.10.x
Disallow inclusion of files from incorrect folders in broker performance. Resolves: MON-3312
…eon/centreon into mon-3312-vulnerability-fix
lpinsivy
pushed a commit
that referenced
this pull request
Jul 15, 2020
13 tasks
lpinsivy
added a commit
that referenced
this pull request
Jul 16, 2020
lpinsivy
added a commit
that referenced
this pull request
Jul 16, 2020
lpinsivy
added a commit
that referenced
this pull request
Jul 16, 2020
lpinsivy
added a commit
that referenced
this pull request
Jul 16, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Disallow inclusion of files from incorrect folders in broker performance.
Resolves: MON-3312
Description
Disallow remote file inclusion, outside of the proper folder
Fixes # 3312
Type of change
Target serie
How this pull request can be tested ?
This refers to #7101