summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 682773f88ca8b69b5ba9dee3515d437522817148 - Merge "XSS Vulnerability fix in TicketEventController" - XSS Vulnerability fix in TicketEventController @SafeHtml and SecureString used to fix this issue; Issue-ID: OJSI-209 Change-Id: I588872839696c824135bab88c100b31c23d960ba Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 5b6231bb65d5033f911827b13572bc70756d7b1d - Merge "XSS Vulnerability fix in RoleManageController" - XSS Vulnerability fix in RoleManageController @SafeHtml and SecureString used to secure this class Issue-ID: OJSI-208 Change-Id: Ie01799933add3419cacf0fc716ce2da6da0a2853 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 9abe14fca14a8f15a7ee58cab1e92908282fef0b - Merge "Fix sql injection vulnerability" - Fix sql injection vulnerability Use a variable binding instead of concatenation. Add new test for function 'createLocalUserIfNecessary'. Issue-ID: OJSI-174 Change-Id: Iddd65893bb2cb16c90d4f8db59816fdf261874bc Signed-off-by: Dominik Orliński <d.orlinski@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to e496b1b94a07e7995fefd8113c0fbe25953322ea - Merge "XSS Vulnerability fix in AppsOSController" - XSS Vulnerability fix in AppsOSController SecureString class used to secure PathVariable. Issue-ID: OJSI-207 Change-Id: I6275c5db4d8d97dc60ef1676b651e3d8802ad9f7 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 3462e289aec5880f3e2f2f23ce4b5f70160ba7f4 - Merge "XSS Vulnerability fix in AppsControllerExternalRequest" - XSS Vulnerability fix in AppsControllerExternalRequest @SafeHtml annotation is used to fix this problem. This patch also fix some minor issues: * isAuxRESTfulCall() method delete. Method was nowhere used. * '.length() == 0' changed to '.isEmpty()' Issue-ID: PORTAL-604 Change-Id: Ib7091622081f507812654b50275ad7ac4c97bfc3 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to d0983c06165682e054af165621ae84d858b08117 - Merge "Sonar issue: Correct this "&" to "&&" in MicroserviceServiceImpl" - Sonar issue: Correct this "&" to "&&" in MicroserviceServiceImpl This patch also fix some minor issues: * 'fori' loop replaced with 'foreach' * Sonar issue: Replace the type specification in this constructor call with the diamond operator ("<>"). * redundant 'throws'. Exception will never throw * unnecessary temporary local variable Issue-ID: PORTAL-603 Change-Id: If23afb9f4a10f0ad06c712cb95a38b54dc5cd089 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to d86f64c663b7b82f529617b6c8c0ea69a926f950 - Merge "XSS Vulnerability fix in MicroserviceController" - XSS Vulnerability fix in MicroserviceController @SafeHtml annotation is used to fix this problem. This commit also fix: * redundant local variable issue * sonar issue: Replace the type specification in this constructor call with the diamond operator ("<>"). * performance issue - String concatenation argument as argument to 'StringBuilder.append()' call * redundant cast * redundant 'throws Exception'. 'Exception' is never thrown * access static member via instance reference * unused declarations Issue-ID: PORTAL-602 Change-Id: Id92fe2d9cfe239474403f611f3d5d0170acf63cc Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 2341313316b631be275294622ca9d4281e1f20bc - Merge "XSS Vulnerability fix in DashboardSearchResultController" - XSS Vulnerability fix in DashboardSearchResultController @SafeHtml annotation is used to fix this problem. New class 'SecureString' must be added to project to valid incoming Strings from '@RequestParam String incoming String' pom.xml file update. This patch also fix: * remove unnecessary semicolon * Sonar issue: Replace the type specification in this constructor call with the diamond operator ("<>") Issue-ID: PORTAL-601 Change-Id: Id214b6e65f0c486141679fd23725a7fb66443acd Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-14Update git submodulesSmokowski, Steven1-0/+0
* Update docs/submodules/so.git from branch 'master' to e29b04bca6367c14fdbd403bbd275e6c8c10fa60 - fix delete stack error not propogating Update logic to properly format rollback error messages Change-Id: I66ad4fd78758661be297810f393e6da759daa17b Issue-ID: SO-2014 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-06-14Update git submodulesYang Xu1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 990aef1a9302a290d1e156cacd00cc408f650f8a - Merge "release 1.5.2 in OOM" - release 1.5.2 in OOM 1.5.2 release is for Dublin Change-Id: Ib967d3938c74dd286c543eb8a51bb61ff9b34583 Issue-ID: APPC-1595 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-06-14Update git submodulesYang Xu1-0/+0
* Update docs/submodules/oom.git from branch 'master' to cd8bcdcd277afcbd5cb2120cdf6436b6fe492db6 - Merge "Update SO version to 1.4.4" - Update SO version to 1.4.4 Update SO version to 1.4.4. Issue-ID: SO-2010 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com> Change-Id: I05689eeb56bd255f2b1bf8a479aad6043c587838
2019-06-14Update git submodulesYang Xu1-0/+0
* Update docs/submodules/oom.git from branch 'master' to baebbeafef0b0839c80aca94499872f9ec2f8e9f - Merge "Update version of HAS, OSDF to 1.3.1, 1.3.2" - Update version of HAS, OSDF to 1.3.1, 1.3.2 Change-Id: I1af39fc90d420f5dffcc6713f09913ce9c6ce538 Signed-off-by: Shankar Narayanan <snarayanan@research.att.com> Issue-ID: OPTFRA-508
2019-06-14Update git submodulesYang Xu1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 647a433b0e8697bbdfdf09076b7b88de076c5cf5 - Merge "Update vnfsdk version from 1.3.0 to 1.3.2 Issue-ID: VNFSDK-414" - Update vnfsdk version from 1.3.0 to 1.3.2 Issue-ID: VNFSDK-414 Change-Id: I8915853c2bc4440e9d4bb4fa19f7e41ed262a916 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
2019-06-14Update git submodulesPetr Ospalý1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to f2f06700b7b9ad99c9c182fc01ee5cc0782ead78 - Merge "Fix missing import in helm_deployment_status.py" - Fix missing import in helm_deployment_status.py After recent changes a regression emerged due to not properly imported 'subprocess' module 'check_output' function. Predefined list of available healthcheck modes is also removed to allow passing any mode that will be supported in future by healthcheck script. Change-Id: I2dc681da079f75449f9f2456249d51b3c859f434 Issue-ID: OOM-1806 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-06-14Update git submodulesyangyanyj1-0/+0
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master' to 3372683655ad68077848e872b46e4b04568cc7ba - update vfc release note Issue-ID: VFC-1413 Change-Id: I7cd2d0397da7c173e6009d2c52f4ec8d6b92ecd9 Signed-off-by: yangyanyj <yangyanyj@chinamobile.com>
2019-06-14Update git submodulesPetr Ospalý1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 7b2dca8234db9a8b0f57ffc3e0b4f9e680370b32 - Merge changes from topic "OOM-1810" * changes: Add verification tests for 'chrony' role Setup 'cluster_ip' fact for infra host in 'chrony' role tests - Add verification tests for 'chrony' role Testinfra tests are added for Molecule verifier. Change-Id: Id044cdc5535af97ce3ac48da034a9a6a1ca8cbd3 Issue-ID: OOM-1810 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Setup 'cluster_ip' fact for infra host in 'chrony' role tests This patch sets up a missing 'cluster_ip' fact for infrastructure host without which 'server' directive was set up improperly in chrony.conf on 'node' host. Change-Id: I3d98788b7eb54bf984d165a50072f51fd85c08fb Issue-ID: OOM-1810 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-06-14Update git submodulesPetr Ospalý1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 9ece7533e7463c7d162e27496a40d3447304475f - Merge changes from topic "OOM-1910" * changes: Clean application role mocked artifacts directories Add custom patch role scenario to 'application' role - Clean application role mocked artifacts directories Directories created by Molecule tests were left in files tree and not cleaned up. This patch adds a task to shred them after test invocation. Change-Id: If745cfc45de2f73db5be1696a16a185ff2a625bf Issue-ID: OOM-1910 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Add custom patch role scenario to 'application' role This adds test case for when application_pre_install_role and application_post_install_role are set to custom role; by default they are empty. Code condition coverage is increased. Change-Id: I14e59e15cf3ead0459374b5777f8ee03fe75d7bd Issue-ID: OOM-1910 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-06-14Update git submodulesPetr Ospalý1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 0a16f1267c3bd1c33def62861e6e1726097f239a - Merge changes from topic "OOM-1915" * changes: Update 'busybox' and 'haproxy' docker images path in tests Add role level tests for 'nexus' role Improve 'nexus' role testability - Update 'busybox' and 'haproxy' docker images path in tests At some point names of busybox and haproxy images have changed in nexus3.onap.org registry. This patch updates those names in testing framework. Change-Id: Iaad4976118bfcd708f2b8fccb8df61f6059ac1f4 Issue-ID: OOM-1915 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Add role level tests for 'nexus' role Change-Id: If8decc241614e4fe802352cc783b59f8d7ec70b4 Issue-ID: OOM-1915 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> - Improve 'nexus' role testability A change needed by related commit to allow building a custom nexus url. Change-Id: Iaa7e1d10d9621871e71863c77722cd635b7e1e4d Issue-ID: OOM-1915 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2019-06-14Update git submodulesPetr Ospalý1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to cf81ff7da21aed314f2dfc74fc6cd04d7354bdf1 - Merge "Fix issue with yaml.load in docker collector" - Fix issue with yaml.load in docker collector docker-images-collector.sh script uses yaml.load python function in deprecated way and it is a potential security risk https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation Issue-ID: OOM-1897 Change-Id: Ie30e60b4ede2c87a02b7bbe76e0695f91dc207c6 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
2019-06-14Update git submodulesPetr Ospalý1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 0c3aeee286896377c3464dfea54364ccd0807ca8 - Merge "Add directory remove on failed cloning" - Add directory remove on failed cloning While downloading git repositories there was no removing of created destination directory which could led to false detection of downloaded repository. This script adds directory remove in such case plus fixes some minor typos in logging and help strings. Issue-ID: OOM-1803 Change-Id: Iec672bc8248e7b2daee06717985e11f7e05aa5be Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
2019-06-14Update git submodulesMilan Verespej1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to d0f762031304bda04faea0873518054156b79d8a - Add data list for bin utils Since bin utils can be downloaded as simple http file this script remove previous shell script and changes documentation to add necessary steps. Issue-ID: OOM-1803 Change-Id: I4ced011ce47302349f9e7db74d0ef7f0fe9c4fa0 Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
2019-06-14Update git submodulesOren Kleks1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 0df9d305dc0fe6551a1c11362e9d077f5801475f - Added unit tests for SpringCLITool Improved the unit test coverage in the package org.openecomp.sdc.asdctool.cli Fixed the build Change-Id: Iea7395b169acb912489466f9cdf90ac88cc42b8f Issue-ID: SDC-2327 Signed-off-by: shrek2000 <orenkle@amdocs.com> Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
2019-06-13Update git submodulesSunder Tattavarada1-0/+0
* Update docs/submodules/portal.git from branch 'master' to f4359045f50372d8cf5c8ce0eb08d4b6c2cf26ba - Merge "Fix sonar issue: Override "equals(Object obj)"" - Fix sonar issue: Override "equals(Object obj)" This commit provide equals method for CentralV2UserApp and test for this method. Issue-ID: PORTAL-599 Change-Id: Ied44c680032831ec6a02211f658ec16f0aad8f4a Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-06-13Update git submodulesPatrick Brady1-0/+0
* Update docs/submodules/appc/deployment.git from branch 'master' to fd52d134f47a21b205e175fcc331ce8a0c0c5d45 - Fix incorrect cdt proxy version Change-Id: I07fbafd5e188cc3833cab7ac512fa4532d82f1ae Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1595
2019-06-13Update git submodulesVijay Venkatesh Kumar1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 855ed8989b95e4683f0a78423684421559d5e727 - fix invalid json config for PH Change-Id: I90cc36a5be62445320be16183b0bef47355fd077 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1620 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-06-13Update git submodulesYang Xu1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 21b09c956609d3ebee0081686802d20da194c523 - Improve vCPE test automation Signed-off-by: Yang Xu <yang.xu@futurewei.com> Issue-ID: INT-847 Change-Id: Ib5b0a547f1c228de4cee02f3526401028c10bff0
2019-06-13Update git submodulesArindam Mondal1-0/+0
* Update docs/submodules/music.git from branch 'master' to e49ff54ef8cd2162cdc01c9a9ed69a8e6d6a51e1 - Use logger to log exception Issue-ID: MUSIC-410 Change-Id: Ief175a400c2c336eeb03807d71c4ef7a05a1b748 Signed-off-by: arind.mondal <arind.mondal@samsung.com>
2019-06-13Update git submodulesYang Xu1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 3bf84a4b8c6760d24f971b5d2db5b565f451d6e5 - Merge "update new passwd for cadi" - update new passwd for cadi update p12 password for new p12 file Change-Id: I4fc93e7ff1f1a401fd14a806f6d02c652b4bad77 Issue-ID: APPC-1620 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-06-13Update git submodulesMilan Verespej1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to d85b2d76b0b2b1913222da4454d820c3dea2c154 - Add pypi packages downloading python script Issue-ID: OOM-1803 Change-Id: I5470bad5ad862362976b56350c931929ee4b69d6 Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
2019-06-13Update git submodulessebdet1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to a5243a4735e5bc505e96c3665f9775a7660555c8 - change required for new release Change required for new release management Issue-ID: CLAMP-409 Change-Id: I1e07f029455dff134e00d39051a0859c4cc11457 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-06-13Update git submodulessebdet1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to 493e9e7dc5a1be2af4f326bb0bd296ced9fb25eb - Bring all fixes Bring all fixes from Dublin, but the code has slightly changed on master Issue-ID: CLAMP-410 Change-Id: Ieca7b8e9b180f46f2c30f848454405f3a504bfdd Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-06-13Update git submodulesDavid Stilwell1-0/+0
* Update docs/submodules/sdnc/oam.git from branch 'master' to 45eadcd1dc2d553ef60f45c6041138d8d7a9afb3 - Merge "Note admin portal disabled" - Note admin portal disabled Note in release notes that admin portal is disabled in Dublin due to security issues. Change-Id: I18250f9ef9b41aed5f9c718198e67d2cb2cb9f8a Issue-ID: SDNC-794 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-13Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 763c4389131d54f929f4f3c6837b1a5c3aeff46c - Merge "Bump up clamp version" - Bump up clamp version Update clamp version to latest Issue-ID: CLAMP-408 Change-Id: I59b01cf3f9cdd37b5d0c48f63bea33d99040fea4 Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
2019-06-13Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to d53f13862f31660a4df2de56a4492b2cc400ec8f - Merge "Update helm charts to use final version of SDNC and CDS docker images" - Update helm charts to use final version of SDNC and CDS docker images Update helm charts to use final Dublin version of SDNC docker images (version 1.5.4) and CDS docker images (version 0.4.5) Change-Id: Ibb8ca03fe2a924329b39205bc14b165456e273b7 Issue-ID: SDNC-795 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-13Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/ccsdk/distribution.git from branch 'master' to 428403f72cd97df8bdded8dadb624cd01dde459a - Add base ODL Neon container Create base ODL Neon container Change-Id: I1c26f70e381de30377bb51333fe4b5846ebf2075 Issue-ID: CCSDK-1388 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-13Update git submodulesshrikantawachar1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to d5b983f7c1d7c34ae99301ed65a10a65d280e49c - Upgrade SDC from Titan to Janus Graph Upgrade SDC from Titan to Janus Graph Change-Id: I6ba55643f05e83ac3b63cb9b72b69d3bf700aeab Issue-ID: SDC-2296 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
2019-06-13Update git submodulesSerge Simard1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 39167cccae3271603819aa39c6476e434c759533 - Various bug fixes encountered during remote ansible executor development. - Upload CBA sometimes failed because Property files were left opened. - Default value were ignored on datatype elements. - Various erroneous error messages - Fixed job template lookup by name encoding when name contains blanks. Issue-ID: CCSDK-1357 Signed-off-by: Serge Simard <serge@agilitae.com> Change-Id: If9d4b0339d647e6c99121f5464a1b6da787761a0 Signed-off-by: Serge Simard <serge@agilitae.com>
2019-06-13Update git submodulesPetr Ospalý1-0/+0
* Update docs/submodules/sdnc/oam.git from branch 'master' to 8436b953a938452f2d7c865e3bc2449ecfcabdea - Fix admportal image Docker container should be stateless and be self-contained. When image is run as container it should behave exactly the same with each run. This commit moves npm install stuff into docker build stage where it belongs. Please, read: https://docs.docker.com/get-started/part2/ Issue-ID: SDNC-685 Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com> Change-Id: I4ff18b313a9af400bbfc2cbf6f4a1b1334593d9a
2019-06-13Update git submodulesPiotr Borelowski1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 6a000e1f45c851ac81debe326e1f1e931987612e - Added unit tests for SpringCLITool Improved the unit test coverage in the package org.openecomp.sdc.asdctool.cli Issue-ID: SDC-2327 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: Ie5b262587ae704952eb75f8f4008f4d321a4acbd
2019-06-13Update git submodulesMichal Kabaj1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 6c98119d3f394b85683aa1625ca2c63d76235e36 - AaiController unit tests - unit tests for getPNFInstances Change-Id: I9d77ad0e15be23dc169721c6b73bea9fb1ecaf19 Issue-ID: VID-478 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2019-06-13Update git submodulesPrudence Au1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 8f04ed2a73c671717c50a0e27699ac3ff690c2a6 - LOG-1065 Update the version of pomba-audit-commom Change-Id: Ic7b368a73c196a4d0fa4e901f4722175889ac4ee Issue-ID: LOG-1065 Signed-off-by: Prudence Au <prudence.au@amdocs.com>
2019-06-12Update git submodulesTaka Cho1-0/+0
* Update docs/submodules/appc/deployment.git from branch 'master' to d3f590c87f20a26272cbaf9d6fde1dcc2e7466b8 - move http to https use jetty to move to https Issue-ID: APPC-1573 Change-Id: I814e8159d39f7e09cfbfcf5a314a1909774486cc Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-06-12Update git submodulesYang Xu1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 6eea27eadbdd3e3ce2d1268504ca6357190ae28e - Disable log/pomba in integration lab installation Signed-off-by: Yang Xu <yang.xu@futurewei.com> Issue-ID: INT-1102 Change-Id: I9269eb098797e08ab3de297eacacd156a7a0d783
2019-06-12Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to e460f96434c09d520f5545fecbdb2273076474f0 - Merge "Document OJSI-188 vulnerability" - Document OJSI-188 vulnerability Issue-ID: OJSI-188 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I6d088a55e85f77b4e4b783b0981193b1844a6150
2019-06-12Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 71e31f8826140ebccd02eae07f3c69a34635cc9c - Merge "Document OJSI-134 vulnerability" - Document OJSI-134 vulnerability Issue-ID: OJSI-134 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ic48733b90bc80836fadb78c085b378180c5cb1c3
2019-06-12Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 53c4fe515fa41702f7cd50e795f624224ff282b7 - Merge "Improve security release notes" - Improve security release notes In order to provide users with more details of project's state in terms of security let's divide the security release notes into three sections: - Fixed Security Issues Contains a list of security fixes merged during this release (especially those reported via OJSI tickets). - Known Security Issues Contains a list of vulnerabilities detected in project during release which have not been fixed yet and thus should be mitigated by the user. - Known Vulnerabilities in Used Modules Contains information about NexusIQ scan results Issue-ID: SECCOM-238 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I029a60199831c5a899a2a72e32f61ffbeb756ea8
2019-06-12Update git submodulesMichal Ptacek1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to f78d3e59c6e317935eb15a2a22e3dfe118ad3213 - Merge "Fixing mso-simulator patching" - Fixing mso-simulator patching Original patch did not work as /etc/hosts file is administrated by kubernetes. That msosimulator.sh is also sourced into configMap and wrongly transferred back to shell script. This patch is providing smarter way for patching /etc/hosts file which is still needed. Change-Id: I52595f7bd5231893621e08a2fd355bdb57057222 Issue-ID: OOM-1869 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
2019-06-12Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 66965fca9def6007465aacc2fed220690229c9c5 - Set version for MarkupSafe to 0.23 As MarkupSafe>=1.0 is not found in Nexus, fixing version to 0.23 which is the last version possible to use with Jinja 2.10.1 Jinja 2.10.1 is required by flask 1.0.3 installed in mso-simulator container in oof-oof-cmso-service Relates to OOM-1869 Issue-ID: OOM-1920 Change-Id: I02d5fb01db12aa2a3a55df4be65817e22b589c32 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
2019-06-12Update git submoduless003703461-0/+0
* Update docs/submodules/policy/apex-pdp.git from branch 'master' to 3f53167d98e00198c15c950d9b7ba4ea8b4a4c05 - BBS APEX policy not updating PNF attachment point after relocation Issue-ID: POLICY-1835 Signed-off-by: s00370346 <swarup.nayak1@huawei.com> Change-Id: I47473444b58fa3b064ba142ce13c5e3520adb8c7
2019-06-12Update git submodulesInstrumental1-0/+0
* Update docs/submodules/aaf/authz.git from branch 'master' to a77e3d6e9180c1722a9d18f7717034bb0650a130 - Update for more Logging Info Issue-ID: AAF-853 Change-Id: I51e9160e2b53ebf74ba5f93c9a634a790f7ed848 Signed-off-by: Instrumental <jonathan.gathman@att.com>