You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by "Luke-Roy-IBM (via GitHub)" <gi...@apache.org> on 2023/03/06 14:53:07 UTC

[GitHub] [openwhisk-runtime-go] Luke-Roy-IBM opened a new pull request, #190: Update net Package as temporary vulnerability fix

Luke-Roy-IBM opened a new pull request, #190:
URL: https://github.com/apache/openwhisk-runtime-go/pull/190

   code can be removed when the base image updates standard library 
   ```bash
     #Update net Package as temporary vulnerability fix
     cd /usr/local/go/src/ &&\
     go get -u golang.org/x/net@v0.8.0 &&\
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk-runtime-go] dgrove-oss merged pull request #190: Update net Package as temporary vulnerability fix

Posted by "dgrove-oss (via GitHub)" <gi...@apache.org>.
dgrove-oss merged PR #190:
URL: https://github.com/apache/openwhisk-runtime-go/pull/190


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk-runtime-go] Luke-Roy-IBM commented on pull request #190: Update net Package as temporary vulnerability fix

Posted by "Luke-Roy-IBM (via GitHub)" <gi...@apache.org>.
Luke-Roy-IBM commented on PR #190:
URL: https://github.com/apache/openwhisk-runtime-go/pull/190#issuecomment-1456316582

   @dgrove-oss Could you Please review and merge :)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org