-
Notifications
You must be signed in to change notification settings - Fork 23
QD Security Vulnerability Declaration: REP 2006 #24
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
Conversation
Signed-off-by: Chris Lalancette <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #24 +/- ##
=======================================
Coverage 25.43% 25.43%
=======================================
Files 26 26
Lines 798 798
Branches 185 185
=======================================
Hits 203 203
Misses 432 432
Partials 163 163
Continue to review full report at Codecov.
|
chapulina
left a comment
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.
The REP is in.
emersonknapp
left a comment
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.
Did the newline format change or something? A little confused why all lines are marked as diff. Looks fine though
Yeah, it was all DOS line endings before, but the script I used to do all of this automatically converted them to Unix line endings. Given that the rest of this package all uses Unix line endings, I figured that was the way to go, so I left it. |
Signed-off-by: Chris Lalancette <[email protected]> Co-authored-by: Emerson Knapp <[email protected]>
Signed-off-by: Chris Lalancette <[email protected]> Co-authored-by: Emerson Knapp <[email protected]> Signed-off-by: ahcorde <[email protected]>
* Add Security Vulnerability Policy pointing to REP-2006. (#24) Signed-off-by: Chris Lalancette <[email protected]> Co-authored-by: Emerson Knapp <[email protected]> Signed-off-by: ahcorde <[email protected]> * Updated QD to 3 (#30) Signed-off-by: ahcorde <[email protected]> * Updated QD Performance tests (#58) Signed-off-by: ahcorde <[email protected]> * updated QD links to foxy Signed-off-by: ahcorde <[email protected]> * fixed some links in the QD Signed-off-by: ahcorde <[email protected]> * Updated some QL in the QD Signed-off-by: ahcorde <[email protected]> * udpate QD Signed-off-by: ahcorde <[email protected]> Co-authored-by: Chris Lalancette <[email protected]> Co-authored-by: Emerson Knapp <[email protected]>
This PR adds a link to REP-2006 (the Security Vulnerability Declaration) to the Quality Declaration for this repository.
FYI, this seems to touch every line because the script I used changed this from DOS line endings to Unix ones; I think we should keep it that way.
Connects to ros2/ros2#924.