[Legal] Found IP issue in the Kura port for Windows
See original GitHub issueTwo legal/IP issues have been found in the following commit:
https://github.com/eclipse/kura/commit/741220741bf613a43040afaa890f37f96ccf0c6d
- In 
kura/distrib/src/main/resources/Win64-nn/Kura_x64.nsithe macro_ReplaceInFileis not an original work by Martin Malik but has been copied from the NSIS web site. No CQ has been filed for this code snippet. - In 
target-platform/org.eclipse.kura.windows.launcher/src/main/c/main.candtarget-platform/org.eclipse.kura.windows.service/src/main/c/main.cthe functionstr_replaceis not an original work of Martin Malik but has been copied from Stack Overflow. No CQ has been filed for this code snippet. 
The offending commit above appeared on the Kura develop branch after the latest Kura 2.0.1 release. No Kura release has been issued including this commit.
Martin Malik is working to provide alternative and original implementations of _ReplaceInFile and str_replace to amend the commit above.
@malikm Can you please identify the license for each of the two functions above?
Issue Analytics
- State:
 - Created 7 years ago
 - Comments:40 (40 by maintainers)
 
Top Results From Across the Web
Eclipse Community Forums: Kura » firewall warning
Hello, I would suggest you to perform the following steps: 1. Open port 1234 (or the port on which the server is listening...
Read more >TCP/IP port exhaustion troubleshooting - Windows Client
Learn how to troubleshoot port exhaustion issues. Port exhaustion occurs when all the ports on a machine are used.
Read more >Guidance for troubleshooting TCP/IP communication
Introduces general guidance for troubleshooting scenarios related to TCP/IP communication.
Read more >How to configure RPC to use certain ports and how to help ...
Explains how to force ports to use certain ports and then secure those ports by using IPsec. This procedure is performed at a...
Read more >Configure firewall for AD domain and trusts - Windows Server
The new default start port is 49152, and the default end port is 65535. Therefore, you must increase the RPC port range in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

OK then let’s do the following first:
This should be done by replacing the original Windows commits (https://github.com/eclipse/kura/pull/313 and https://github.com/eclipse/kura/pull/319) with sanitized ones (rebase).
Does everybody agree with this ?
Edit: Oh we have a Like button here as well 😃
I’ve rewritten the repository history. This can be closed.