-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetosense API - variable name change and generate PDF correction #34
Conversation
@drtechie and @ravishanigarapu |
@devikasuresh20 As far as I understand, CodeQL has detected |
src/main/java/com/iemr/tm/service/foetalmonitor/FoetalMonitorServiceImpl.java
Dismissed
Show dismissed
Hide dismissed
@drtechie |
@drtechie As discussed, I added host name check also. But still same error from codeql. @drtechie and @ravishanigarapu Can we make it as false positive ? |
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove unused code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
@devikasuresh20 sounds okay to me. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks ok to me
#35) * Corrected the properties variable name for ANC fetosense test * Corrected partner fetosense Id variable name in FeotalMonitorData * Corrected GeneratePDF from reportPath * Added protocol check condition to identify invalid protocol * Added condition to check filepath * Added new URL inside condition check * Added hostname comparison in foetalMonitor update * fetosense update api - generate pdf changes --------- Co-authored-by: Devika <[email protected]>
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
Checklist: