All Projects → forter → Security 101 For Saas Startups

forter / Security 101 For Saas Startups

Licence: other
security tips for startups

Projects that are alternatives of or similar to Security 101 For Saas Startups

Cnn handwritten chinese recognition
CNN在线识别手写中文。
Stars: ✭ 365 (-91.68%)
Mutual labels:  chinese
Chineseutil
PHP 中文工具包,支持汉字转拼音、拼音分词、简繁互转、数字、金额大写;QQ群:17916227
Stars: ✭ 413 (-90.58%)
Mutual labels:  chinese
Thuocl
THUOCL(THU Open Chinese Lexicon)中文词库
Stars: ✭ 443 (-89.9%)
Mutual labels:  chinese
Chaizi
漢語拆字字典
Stars: ✭ 384 (-91.24%)
Mutual labels:  chinese
Raft Zh cn
Raft一致性算法论文的中文翻译
Stars: ✭ 4,684 (+6.82%)
Mutual labels:  chinese
Zhparser
zhparser is a PostgreSQL extension for full-text search of Chinese language
Stars: ✭ 418 (-90.47%)
Mutual labels:  chinese
Cope
A modern IDE for writing classical Chinese poetry 格律诗编辑程序
Stars: ✭ 362 (-91.74%)
Mutual labels:  chinese
Zh.javascript.info
现代 JavaScript 教程(The Modern JavaScript Tutorial)
Stars: ✭ 5,656 (+28.99%)
Mutual labels:  chinese
Promote Your Next Startup
🚀 Free resources you may use to promote your next startup
Stars: ✭ 412 (-90.6%)
Mutual labels:  startup
Chinese Calendar
📅 中国农历(阴历)与阳历(公历)转换与查询工具
Stars: ✭ 428 (-90.24%)
Mutual labels:  chinese
Padavan
padavan 简体中文 & 路由器适配
Stars: ✭ 385 (-91.22%)
Mutual labels:  chinese
Jetbrains In Chinese
JetBrains 系列软件汉化包 关键字: Android Studio 3.5 汉化包 CLion 2019.3 汉化包 DataGrip 2019.3 汉化包 GoLand 2019.3 汉化包 IntelliJ IDEA 2019.3 汉化包 PhpStorm 2019.3 汉化包 PyCharm 2019.3 汉化包 Rider 2019.3 汉化包 RubyMine 2019.3 汉化包 WebStorm 2019.3 汉化包
Stars: ✭ 3,912 (-10.79%)
Mutual labels:  chinese
Deep Learning Resources
由淺入深的深度學習資源 Collection of deep learning materials for everyone
Stars: ✭ 422 (-90.38%)
Mutual labels:  chinese
Awesome Management
👔 Awesome Engineering Team Management
Stars: ✭ 371 (-91.54%)
Mutual labels:  startup
Jionlp
中文 NLP 任务预处理工具包,准确、高效、零使用门槛
Stars: ✭ 449 (-89.76%)
Mutual labels:  chinese
Conf
Конспекты докладов IT-конференций
Stars: ✭ 365 (-91.68%)
Mutual labels:  startup
Vim Startify
🔗 The fancy start screen for Vim.
Stars: ✭ 4,479 (+2.14%)
Mutual labels:  startup
Chinesenre
中文实体关系抽取,pytorch,bilstm+attention
Stars: ✭ 463 (-89.44%)
Mutual labels:  chinese
Manim Tutorial Cn
manim中文入门教程
Stars: ✭ 448 (-89.78%)
Mutual labels:  chinese
rasa chatbot
A Chinese task oriented chatbot in IVR(Interactive Voice Response) domain, implement by rasa. This is a demo with toy dataset, more data should be added for performance.
Stars: ✭ 428 (-90.24%)
Mutual labels:  chinese

中文翻译

Security 101 for SaaS startups

Things I wish my first boss had told me

So you are working at a startup, and you have been wondering at what point should you start looking into security considerations and compliance? Which technical debt should be postponed for a later stage, and which systems should be hardened this instant? What are the main considerations?

Technical debt gets piled up, and in many cases it is easier to pay later rather than now. For example, if you are using ElasticSearch without username/passwords, you should double check your firewall settings. After round-B your startup would probably have the manpower and budget to properly secure the ElasticSearch cluster.

Startup culture is a bit more difficult to change "later". Let's take a trivial example. Developers that are used to pushing code without code review, would complain that peer review would bog down the development, and it might even smell "too corporate" for them.

So which security considerations are relevant at an early stage?

  • What security concerns were raised by customers willing to pay for your product?

  • What are the security expectations in your industry (Medical, Finance, Enterprise)?

  • What are the target market (country) regulations (Data Privacy, Data Residency)? Europeans are known to have tougher regulations. Different US States have different regulations.

  • Which tools and policies would not hurt your team's morale.

  • How long would it take you to prepare a security risk plan (see example at the bottom of this document)?

    • What is the impact of Intellectual Property theft, business plans theft, bitcoin/ec2 theft, losing all your data ? How would it affect your sales, customers, investors?

    • How can you protect against a data breach?

    • How can you reduce the exposure after a data breach?

We grouped together the expected security recommendations by the different phases a start-up goes through. The more money and data the startup handles, the bigger the investment in security:

continue reading

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].