Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
84 views
in Technique[技术] by (71.8m points)

node.js - Is it safe to host my applications entire backend code on GitHub?

I know that pushing my frontend code on GitHub is absolutely safe. But what concerns me is my backend code. I want to showcase my server-side coding skills to my future recruiters. But what if my backend code has a serious vulnerability in it and someone reads my code and exploits the vulnerability? So basically what I am trying to say is I can push my normal project's backend source code on GitHub but is it worth it to host the backend code of a production website which is hosted on cloud and exploiting it can cost me money as well as lose the users of that app?

question from:https://stackoverflow.com/questions/65919669/is-it-safe-to-host-my-applications-entire-backend-code-on-github

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

yes if you write your code correctly and safe; but there is always chance of serious vulnerability but may some kind people review your code, detect it and fix it for you; it’s a double edge sword. but if you are an intermediate programmer suggested you don’t publish your code public


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...