Skip to content
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

Add new resources to OSS security project #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions projects/security-ramifications-of-open-source-software.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,28 @@ export const team = [
},
];

<!-- export const resources = [
export const resources = [
{
title: "Proposal",
link: "https://example.com",
title:
"Securing Our Dependence on Code Reuse in Software",
link: "https://cis-india.org/openness/securing-our-dependence-on-code-reuse-in-software",
linkText: "Read More",
author: "Divyank Katira",
},
]; -->
{
title:
"Security of Open Source Software : A Survey of Technical Stakeholders’ Perceptions and Actions",
link: "https://cis-india.org/openness/security-of-open-source-software-a-survey-of-technical-stakeholders2019-perceptions-and-actions-1",
linkText: "Read More",
author: "Divyansha Sehgal",
},
];

# Security Ramifications for Open Source Software
# Security Ramifications of Open Source Software

How do technical decision-makers assess the security ramifications of open source software components before adopting them in their projects and where can systemic interventions to the FOSS ecosystem be targeted to collectively improve its security?

Security is a critical part of the often overlooked area of open source software maintenance. While the benefits of FOSS are well recognized, there is no widespread understanding of the security tradeoffs of pervasive software reuse.
Security is a critical part of the often overlooked area of open-source software maintenance. While the benefits of FOSS are well recognized, there is no widespread understanding of the security tradeoffs of pervasive software reuse.

This project will use a mix of qualitative research to examine attitudes of technical decision-makers towards the security of FOSS components, and empirical analysis to study their security failures at an infrastructural level to identify and proactively respond to systemic issues in the FOSS ecosystem.

Expand Down