WSJ: Federal Appeals Court Orders Unmasking of ‘Company Doe’
An anonymous company that successfully fought in court to prevent a federal agency from posting online a “materially inaccurate” safety complaint about one of its products shouldn’t have been allowed to litigate its dispute in secret. The decision by the Fourth U.S. Circuit Court of Appeals panel (see attached) came as it ordered the unsealing of court records in the dispute between the company – known to the public only as “Company Doe” – and the Consumer Product Safety Commission. Consumer advocacy groups, allied with national news organizations, then asked the Fourth U.S. Circuit Court of Appeals in Virginia to strike down the sealing order, arguing that the public’s First Amendment right to access court documents trumps the company’s concerns about protecting its reputation.
Answer the following questions in your report based on the attached Wall Street Journal article and the appellate court decision:
QUESTIONS:
1. What are the facts of the underlying case between the Consumer Product Safety Commission and “Company Doe”? What law is involved?
2. What are the facts of the case involving consumer advocacy groups and news organizations? What area of law is at issue? How are the cases related?
3. Why is Company Doe so concerned about the complaint becoming public information? What arguments support the company’s case? What arguments are against the company’s position? Which of the positions offers stronger arguments? Why?
4. How is the First Amendment involved in this case? What is the most commonly-known First Amendment right?
5. Should “reports of harm” be sealed until a determination is made as to the validity those complaints? What are the benefits, if any, of the making the allegations public? What are potential problems with doing this?
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

