Improving Trust and Security in Open Source Projects
A proposal to build and operate a program called the Trust and Security Initiative (TSI) and a set of recommendations for other security issues that need investment and help.
If you open the news on any given day and read about the latest data breach, you are reminded that software security is hard.
When you take a step back and think about the volume of emerging technology and think about industry trends such as increasing the velocity of software releases and the reuse of code and services, you could be forgiven for holding your hands up and concluding that things are trending in the wrong direction for us to ever have secure software.
Read More
Thank you for your interest in the Core Infrastructure Initiative’s Census efforts! We are always looking for new partners to join us in our mission to strengthen the security and health of key open source projects. To get more involved, please enter your name and preferred email address, then check any boxes below that apply:
input[type=text] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 1px solid #000;
outline: none;
background-color: #fff;
}
input, select, textarea{
color: #000;
}
textarea:focus, input:focus {
color: #000;
}
input[type=button], input[type=submit], input[type=reset] {
border: none;
color: #fff;
padding: 16px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
}
label{
color: #000;
}
textarea {
width: 100%;
height: 150px;
padding: 12px 20px;
box-sizing: border-box;
border: 2px solid #000
border-radius: 4px;
background-color: #000;
resize: none;
}
First Name
Last Name
Email*
GitHub
Please select one of the options below:
I am a part of a company that would like to partner with CII to share data on FOSS usage.
I am a developer that would be interested in participating in the FOSS Contributor survey.
I would like to receive the results and findings of the developer survey when they are available.
I would like to receive the CII Census final report when it is available.
document.getElementById('txtUrl').value = window.location.href;
(function($) {
$("#myform").on("submit", function(e) {
e.preventDefault();
$.ajax({
url: $(this).attr("action"),
type: 'POST',
data: $(this).serialize(),
beforeSend: function() {
$("#myform").toggle();
$("#message").html("Thank you for your submission.");
},
success: function(data) {
$("#message").hide();
msg = $(data).find("p");
$("#response").html(msg);
}
});
});
})(jQuery);
jQuery("#loginbtn").click(function() {
//jQuery("#myform").toggle(); // toggle will show hidden element and vice versa
});
The post Improving Trust and Security in Open Source Projects appeared first on The Linux Foundation.