StarlingX Fault Management
Go to file
Luis Botello 845f41a85c Improve security by avoiding buffer overflows
This patch adds compiler flags to improve the security of STX code.
Flags added:
Format string vulnerabilities:           CFLAGS="-Wformat -Wformat-security"
Compiler will treat string format warnings as errors,
so at compiling level, buffer overflow is avoided.

Story: 2004380
Task: 28806

Signed-off-by: Luis Botello  <luis.botello.ortega@intel.com>
Reviewed-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
             Victor Rodriguez <vm.rod25@gmail.com>
Sugested-by: Victor Rodriguez <vm.rod25@gmail.com>
             Erich Cordoba <erich.cordoba.malibran@intel.com>

Change-Id: Ia1ffaf18e7050d9099b80f9023b2bf255b4750fa
2019-01-08 09:55:07 -06:00
api-ref/source Clean up and standardize landing pages 2018-12-27 16:59:48 -08:00
devstack fix typo issue 2018-11-22 21:09:27 +08:00
doc Clean up and standardize landing pages 2018-12-27 16:59:48 -08:00
fm-api Add hooks for python wheel generation 2018-10-24 17:12:50 +00:00
fm-common Improve security by avoiding buffer overflows 2019-01-08 09:55:07 -06:00
fm-doc [fm-doc] bug-fix: change a "dictionary" while iterating it 2018-12-20 00:49:21 +00:00
fm-mgr Improve security by avoiding buffer overflows 2019-01-08 09:55:07 -06:00
fm-rest-api Fix a spelling mistake 2018-12-14 18:13:50 +00:00
python-fmclient Change openstack-dev to openstack-discuss 2018-12-07 02:10:10 +00:00
releasenotes Clean up and standardize landing pages 2018-12-27 16:59:48 -08:00
snmp-audittrail Improve security by avoiding buffer overflows 2019-01-08 09:55:07 -06:00
snmp-ext Improve security by avoiding buffer overflows 2019-01-08 09:55:07 -06:00
.gitignore [Doc] OpenStack API Reference Guide 2018-09-25 15:55:02 -07:00
.gitreview Add .gitreview 2018-05-31 07:36:00 -07:00
.zuul.yaml Add a basic devstack job 2018-11-01 23:38:13 -05:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:36:00 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:00 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:36:00 -07:00
centos_iso_image.inc Decouple Fault Management from stx-config 2018-08-17 15:25:35 -04:00
centos_pike_wheels.inc Rename centos_wheels.inc to centos_pike_wheels.inc 2018-11-14 15:06:43 -06:00
centos_pkg_dirs Decouple Fault Management from stx-config 2018-08-16 13:23:33 -04:00
test-requirements.txt Lock down flake8 version 2018-10-24 10:06:43 -05:00
tox.ini Add fm-rest-api and fm-client to DevStack 2018-10-29 10:54:49 -05:00

README.rst

stx-fault

StarlingX Fault Management