This repository was archived by the owner on Aug 26, 2022. It is now read-only.
Conversation
TCP / UDP ports are Uint16 and 0 is reserved Other ports are reserved too, but checking for this range is the minimum
Codecov Report
@@ Coverage Diff @@
## develop #162 +/- ##
===========================================
+ Coverage 75.05% 76.25% +1.19%
===========================================
Files 116 117 +1
Lines 6538 6880 +342
===========================================
+ Hits 4907 5246 +339
+ Misses 1391 1384 -7
- Partials 240 250 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Kind:
Add security fixes for #160 and #159
Section:
authsvc and insprd have been updated in this PR
for authsvc the bitsize was lift to 2048 bits
for insprd added a check to the port size to be a guaranteed TCP / UDP port
Summary:
Changelog
Pay attention to
Need to add changelog before merge :)