Comment by mpyne
12 years ago
If you say "No comment" and it leaves open more than 1 possibility then it would be unfair to ascribe any particular positive statement to that.
On the other hand, if you're pre-arranged that you will simply fail to communicate something after a certain event then there is no doubt what statement has been made. A judge will see right through this if it's tried and probably impose contempt of court. If one were to try something like this it would be essential to broaden the scope enough that it couldn't be used to reference a specific gag order.
Agree with the second half of this statement - this idea is too cute by half for the courts. Acts and omissions both have significance under the law, as does the context of acts and omissions. If the warrant canary convention was considered by the court as context for a statement, it is very likely the court would rule that a statement had been made. The only way around this would be to have an evidentiary mechanism by which a company can prove that it has no control over the canary. This gives rise to the old conundrum: it's logically impossible to prove a negative (although you might be able to under various burdens of proof like "balance of probabilities" or some such).
Edit: Ultimately, legality turns on the statutory language of the provision in the Patriot Act that obligates businesses not to disclose (anyone know what it is?). The approach as originally proposed by by Steven Schear (http://tech.groups.yahoo.com/group/cypherpunks-lne-archive/m...) was for the ISP to simply not answer a direct inquiry by a customer about whether or not a warrant has been served. The advantage of this approach is that it is far harder to provide evidence to the effect that not responding to the question in that context is a statement. The disadvantage is that a non-response might not provide certainty to the person who asked the question. Effectively, the more that a clear convention is formed around the "canary mechanism", the higher the risk that a court would hold conduct in association with the convention in breach of the statutory obligation not to disclose.
Wikipedia leads me to the belief that "omission" will "give rise to liability when the law imposes a duty to act". More specifically:
* "the omission is expressly made sufficient by the law defining the offense; or"
* "a duty to perform the omitted act is otherwise imposed by law (for example one must file a tax return)."
I don't know of any such law involving canaries.
Do you have a reference for "it's logically impossible to prove a negative"?
In Intuitionistic Logic, you cannot rely on ad absurdum proofs (no law of excluded middle). However, people usually believe in classical logic where proving that something is false is easy: we just need to prove it is not true.
Yep, the logic text book that I learnt it from. Just google "inductive logic prove negative" to check out a few articles on it.
>A judge will see right through this if it's tried and probably impose contempt of court. If one were to try something like this it would be essential to broaden the scope enough that it couldn't be used to reference a specific gag order.
[citation needed]
Has there been a case where the judge forced a civilian to lie?
Contempt for communicating a message (by whatever means) is not the same as forcing to lie.
Does it make any difference that at the time the communication was committed to, the gag order was not in effect?
1 reply →
What about services providing public API functions like:
getWarrantCurrentStatus(custID) // "No"/"No Comment"/"Yes"
getWarrantLastChangeDateTime(custID)
getWarrantPreviousStatus(custID)
getWarrantHistoricalStatus(custID, DateTime)
getWarrantResponseCurrentCount(custID, responseType) // accepts only "No Comment" or "Yes"
getWarrantResponseHistoricalCount(custID, DateTime, responseType)
// for all the above functions, a custID of 'MagicNumber' is the special customer ID of 'Anyone'.