-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms.html
467 lines (454 loc) · 43.1 KB
/
terms.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Fallible Security Software as a Service Subscription agreement"/>
<title>Terms and Conditions</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400" rel="stylesheet">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="styles/main.css">
<script src="scripts/vendor/modernizr.js"></script>
</head>
<body>
<!--[if lt IE 10]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="container">
<header>
<nav class="navbar navbar-light navbar-fixed-top" id="top-nav">
<button class="navbar-toggler hidden-md-up" type="button" data-toggle="collapse" data-target="#exCollapsingNavbar" aria-controls="exCollapsingNavbar" aria-expanded="false" aria-label="Toggle navigation">
☰
</button>
<a class="navbar-brand" href="/">Fallible</a>
<ul class="nav navbar-nav text-right pull-md-right pull-lg-right hidden-sm-down">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#">PRODUCTS</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="fallible-managed-security">Fallible Managed Security</a>
<a class="dropdown-item" href="cybersecurity-due-diligence">Cybersecurity Due Diligence</a>
<a class="dropdown-item" href="checksum-security-scanner">Checksum Security Scanner </a>
<a class="dropdown-item" href="portfolio-package">Portfolio Package</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="pricing">PRICING</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://fallible.co/blog">BLOG</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq">FAQ</a>
</li>
<li class="nav-item">
<a class="btn dashboard-button" href="https://dashboard.fallible.co/login">Open dashboard</a>
</li>
</ul>
<div class="collapse" id="exCollapsingNavbar">
<button class="navbar-toggler hidden-md-up" type="button" data-toggle="collapse" data-target="#exCollapsingNavbar" aria-controls="exCollapsingNavbar" aria-expanded="false" aria-label="Toggle navigation">
☰
</button>
<p><a class="mobile-link" href="pricing">Pricing</a> </p>
<p><a class="mobile-link">Blog</a></p>
<p><a class="mobile-link" href="/faq">FAQ</a></p>
<p><a class="mobile-link" href="/cybersecurity-due-diligence">Due Diligence</a></p>
<p><a class="mobile-link" href="/checksum-security-scanner">Checksum Scanner</a></p>
<p><a class="mobile-link" href="/fallible-managed-security">Managed Security</a></p>
<p><a class="mobile-link" href="/portfolio-package">Portfolio Package</a></p>
<p> <a class="btn btn-danger" href="https://dashboard.fallible.co/login">Login</a></p>
</div>
</nav>
</header>
</div>
<div class="container service">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="heading-service">CHECKSUM LABS, INC. ("FALLIBLE") SOFTWARE AS A SERVICE ("SAAS") SUBSCRIPTION AGREEMENT (THE "AGREEMENT")</h2>
<p class="service-text">Last Updated: 2016-06-22</p>
<p class="service-text">PLEASE READ THIS AGREEMENT CAREFULLY BEFORE PURCHASING ANY OF THE FALLIBLE SOFTWARE APPLICATIONS AND DOCUMENTATION (COLLECTIVELY THE "PRODUCTS AND SERVICES"). CHECKSUM LABS, INC. ("FALLIBLE", "COMPANY", "WE", "US" or "OUR") AND THEIR AFFILIATES AND SUBSIDIARIES IS WILLING TO LICENSE THE USE OF THE PRODUCTS AND SERVICES TO YOU ONLY ON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. BY IN ANY WAY ASSENTING ELECTRONICALLY OR USING THE PRODUCTS AND SERVICES YOU AGREE TO COMPLY WITH ALL THE TERMS AND CONDITIONS CONTAINED IN THIS AGREEMENT INCLUDING FALLIBLE REFUND AND CANCELLATION POLICY, ANY MATERIALS AVAILABLE ON THE WEBSITES LOCATED AT FALLIBLE.CO AND THEIR SUBDOMAINS (THE "WEBSITES") AND THE PRIVACY POLICY (link), WHICH ARE HEREBY INCORPORATED BY REFERENCE INTO THIS AGREEMENT. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS CONTAINED IN THIS AGREEMENT, YOU ARE NOT AUTHORIZED TO USE OR ACCESS THE PRODUCTS AND SERVICES.</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="subheading-service">1. TERMS OF USE</h2>
<div class="service-text">1.1
<br>
<p>Subject to the terms and conditions of this Agreement, Fallible agrees to provide you, on a SaaS basis, the Products and Services in exchange for the subscription fees (the "Subscription Fees") agreed to by you and Fallible or Fallible's third party service providers including payment processors (each a "Third Party Service Provider").</p>
1.2
<br>
<p>Fallible reserves the right to update and change, from time to time, this Agreement and all documents incorporated herein by reference. Fallible may change this Agreement by posting a new version without notice to you. Use of the Products and Services after any such change constitutes acceptance of such change.</p>
1.3
<br>
<p>You represent to Fallible that you are at least 19 years old. If you are entering into this Agreement on behalf of a company or other legal entity, you represent that you have the authority to bind such company or legal entity to this Agreement.</p>
1.4
<br>
<p>By subscribing for the Products and Services, you become a registered user of the Products and Services. When your subscription sign up is completed, you will be able to access the Products and Services through one of the Websites. You may activate your account via login on the Websites, which requires that you enter your email address and password, which is obtained during the sign up process. You are liable to pay Subscription Fees even if you do not activate your account.</p>
1.5
<br>
<p>All upgrades of Products and Services are deemed to be part of the Products and Services and are subject to this Agreement.</p>
1.6
<br>
<p>Except as provided in the Fallible Refund and Cancellation Policy, all sales of Products and Services are final and the subscription fees payable by you for Products and Services are non-refundable.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="subheading-service">2. THIRD PARTY DATA PROVIDER DATA, FALLIBE DATA AND THIRD PARTY WEB SITES.</h2>
<div class="service-text">2.1
<br>
<p>The Products and Services use data (the "Third Party Data") obtained by Fallible in accordance with terms and conditions of license agreements (the "Third Party Data Provider Agreements") between Fallible and certain third party data providers (each a "Third Party Data Provider"). Certain Products and Services may use Data provided directly by Fallible ("Fallible Data"). Your use of Third Party Data, Fallible Data and any other data accessed through the Products and Services (such as other user information) is limited strictly to the purpose of using the Products and Services. Except as permitted by this Agreement, any other use of Third Party Data, Fallible Data or any other data accessed through the Products and Services will be a breach of this Agreement. For clarity, this restriction does not apply to data which you provide to Fallible or which Fallible obtains through the authorized use of your account and password information with Third Party Data Providers.</p>
2.2
<p>The Products and Services may contain links to third party web sites. Fallible has no control over any third party web sites and therefore any use by you of such websites is at your sole discretion and risk. Fallible assumes no responsibility or obligations for any such use of third party web sites.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="subheading-service">3. LICENSE GRANT/RESTRICTIONS ON USE.</h2>
<div class="service-text">3.1
<p>The Products and Services contain software ("Licensor Software") licensed from Fallible's licensors ("Fallible Licensors"). The Products and Services are hereby licensed to you on a limited, worldwide (except as limited below), non-exclusive, non- sublicenseable basis on the terms and conditions set forth herein.</p>
3.2
<p>This Agreement defines legal use of the Products and Services, all updates, revisions, and substitutions. All rights not expressly granted to you are reserved by Fallible or their respective owners.</p>
3.3
<p>Your license to the Products and Services continues until it is terminated by either party. You may terminate the software license granted hereunder by cancelling your subscription for the Products and Services, however, except as provided in our Refund and Cancellation Policy, you will not be entitled to a refund of any prepaid or other subscription fees. The software license granted hereunder terminates automatically if you violate any term of this Agreement, Fallible publicly posts a written notice of termination on any of the Websites, or Fallible sends a written notice of termination to you.</p>
3.4
<p>The Products and Services may include certain products or services including, without limitation, Licensor Software, that have additional specific terms or conditions relating to use or licensing that you will have to accept in order to use such products or services. Fallible will provide notice of such terms and conditions prior to your use or access to such products or services.</p>
</div>
3.5
<div>
<h2 class="subheading-service">(a) YOU MAY:</h2>
<div class="service-text">
(i)
<p>use the Products and Services, any updates provided by Fallible (in its sole discretion), Licensor Software, Third Party Data, Fallible Data or any other data accessed through the Products and Services, for your own personal or commercial use or benefit as expressly allowed by this Agreement;</p>
</div>
</div>
<div>
<h2 class="subheading-service">(b) YOU MAY NOT, DIRECTLY OR INDIRECTLY:</h2>
<div class="service-text">
(i)
<p>use the Products and Services, Licensor Software, Third Party Data, Fallible Data or any other data accessed through the Products and Services, except as expressly allowed by this Agreement;</p>
(ii)
<p>decompile, reverse engineer, disassemble, modify, rent, lease, loan, distribute, or make any attempt to discover the source code or underlying algorithms of, the Products and Services, Licensor Software or any portion thereof, or create derivative works or improvements based upon the Products and Services, Licensor Software or any portion thereof;</p>
(iii)
<p>use the Products and Services, Licensor Software, Third Party Data, Fallible Data or any other data accessed through the Products and Services in any unlawful manner, for any unlawful purpose, or in any manner inconsistent with this Agreement;</p>
(iv)
<p>use the Products and Services to send, save, collect, upload, post, publish, distribute or transmit any content that:</p>
<ol type="A">
<li>is harmful, threatening, abusive, harassing, tortious, defamatory, vulgar, obscene, libelous, invasive of another's privacy, hateful, or racially, ethnically or otherwise objectionable;</li>
<li>
contains a solicitation of funds, advertising, or solicitation for goods and services;</li>
<li>
Fallible determines is contrary to the interest of Fallible, the Third Party Service Providers, Fallible Licensors, Third Party Data Providers, or other users of the Products and Services;</li>
<li>
is false, inaccurate, misleading or fraudulent;</li>
<li>
may manipulate identifiers in order to disguise the origin of any content transmitted through the Products and Services or any associated software or hardware, or the source of any content; or</li>
<li>
you do not have a right to make available under any law, contract or other legal relationship.</li>
</ol>
(v)
<p>use the Products and Services to:</p>
<ol type="A">
<li>
download, transmit or otherwise make available any material that contains malicious software or code, software viruses or any other computer code, files or programs designed to interrupt, destroy or limit the functionality of any computer software or hardware;</li>
<li>
bypass any measures that Fallible has taken to restrict access to the Products and Services;</li>
<li>
use any robot, spider, scraper or other automated means to access the Products and Services for any purpose;</li>
<li>
interfere with, impose an unreasonable traffic load upon or disrupt the software, hardware, web site, servers or networks connected to the Products and Services, or disobey any requirements, procedures, policies or regulations of Fallible's networks connected to the Products and Services; or</li>
<li>
violate, appropriate or infringe any right of any third party.</li>
</ol>
(vi)
<p>
use or export the Products and Services in violation of applicable laws or regulations;</p>
(vii)
<p>
sell, lease, rent, loan, transfer or sublicense use of the Products and Services, in whole or in part, to third parties or provide access thereto or derive income from the use or provision of the Products and Services, via service bureau, time sharing or application service provider services or otherwise; whether for direct commercial or monetary gain or otherwise, without Fallible's prior written permission;</p>
(viii)
<p>
use the Products and Services in any manner that could damage, disable, overburden, or impair Fallible's services or any of Fallible's business partners' (including, without limitation, Third Party Service Providers, Fallible Licensors and Third Party Data Providers) services (e.g., you may not use the Products and Services in an automated manner), or use the Products and Services in any manner that could interfere with any other party's use and enjoyment of Fallible's services or Fallible's business partners' services; or</p>
(ix)
<p>
use any Third Party Data to advertise, market to or otherwise solicit any customers of the Third Party Data Providers.</p>
</div>
</div>
3.6
<h2 class="subheading-service">(a) YOU WILL:</h2>
<div class="service-text">
(i)
<p>
be solely responsible to provide or maintain any hardware or other software required for you to use the Products and Services;</p>
(ii)
<p>
have all necessary right, power and authority to, or have obtained all necessary consents and rights in order to, provide all of the information that you provide through the Products and Services, and for all other purposes of this Agreement;</p>
(iii)
<p>
ensure the confidentiality of your information and be, at all times, solely responsible for all activities that occur with respect to the Products and Services under your account or password, and you will notify Fallible immediately of any unauthorized use;</p>
(iv)
<p>
be solely responsible for all information received, sent, saved, collected or distributed through the Products and Services by you or in respect of your account or password, however transmitted; and therefore you are entirely responsible for all content that is developed, derived, received, sent, saved, collected, distributed or otherwise made available through the Products and Services.</p>
</div>
3.7
<p class="service-text">
Fallible may impose an additional charge or a restriction of any services at any time, if your use of the Products and Services imposes a considerable effect on Fallible's (or any of its third party providers' including, without limitation, the Third Party Service Providers, Fallible Licensors and Third Party Data providers) resources or system performance. Fallible shall have sole discretion as to what constitutes excessive use or what activity is considered excessive or has a "considerable effect". Fallible is responsible for monitoring such excessive use for the account as a whole, and has no responsibility to identify your individual end-user, employee, or other agent who may or may not be responsible for the excessive use of the Products and Services.</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="subheading-service">4. OWNERSHIP AND RELATIONSHIP OF PARTIES.</h2>
<div class="service-text">4.1
<p>
The Products and Services and Licensor Software are protected by copyrights, trademarks, service marks, international treaties, and/or other proprietary rights and laws of the United States. You agree to abide by all applicable proprietary rights laws and other laws, as well as any additional copyright notices or restrictions contained in the Products and Services, the Licensor Software or this Agreement.</p>
4.2
<p>
Fallible and Fallible Licensors own all right, title, and interest in and to their applicable contributions to the Products and Services. Other than the limited license granted herein, the software license granted under this Agreement grants you no right, title, or interest in any intellectual property owned or licensed by Fallible or Fallible Licensors, including, without limitation, the Products and Services, Licensor Software, Fallible trademarks and Licensor trademarks, and creates no relationship between you and Fallible or Fallible Licensors other than that of licensor to licensee. This Agreement grants you no right, title and interest in any Third Party Data, Fallible Data or any other data accessed through the Products and Services.</p>
4.3
<p>
You agree not to assign, copy, transfer, or transmit the Products and Services, Licensor Software, Third Party Data, Fallible Data or any other data accessed through the Products and Services, to any third party. Your license to use the Products and Services, Licensor Software, Third Party Data, Fallible Data and any other data accessed through the Products and Services, will terminate if you violate these restrictions.</p>
4.4
<p>
If your license terminates, you agree to cease any and all use of the Products and Services, Licensor Software, Third Party Data, Fallible Data and any other data accessed through the Products and Services. All rights in any Third Party Data, Licensor Software, and any third-party data servers, including all ownership rights, are reserved by and remain with the respective third parties.</p>
4.5
<p>
You represent and warrant that you own all right, title and interest to any data stored by you on Fallible's host computer system using the Products and Services or uploaded or submitted to the Websites (the "Subscriber Data"). You hereby grant Fallible a royalty free, perpetual, irrevocable, worldwide, non-exclusive, transferable license (with the right to sublicense) to use, reproduce, edit, copy, modify, adapt, publish, translate, distribute (in whole or in part through multiple tiers), stream, store, retain, publicly perform or display, transmit, scan, reformat, frame, excerpt, embed or incorporate in other works (in any form, media or technology now known or hereafter developed) and create derivative works using any Subscriber Data you provide, excluding personally identifiable information, in connection with the Products and Services and the Websites for the full term of any copyright that may exist in such material with or without attribution.</p>
4.6
<p>
You acknowledge and agree that Fallible may compile aggregate components of Subscriber Data, excluding personally identifiable information, together with information received from other subscribers to the Products and Services to create compiled data (the "Compiled Data"). Fallible agrees to present the Compiled Data in a manner that will not reveal personally identifiable information. You acknowledge and agree that Compiled Data is owned solely by Fallible.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="subheading-service">5. PAYMENT TERMS</h2>
<div class="service-text">
5.1
<p>
The payment terms contained in this Section 5 apply only if you have subscribed for the Products and Services directly from Fallible. If you have subscribed for the Products and Services through a Third Party Service Provider, the applicable payment terms will be as agreed to by you and such Third Party Service Provider.</p>
5.2
<p>
Fallible reserves the right to change the Subscription Fees at any time. Fallible charges and collects Subscription Fees in advance for use of the Products and Services.</p>
5.3
<p>
The Subscription Fees do not include any payment for telecommunications and computer hardware, software, telecommunications access charges, lines or connections or other equipment and services required to access and use the Products and Services.</p>
5.4
<p>
All Subscription Fees, Taxes and other charges will be billed as you've agreed to in the sign up process. </p>
5.5
<p>
You agree to promptly pay Fallible in the event of any refusal of your credit card issuer to pay any amount to Fallible for any reason.</p>
5.6
<p>
You must provide Fallible with complete and accurate billing and contact information. YOU REPRESENT AND WARRANT THAT YOU HAVE NOT FALSELY IDENTIFIED YOURSELF NOR PROVIDED ANY FALSE INFORMATION TO GAIN ACCESS TO THE PRODUCTS AND SERVICES AND THAT YOUR BILLING INFORMATION IS CORRECT.</p>
5.7
<p>
Fallible reserves the right to revoke any stated offer and to correct any errors, inaccuracies or omissions, including after an order has been submitted, whether or not the order has been confirmed and your credit card charged. If your credit card has been charged for the purchase and an order is cancelled, Fallible will issue a credit to your credit card account in the amount of the charge. Individual bank policies will dictate when this amount is credited to your account.</p>
5.8
<p>
In case of termination of subscription, the advance payment (if any) for the remaining months will be transferred back to the subscriber company within 2 to 4 weeks.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="subheading-service">6. SUPPORT AND SOFTWARE UPDATES/ AVAILABILITY OF ONLINE SERVICES.</h2>
<div class="service-text">
6.1
<p>
Fallible will provide you with customer support and/or software upgrades, enhancements, or modifications for the Products and Services (collectively, "Support") provided that Fallible, in its sole discretion, may terminate such Support at any time without notice to you. Fallible may change, suspend, or discontinue any aspect of the Products and Services at any time, including the availability of any Products and Services related feature, database, or content. Fallible may also impose limits on certain features and services or restrict your access to parts or all of the Products and Services or the Websites without notice or liability.</p>
6.2
<p>
Fallible will use commercially reasonable efforts to make the Products and Services available at all times. Fallible does not guarantee that the Products and Services will always be available.</p>
6.3
<p>
Fallible may suspend or take down the Products and Services at any time to perform routine or emergency maintenance. Where reasonably practicable Fallible will provide you advance notice when the Products and Services will be unavailable and for how long</p>
6.4
<p>
Fallible will, in general, attempt to schedule maintenance and downtime to the Products and Services during off-peak hours to try to minimize the impact to the Products and Services and you.</p>
6.5
<p>
Fallible is not responsible at all to provide Products and Services or any part thereof or perform any of its obligations under these this Agreement if it is prevented from doing so by any reason beyond Fallible's reasonable control. These reasons can include, but are not limited to, acts of God, floods, fires, earthquakes, civil unrest, terrorism, war, strikes, Internet service provider acts or omissions or online attacks.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="subheading-service">7. DISCLAIMER OF WARRANTIES BY FALLIBLE.</h2>
<div class="service-text">
7.1
<p>USE OF THE PRODUCTS AND SERVICES, LICENSOR SOFTWARE, THE SUPPORT, THIRD PARTY DATA, FALLIBLE DATA AND ANY OTHER DATA ACCESSED THROUGH THE PRODUCTS AND SERVICES IS AT YOUR SOLE RISK. THEY ARE PROVIDED "AS IS." ANY MATERIAL OR SERVICE DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE PRODUCTS AND SERVICES IS DONE AT YOUR OWN DISCRETION AND RISK, AND YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD AND/OR USE OF ANY SUCH MATERIAL OR SERVICE.</p>
7.2
<p>FALLIBLE, ITS OFFICERS, DIRECTORS, EMPLOYEES, CONTRACTORS, AGENTS, AFFILIATES, AND ASSIGNS (COLLECTIVELY, THE "FALLIBLE ENTITIES"), THIRD PARTY SERVICE PROVIDERS, FALLIBLE LICENSORS AND THIRD PARTY DATA PROVIDERS DO NOT REPRESENT THAT THE PRODUCTS AND SERVICES, SUPPORT, LICENSOR SOFTWARE, THIRD PARTY DATA, FALLIBLE DATA OR ANY OTHER DATA ACCESSED THROUGH THE PRODUCTS AND SERVICES IS APPROPRIATE OR AVAILABLE FOR USE OUTSIDE CANADA. IT IS YOUR RESPONSIBILITY TO ENSURE THAT YOUR USE OF THE PRODUCTS AND SERVICES, SUPPORT, LICENSOR SOFTWARE, THIRD PARTY DATA, FALLIBLE DATA AND ANY OTHER DATA ACCESSED THROUGH THE PRODUCTS AND SERVICES IS IN COMPLIANCE WITH APPLICABLE LOCAL LAWS.</p>
7.3
<p>
THE FALLIBLE ENTITIES, THIRD PARTY SERVICE PROVIDERS, FALLIBLE LICENSORS AND THIRD PARTY DATA PROVIDERS EXPRESSLY DISCLAIM ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, RELATING TO THE PRODUCTS AND SERVICES, SUPPORT AND ANY OTHER SERVICES RELATED TO THE PRODUCTS AND SERVICES (THE "FALLIBLE SOFTWARE SERVICES"), LICENSOR SOFTWARE, THIRD PARTY DATA, FALLIBLE DATA AND ANY OTHER DATA ACCESSED THROUGH THE PRODUCTS AND SERVICES, OR THE ACCURACY, TIMELINESS, COMPLETENESS, OR ADEQUACY OF THE PRODUCTS AND SERVICES, SUPPORT, FALLIBLE SOFTWARE SERVICES, LICENSOR SOFTWARE, THIRD PARTY DATA, FALLIBLE DATA AND ANY OTHER DATA ACCESSED THROUGH THE PRODUCTS AND SERVICES, INCLUDING THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.</p>
7.4
<p>
IF THE PRODUCTS AND SERVICES, SUPPORT, FALLIBLE SOFTWARE SERVICES LICENSOR SOFTWARE, THIRD PARTY DATA, FALLIBLE DATA OR ANY OTHER DATA ACCESSED THROUGH THE PRODUCTS AND SERVICES PROVES DEFECTIVE, YOU (AND NOT THE FALLIBLE ENTITIES, FALLIBLE LICENSORS, THIRD PARTY SERVICE PROVIDERS OR THIRD PARTY DATA PROVIDERS) ASSUME THE ENTIRE COST OF ALL REPAIR OR INJURY OF ANY KIND, EVEN IF SOME OR ALL OF THE FALLIBLE ENTITIES, THIRD PARTY SERVICE PROVIDERS, FALLIBLE LICENSORS OR THIRD PARTY DATA PROVIDERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH A DEFECT OR DAMAGES. SOME JURISDICTIONS DO NOT ALLOW RESTRICTIONS ON IMPLIED WARRANTIES SO SOME OF THESE LIMITATIONS MAY NOT APPLY TO YOU.</p>
7.5
<p>YOU UNDERSTAND THAT ASSESSING COMPUTER SECURITY IS HIGHLY COMPLEX AND CHANGEABLE, AND COMPANY MAKES NO WARRANTY THAT THE SERVICES WILL FIND EVERY VULNERABILITY IN YOUR NETWORK OR SERVER(S), OR THAT THE SOLUTIONS SUGGESTED AND ADVICE PROVIDED BY COMPANY WILL BE COMPLETE OR ERROR-FREE.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="subheading-service">8. LIMITATION OF LIABILITY.</h2>
<div class="service-text">
8.1
<p>
YOU EXPRESSLY UNDERSTAND AND AGREE THAT THE FALLIBLE ENTITIES, THIRD PARTY SERVICE PROVIDERS, FALLIBLE LICENSORS AND THIRD PARTY DATA PROVIDERS WILL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES, INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS, GOODWILL, USE, DATA OR OTHER INTANGIBLE LOSSES (EVEN IF SOME OR ALL OF THE FALLIBLE ENTITIES, THIRD PARTY SERVICE PROVIDERS, FALLIBLE LICENSORS OR THIRD PARTY DATA PROVIDERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES), RESULTING FROM:</p>
<div>(A)
<p>
UNAUTHORIZED ACCESS TO OR ALTERATION OF YOUR DATA BY A THIRD PARTY(HACKER) NOT AUTHORIZED BY US.</p>
(B)
<p>
THE USE OR THE INABILITY TO USE THE PRODUCTS AND SERVICES;</p>
(C)
<p>
THE COST OF PROCUREMENT OF SUBSTITUTE PRODUCTS AND SERVICES;</p>
(D)
<p>
STATEMENTS OR CONDUCT OF ANY THIRD PARTY USING THE PRODUCTS AND SERVICES; OR</p>
(E)
<p>
ANY OTHER MATTER RELATING TO THE PRODUCTS AND SERVICES, SUPPORT OR FALLIBLE SOFTWARE SERVICES.</p>
</div>
8.2
<p>
DAMAGES EXCLUDED BY THIS SECTION 8 INCLUDE, WITHOUT LIMITATION, THOSE FOR LOSS OF BUSINESS PROFITS, INJURY TO PERSON OR PROPERTY, BUSINESS INTERRUPTION, OR LOSS OF BUSINESS OR PERSONAL INFORMATION. SOME JURISDICTIONS DO NOT ALLOW LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES SO THIS RESTRICTION MAY NOT APPLY TO YOU.</p>
8.3
<p>
INFORMATION PROVIDED THROUGH THE PRODUCTS AND SERVICES MAY BE DELAYED, INACCURATE, OR CONTAIN ERRORS OR OMISSIONS, AND THE FALLIBLE ENTITIES, THIRD PARTY SERVICE PROVIDERS, FALLIBLE LICENSORS AND THIRD PARTY DATA PROVIDERS WILL HAVE NO LIABILITY WITH RESPECT THERETO. FALLIBLE MAY CHANGE OR DISCONTINUE ANY ASPECT OR FEATURE OF THE PRODUCTS AND SERVICES OR THE USE OF ALL OR ANY FEATURES OR TECHNOLOGY IN THE PRODUCTS AND SERVICES AT ANY TIME WITHOUT PRIOR NOTICE TO YOU, INCLUDING, BUT NOT LIMITED TO, CONTENT OR HOURS OF AVAILABILITY.</p>
8.4
<p>
WITHOUT LIMITING THE GENERALITY OF THE FOREGOING, IN NO EVENT WILL THE AGGREGATE LIABILITY OF THE FALLIBLE ENTITIES, THIRD PARTY SERVICE PROVIDERS, FALLIBLE LICENSORS AND THIRD PARTY DATA PROVIDERS TO YOU RELATING TO, ARISING OUT OF OR IN CONNECTION WITH THE PRODUCTS AND SERVICES, SUPPORT, FALLIBLE SOFTWARE SERVICES, LICENSOR SOFTWARE, THIRD PARTY DATA, FALLIBLE DATA OR ANY OTHER DATA ACCESSED THROUGH THE PRODUCTS AND SERVICES EXCEED THE UNUSED PORTION OF YOUR PREPAID LICENSE FEE FOR USE OF THE DAMAGES EXCLUDED BY THIS SECTION 8 INCLUDE, WITHOUT PRODUCTS AND SERVICES. YOU EXPRESSLY AGREE THAT THE LIMITATIONS ON LIABILITY CONTAINED IN THIS AGREEMENT ARE REASONABLE AND CONSTITUTE A MATERIAL INDUCEMENT TO FALLIBLE PROVIDING THE PRODUCTS AND SERVICES, THE SUPPORT, THE FALLIBLE SOFTWARE SERVICES, LICENSOR SOFTWARE, THIRD PARTY DATA, FALLIBLE DATA AND ANY OTHER DATA ACCESSED THROUGH THE PRODUCTS AND SERVICES WITHOUT WHICH FALLIBLE WOULD NOT PROVIDE THE PRODUCTS AND SERVICES, SUPPORT, THE FALLIBLE SOFTWARE SERVICES, LICENSOR SOFTWARE, THIRD PARTY DATA, FALLIBLE DATA AND ANY OTHER DATA ACCESSED THROUGH THE PRODUCTS AND SERVICES.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="subheading-service">9. NON-DISCLOSURE AGREEMENT</h2>
<div class="service-text">
<p>We have no intention of using your data and we will not do so. We want to keep our NDA with you as clear and simple as possible, and it appears below:</p>
<div>
<ol>
<li> Fallible will not use any of the information obtained by us while auditing your company for any purpose other than to help you secure your software application.
<li> Fallible will never take any rights to your data nor will we offer the rights to your data to any third party.
<li> Fallible will not share your data with anyone other than with its own internal staff, on an as-needed basis.
<li> Every Fallible employee and independent contractor who may have access to your information is bound by his or her own Non-Disclosure Agreement with Fallible.
<li> All information that you provide to Fallible or will be stored securely.
<li> Under this agreement, the bugs or vulnerabilities found by us will not be disclosed to any third party unless you authorize us to do so.
</ol>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="subheading-service">10. INDEMNIFICATION.</h2>
<div class="service-text">
<p>
You agree to indemnify and hold the Fallible Entities, Third Party Service Providers, Fallible Licensors and Third Party Data Providers harmless from any claim or demand, including reasonable attorneys' fees, made by any third party in connection with or arising out of your use of the Products and Services, Licensor Software, Support, Fallible Software Services, Third Party Data, Fallible Data, any other data accessed through the Products and Services, your violation of any terms or conditions of this Agreement, your violation of applicable laws, or your violation of any rights of another person or entity.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="subheading-service">11. NO GENERAL WAIVER; SEVERABILITY.</h2>
<div class="service-text">
<p>The failure of Fallible to exercise or enforce any right or provision of this Agreement shall not constitute a waiver of such right or provision. If any provision of this Agreement or any part of any provision of this Agreement is held by a court of competent jurisdiction to be unenforceable then the remainder of this Agreement shall continue to be of full force and effect.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="subheading-service">12. ENTIRE AGREEMENT.</h2>
<div class="service-text">
<p>This Agreement and the other documents incorporated by reference into this Agreement constitute the entire understanding between the parties respecting use of the Products and Services, superseding all prior agreements between you and Fallible. In the event of any conflict between the terms and conditions of this Agreement and other documents incorporated by reference, the terms and conditions of this Agreement will control.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="subheading-service">13. SURVIVAL.</h2>
<div class="service-text">
<p>All terms and conditions of this Agreement that by their nature should reasonably survive, including, without limitation, Sections 4 (OWNERSHIP AND RELATIONSHIP OF PARTIES), 7 (DISCLAIMER OF WARRANTIES BY FALLIBLE), 8 (LIMITATION OF LIABILITY), 9 (NON-DISCLOSURE AGREEMENT) and 10 (INDEMNIFICATION), will survive any termination of this Agreement.</p>
</div>
</div>
</div>
</div>
<footer class="container-fluid">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="lead-footer">
<form class="form-inline">
<input class="form-control form-control-lg" type="text" placeholder="Your primary domain">
<a class="btn button-inverse btn-lg" href="https://dashboard.fallible.co/signup" role="button">Get Started</a>
</form>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="align-icons">
<a href="https://www.linkedin.com/company/fallible"><i class="fa fa-linkedin icons" aria-hidden="true"></i></a>
<a href="https://twitter.com/fallible_inc"><i class="fa fa-twitter icons" aria-hidden="true"></i></a>
<a href="https://www.facebook.com/fallible.co"><i class="fa fa-facebook icons" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="align-pages">
<a class="page" href="privacy">Privacy Policy</a>
<a class="page" href="terms">Terms of Service</a>
<a class="page" href="refund">Refund Policy</a>
<a class="page" href="contactus">Contact</a>
<a class="page" href="https://angel.co/fallible/jobs/157321-software-engineer-security-r-d">Join Us</a>
<a class="page" href="https://fallible.co/blog">Blog</a>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12 copyright">
<p>© 2016 Checksum Labs, Inc. All rights reserved. </p>
</div>
</div>
</footer>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68651333-1', 'auto');
ga('send', 'pageview');
</script>
<script src="scripts/vendor.js"></script>
<script src="scripts/main.js"></script>
<!-- begin olark code -->
<script data-cfasync="false" type='text/javascript'>/*<![CDATA[*/window.olark||(function(c){var f=window,d=document,l=f.location.protocol=="https:"?"https:":"http:",z=c.name,r="load";var nt=function(){
f[z]=function(){
(a.s=a.s||[]).push(arguments)};var a=f[z]._={
},q=c.methods.length;while(q--){(function(n){f[z][n]=function(){
f[z]("call",n,arguments)}})(c.methods[q])}a.l=c.loader;a.i=nt;a.p={
0:+new Date};a.P=function(u){
a.p[u]=new Date-a.p[0]};function s(){
a.P(r);f[z](r)}f.addEventListener?f.addEventListener(r,s,false):f.attachEvent("on"+r,s);var ld=function(){function p(hd){
hd="head";return["<",hd,"></",hd,"><",i,' onl' + 'oad="var d=',g,";d.getElementsByTagName('head')[0].",j,"(d.",h,"('script')).",k,"='",l,"//",a.l,"'",'"',"></",i,">"].join("")}var i="body",m=d[i];if(!m){
return setTimeout(ld,100)}a.P(1);var j="appendChild",h="createElement",k="src",n=d[h]("div"),v=n[j](d[h](z)),b=d[h]("iframe"),g="document",e="domain",o;n.style.display="none";m.insertBefore(n,m.firstChild).id=z;b.frameBorder="0";b.id=z+"-loader";if(/MSIE[ ]+6/.test(navigator.userAgent)){
b.src="javascript:false"}b.allowTransparency="true";v[j](b);try{
b.contentWindow[g].open()}catch(w){
c[e]=d[e];o="javascript:var d="+g+".open();d.domain='"+d.domain+"';";b[k]=o+"void(0);"}try{
var t=b.contentWindow[g];t.write(p());t.close()}catch(x){
b[k]=o+'d.write("'+p().replace(/"/g,String.fromCharCode(92)+'"')+'");d.close();'}a.P(2)};ld()};nt()})({
loader: "static.olark.com/jsclient/loader0.js",name:"olark",methods:["configure","extend","declare","identify"]});
/* custom configuration goes here (www.olark.com/documentation) */
olark.identify('4350-869-10-6474');/*]]>*/</script><noscript><a href="https://www.olark.com/site/4350-869-10-6474/contact" title="Contact us" target="_blank">Questions? Feedback?</a> powered by <a href="http://www.olark.com?welcome" title="Olark live chat software">Olark live chat software</a></noscript>
<!-- end olark code -->
</body>
</html>