From 33f21c05050e896c5cc45432e6796fbd28e40d0b Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Thu, 19 Jun 2014 10:45:36 -0500 Subject: [PATCH] Add query for paramiko exception This is an exception raised by paramiko, which has 106 hits over the last 2 weeks - all of which are failures. Change-Id: I8bbb3156dd68f54ec010de1951b1fc6cfecf8931 Related-Bug: 1313168 --- queries/1313168.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1313168.yaml diff --git a/queries/1313168.yaml b/queries/1313168.yaml new file mode 100644 index 00000000..8b0912ee --- /dev/null +++ b/queries/1313168.yaml @@ -0,0 +1,3 @@ +query: > + message:"raise ValueError\(\"Unable to compute factors p and q from exponent d.\"\)" + AND tags:"console"