Files @ e50baa3f9668
Branch filter:

Location: website/conservancy/usethesource/templates/usethesource/ccirt_process.html

Denver Gingerich
usethesource: delete moot timeline on CCIRT page
{% extends "usethesource/base.html" %}
{% load static %}

{% block title %}Use The Source - Software Freedom Conservancy{% endblock %}

{% block content %}
  {{ block.super }}

  <h1>Timelines for CCIRT email submission and notifications</h1>

  <p>We at SFC are providing an opportunity for companies who want to be notified of source candidates of theirs that we plan to post to <a href="..">Use The Source</a> to provide us with the email address of their Copyleft Compliance Incident Response Team (CCIRT), which we will email when we receive a new source candidate for the company that we plan to post.  If we have a CCIRT email address on a file for a given company, we will email this address if we receive a source candidate from that company, and then wait at least 7 days for a reply - if an updated candidate is received, we will post that, otherwise we will post the candidate that we notified the CCIRT team about as-is.</p>

  <p>As discussed in <a href="/blog/2024/feb/03/ccirt-security-and-software-right-to-repair/">our blog post</a> (which also outlines our initial 37-day grace period), the CCIRT is an important part of an organization; it may be incorporated into the <abbr title="Open Source Program Office">OSPO</abbr> or cybersecurity team.  SFC hopes that companies will treat any reports from SFC with urgency, since failure to provide complete source code severely impedes device owners' and third party repair companies' ability to fix the devices.</p>

  <p>Based on our decades of GPL compliance experience, we expect that many of the source code candidates we receive from the public will be incomplete.  SFC cannot immediately validate nor invalidate any of those claims due to the vast number of devices on the market.  But we are willing to engage with companies' CCIRTs so they have a chance to (re-)review these candidates if they wish, before SFC publishes them.</p>

  <p>Companies can send us the email address of their CCIRT (to <a href="mailto:compliance@sfconservancy.org">compliance@sfconservancy.org</a> with Subject "CCIRT contact") and, after we receive this email address, we will give them 7 calendar days from the first notification of an incomplete source candidate to resolve the issue.  The process is as follows:</p>

  <p><img src="{% static 'img/ccirt-ongoing.png' %}" alt="ongoing CCIRT process, showing standard 7-day window" /></p>

  <p>SFC looks forward to working with all the CCIRTs who register with us.</p>

{% endblock content %}