aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-04-21Merge "Check if command line arguments are used properly"Krzysztof Kuzmicki2-2/+6
2020-04-21Provide the parametrized type for this genericBogumil Zebek2-10/+10
Generic types shouldn't be used raw (without type parameters) in variable declarations or return values. Doing so bypasses generic type checking, and defers the catch of unsafe code to runtime. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I211f57a49a78edcb538a9c9d19e543371811845b
2020-04-21Fix sonar issue NetconfEndpointAleksandra Maciaga1-2/+2
Issue-ID: INT-1517 Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: Ie6d5f5b32dc28ac64a95cec90d483476aee39451
2020-04-21Merge "Fix security vulnerable"Krzysztof Kuzmicki1-1/+6
2020-04-21Merge "Add lombok annotations config to be skipped in coverage"Bogumil Zebek1-0/+2
2020-04-21Fix sonar issue NetconfConfigurationServiceAleksandra Maciaga1-2/+2
Issue-ID: INT-1517 Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: I08192bfd07455f7aa929060840d7e63d9a00f156
2020-04-21Check if command line arguments are used properlyBogumil Zebek2-2/+6
Yes. Parameters are used properly. Thus we will turn off SONAR rule (Using command line arguments is security-sensitive) for this main functions. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I659ba8d6d932653f4866667faa04236a72d77b6b
2020-04-21Fix security vulnerableBogumil Zebek1-1/+6
User provided data, such as URL parameters, POST data payloads or cookies, should always be considered untrusted and tainted. Applications logging tainted data could enable an attacker to inject characters that would break the log file pattern. This could be used to block monitors and SIEM (Security Information and Event Management) systems from detecting other malicious events. This problem could be mitigated by sanitizing the user provided data before logging it. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Ifc4cd24daba49c3fe2e41a5709a87d5cf3daa642
2020-04-21Merge "Remove unused/duplicated dependencies and group them in scope groups"Bogumil Zebek3-119/+282
2020-04-21Add lombok annotations config to be skipped in coverageMichal Banka1-0/+2
Change-Id: Iffde6ca3be457b18490b4025c70acc963963a209 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: INT-1517
2020-04-21Merge "Resolve checkstyle warnings in PNF simulator"Bogumil Zebek41-564/+586
2020-04-21Remove unused/duplicated dependencies and group them in scope groupsPawel3-119/+282
Issue-ID: INT-1517 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ied46b2a6f33711aa5cde3328353f33011ff0c3cd
2020-04-21Fix sonar issue KafkaListenerHandleredyta1-9/+6
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I1e65a3c0a1bb12d0809dc33a491b81d0b58fb324
2020-04-21Resolve checkstyle warnings in PNF simulatorBartosz Gardziejewski41-564/+586
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I43e9f129c24ef33d93b550600e4dd850f881126b
2020-04-21Merge "Extract versions to properties"Bogumil Zebek3-105/+143
2020-04-20Extract versions to propertiesPawel3-105/+143
Issue-ID: INT-1517 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: If966e5f755fc22ad428141bc9d3fdbeb756fa6f8
2020-04-20Add test for DBTemplateReaderBogumil Zebek1-0/+81
Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Iccd03fa2b784fc249536103a4e3184824d2c6486
2020-04-20Merge "Fix sonar issue SslSupportLevel"Bogumil Zebek1-1/+1
2020-04-20Merge "Fix sonar issue HttpClientAdapterImpl"Bogumil Zebek1-12/+12
2020-04-20Merge "Fix sonar issue EventScheduler"Bogumil Zebek1-32/+31
2020-04-20Merge "Fix sonar issue EventJob"Bogumil Zebek1-5/+6
2020-04-20Merge "Fix sonar issue SimualtorService"Bogumil Zebek1-4/+4
2020-04-20Merge "Fix sonar issue FsToDbTemplateSynchronizer"Bogumil Zebek1-1/+1
2020-04-20Merge "Fix sonar Keyword"Bogumil Zebek1-7/+9
2020-04-20Merge "Fix sonar issue SslSupportLevel"Bogumil Zebek1-3/+0
2020-04-20Merge "Fix sonar issue ResponseBuilderTest"Bogumil Zebek1-7/+8
2020-04-20Merge "Fix sonar issue WatcherEventProcessorTest"Bogumil Zebek1-10/+11
2020-04-20Merge "Fix sonar issue KeywordsValueProviderTest"Bogumil Zebek1-12/+13
2020-04-20Fix sonar issue SslSupportLeveledyta1-4/+1
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Ib871854a2becfbef7cf568f09f20b61b72361547
2020-04-17Fix sonar issue HttpClientAdapterImpledyta1-12/+12
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I4b3ccce1525f57102b1a0ed47e1b017f7daebd17
2020-04-17Fix sonar issue EventScheduleredyta1-32/+31
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I77f0858d83aa1ccaab735bff9515366374ba4179
2020-04-17Fix sonar issue SimualtorServiceedyta1-4/+4
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I1aeb643ac21c2230860bda3eb7771924e4668016
2020-04-17Fix sonar issue SslSupportLeveledyta1-3/+0
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Ia9335aa1a3511d2c6dae4d845584c3ef36274349
2020-04-17Fix sonar Keywordedyta1-7/+9
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I9957d54a84a6c093e1289b66b45585a8c2b71f0e
2020-04-17Fix sonar issue EventJobedyta1-5/+6
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I973fe6d5854d50d93a6bf874d3066b6137a6012b
2020-04-17Fix sonar issue FsToDbTemplateSynchronizeredyta1-1/+1
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I492f6453558bf26b80319b34545b956fe9ae9d45
2020-04-17Fix sonar issue WatcherEventProcessorTestedyta1-10/+11
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Ieb636249c1a6dd5867050e7d788192ef40341ead
2020-04-17Fix sonar issue ResponseBuilderTestedyta1-7/+8
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I5fbd02d8e81bbaf46230556703ebdeb0cc653471
2020-04-17Fix sonar issue KeywordsValueProviderTestedyta1-12/+13
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I092e792087463e7331549bb14d0bc4a7f550b342
2020-04-17Fix sonar issue SslSupportLevelTestedyta1-3/+3
Issue-ID: INT-1517 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I69522e0cbccb5f24f7fc8f29f0ee2ee7c866b0ef
2020-04-17Merge "Add README.md to parent"Krzysztof Kuzmicki1-0/+42
2020-04-17Add README.md to parentBogumil Zebek1-0/+42
README.md with basic information's about project configuration, building, etc. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Id3ea8bdffc93f1cb50c21312763182c28eb86700
2020-04-16Move netconf integration tests to separate catalogBartosz Gardziejewski5-23/+36
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I814439a6b0ab7fbe08253c7bd9639bde3320ece2
2020-04-15Merge "Fix failing netconf integration tests"Bogumil Zebek1-6/+6
2020-04-15Add JaCoCo to netconf simulatorBartosz Gardziejewski1-0/+22
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Icba743d9a7d8db59a7694c98e57d591b0f30988b
2020-04-15Fix failing netconf integration testsBartosz Gardziejewski1-6/+6
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I98e22b54fe366bec392cf7f37c0fd52417ff2433
2020-04-15Fix tagging of netopeer imageBartosz Gardziejewski1-0/+3
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Idfee1f28fffb67043381b3185f7aae949a2a52db
2020-04-15Updating oparent to 2.1.0 and adding JaCoCoBartosz Gardziejewski2-1/+24
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I1dc20dd5394de4c1576ec6f0803054ca3e636e19
2020-04-15Adding version as variable in DockerfilesBartosz Gardziejewski3-3/+12
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I701583e9d5ed1089178cd5bd590034dd7bcc9402
2020-04-15Remove JaCoCo pluginBartosz Gardziejewski1-25/+0
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I2d09f4b1555fcc4226e6453f403916ea931266ad