summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-08-06Fix sonar issues in portalParshad Patel3-12/+13
Use a logger to log this exception Make sure creating this cookie without the "secure" flag is safe here Either re-interrupt this method or rethrow the "InterruptedException" Issue-ID: PORTAL-562 Change-Id: I91d6adce835d9adec4328642e8445f074f7d2d57 Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-08-05Merge "Fix for NullPointerException in ecomp-portal-BE-common"Manoop Talasila2-58/+83
2019-08-05Merge "Fix copy&paste typo in b2bWhenScrollEnds"Manoop Talasila1-1/+1
2019-08-01Release latest portal docker imagesManoop Talasila1-1/+0
Commenting the line as we do not want the build number to be part of portal_tag Issue-ID: PORTAL-685 Signed-off-by: Manoop Talasila <talasila@research.att.com> Change-Id: I086937664c57b3c5ea022d7e21fbec0efc26a49f
2019-08-01Merge "Updated Dubline Release Notes"Manoop Talasila1-4/+8
2019-08-01Merge "Release latest portal docker images"Sunder Tattavarada1-1/+1
2019-08-01Updated Dubline Release NotesWelch, Lorraine (lb2391)1-4/+8
Issue-ID: PORTAL-592 Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com> Change-Id: Ied0c6b28e10630d6917b174b65a72448e01c63e4
2019-08-01Release latest portal docker imagesManoop Talasila1-1/+1
update env file to tag "elalto" docker versions for now to test Issue-ID: PORTAL-685 Signed-off-by: Manoop Talasila <talasila@research.att.com> Change-Id: I10edbddb4325a29e176a5513360333a3f5e6dcfa
2019-08-01Merge "Release latest portal docker images"Lorraine Welch1-1/+1
2019-08-01Merge "Enable jscript code coverage for accessment"Lorraine Welch1-2/+2
2019-08-01Merge "Update oparent version"Lorraine Welch1-1/+1
2019-08-01Fix copy&paste typo in b2bWhenScrollEndsArtem Naluzhnyy1-1/+1
Coverity-scan: CID-192000 Issue-ID: PORTAL-684 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: I582732835a39240dafb9bed9a8ddd4a564b071b3
2019-08-01Fix for NullPointerException in ecomp-portal-BE-commonParshad Patel2-58/+83
A "NullPointerException" could be thrown; "epUser" is nullable here Either log or rethrow this exception Issue-ID: PORTAL-562 Change-Id: I11a72534f75efec474f49f8a5cb66affb810348f Signed-off-by: Parshad Patel <pars.patel@samsung.com>
2019-07-31Release latest portal docker imagesManoop Talasila1-1/+1
update env file to 2.6.0 to build 2.6.0-SNAPSHOT docker versions for now to test Issue-ID: PORTAL-685 Signed-off-by: Manoop Talasila <talasila@research.att.com> Change-Id: I8019c7183b2d7579556c9c0daf5ac8e910b6ec42
2019-07-31Enable jscript code coverage for accessmentManoop Talasila1-2/+2
Issue-ID: PORTAL-678 Signed-off-by: Manoop Talasila <talasila@research.att.com> Change-Id: I18a987dc2fbec7b10b3394cd46c36b21a0008aa7
2019-07-31Merge "Fix typo in addNewUser()"Manoop Talasila1-1/+1
2019-07-31Merge "Fix typo in isCssReady()"Manoop Talasila1-1/+1
2019-07-31Merge "Fix null pointer exception"Manoop Talasila1-3/+3
2019-07-31Merge "General sonar fixes"Manoop Talasila2-26/+16
2019-07-31Update oparent versionManoop Talasila1-1/+1
Update oparent version to 2.0.0 Issue-ID: PORTAL-679 Signed-off-by: Manoop Talasila <talasila@research.att.com> Change-Id: I228a14b62ae0c4d388594558be1f9dbfc0346711
2019-07-30Fix typo in addNewUser()Artem Naluzhnyy1-1/+1
Coverity-scan: CID-192094 Issue-ID: PORTAL-684 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: If6dccd56be6c755771be7bf3724ee66ed10ac606
2019-07-30Fix typo in isCssReady()Artem Naluzhnyy1-1/+1
Coverity-scan: CID-192115 Issue-ID: PORTAL-16 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: If4aacbb6e7f2cdf6895a1ca6130247b8238414ef
2019-07-23Fix null pointer exceptionArindam Mondal1-3/+3
+) Fix NPE ++) implement equals instead of == Issue-ID: PORTAL-680 Change-Id: I3a0df60b6171b114afc841b40838f6a4484370ee Signed-off-by: arind.mondal <arind.mondal@samsung.com>
2019-07-22Merge "XSS Vulnerability fix in DashboardController"Manoop Talasila4-77/+161
2019-07-22Merge "XSS Vulnerability fix in ↵Manoop Talasila5-212/+436
ExternalAccessRolesControllerDashboardController"
2019-07-22Merge "XSS Vulnerability fix in AuxApiRequestMapperController"Manoop Talasila5-22/+352
2019-07-22Merge "XSS Vulnerability fix in SharedContextRestController"Manoop Talasila3-70/+200
2019-07-22Merge "XSS Vulnerability fix in WidgetsController"Manoop Talasila3-25/+106
2019-07-22Merge "XSS Vulnerability fix in AuditLogController"Manoop Talasila2-20/+42
2019-07-22Merge "XSS Vulnerability fix in AppContactUsController"Manoop Talasila3-52/+101
2019-07-22Merge "XSS Vulnerability fix in AppsController"Manoop Talasila8-127/+209
2019-07-22General sonar fixesArindam Mondal2-26/+16
+) removed unused imports and done formatting Issue-ID: PORTAL-680 Change-Id: I1f6ceca61dfc59726cc9e5f7ad802e5c9b0f4d6e Signed-off-by: arindamm <arind.mondal@samsung.com>
2019-07-19Merge "NoClassDefFoundError javax/xml/bind/ValidationException"Lorraine Welch1-0/+5
2019-07-15XSS Vulnerability fix in DashboardControllerDominik Mizyn4-77/+161
Custom data validator used to fix this issue. Issue-ID: OJSI-15 Change-Id: I84bfb81e5d87f80211d46d1141cbf8e4075660fe Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-07-15XSS Vulnerability fix in ExternalAccessRolesControllerDashboardControllerDominik Mizyn5-212/+436
Custom data validator used to fix this issue. Issue-ID: OJSI-15 Change-Id: I9a978846ffc50d840a676b994aa4fb89248b5372 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-07-15XSS Vulnerability fix in AuxApiRequestMapperControllerDominik Mizyn5-22/+352
Custom data validotor is used to valid incoming data. Issue-ID: OJSI-15 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: I1b2a1fe0fcb6278a7b12017479243009142c2cbd
2019-07-12NoClassDefFoundError javax/xml/bind/ValidationExceptionDominik Mizyn1-0/+5
Add dependency to pom.xml file Issue-ID: PORTAL-660 Change-Id: I02e21024d10cca71b2f090117fb0afdf0b29578b Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-07-12Unused classes delete from PortalDominik Mizyn3-514/+0
These classes are unused anywhere in the Portal project. Issue-ID: PORTAL-655 Change-Id: If92d0df0efb0b5120190a44c46b2fed31ba32b89 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-07-12XSS Vulnerability fix in SharedContextRestControllerDominik Mizyn3-70/+200
Custom data validator used to secure this class Issue-ID: OJSI-15 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: I231731b9deb60310b698d70179cddd471cffd7fb
2019-07-12XSS Vulnerability fix in WidgetsControllerDominik Mizyn3-25/+106
Custom data validator used to fix this issue. Issue-ID: OJSI-15 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: I0113097b2118656780f4f9bca8b4ee99e85b6f6d
2019-07-12XSS Vulnerability fix in AuditLogControllerDominik Mizyn2-20/+42
Custom data validator used to fix this issue. Issue-ID: OJSI-15 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Iafaca1806cf7106b91efdfd9cb40132020b114f2
2019-07-12XSS Vulnerability fix in AppContactUsControllerDominik Mizyn3-52/+101
Custom data validator used to fix this issue. Issue-ID: OJSI-15 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Ie8df4df552cfe53e3839c7021284f0226ea56a39
2019-07-12XSS Vulnerability fix in AppsControllerDominik Mizyn8-127/+209
Custom XSS filter used to fix thisa issue. DataValidator upgrade to single instance of ValidatorFactory; Issue-ID: OJSI-15 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: I7222cfb84e1e5bb240619aac9c7bca85d215229a
2019-07-11CRLF fix in your-angular-app.rst fileDominik Mizyn1-55/+55
Fix CRLF Issue-ID: PORTAL-659 Change-Id: I562115ec29306e8a73b31f1f0e62e05b54cfdd9d Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-07-10Revert "Fix sql injection vulnerability"Krzysztof Opasiak2-6/+3
This reverts commit 941133a42bad6a1d73c63913a950d1e4bc814fde. This is required because this commit breaks the portal unit test due to some other changes that happen between verify job and merge of that commit. Issue-ID: OJSI-174 Change-Id: Ieb53f8ba23e2b1b05c67ec4d7d51c6d5107cfb87 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2019-07-10Merge "LanguageServiceImpl logging vulnerability fix"Sunder Tattavarada1-14/+20
2019-07-10Merge "EPAppServiceImpl class fix."Sunder Tattavarada1-35/+9
2019-07-09Merge "SharedContext class DB constraints"Manoop Talasila1-116/+25
2019-07-09Merge "FunctionalMenuRole class DB constraints"Manoop Talasila2-78/+29
2019-07-09Merge "PortalAdmin class DB constraints"Manoop Talasila1-32/+14