-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
68 lines (57 loc) · 2.95 KB
/
index.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
---
layout: default
style: boxed
---
<header class="grid-12">
<div class="grid-1 box">
<h1 class="f-4xh black wide">chrome<wbr>.security</h1>
<p class="f-2xl lower">Make it safe to click on links</p>
</div>
</header>
<main class="grid-12">
<nav class="grid-1">
<ul class="grid-12">
<li class="grid-3-lil"><a href="https://www.chromium.org/Home/chromium-security/core-principles/" class="box">Core principles</a></li>
<li class="grid-3-lil"><a href="https://www.chromium.org/Home/chromium-security/quarterly-updates/" class="box">Quarterly updates</a></li>
<li class="grid-3-lil"><a href="https://bughunters.google.com/about/rules/5745167867576320/chrome-vulnerability-reward-program-rules" class="box">Vulnerability Rewards</a></li>
</ul>
</nav>
<div class="grid-1 grid-12">
<section class="grid-2-primary box xy-center">
<div class="featured">
<p>Chrome Security’s mission is to make it safe to click on links.</p>
<p>We have four main focus areas:</p>
<ul>
<li><strong>Exploit Defense</strong>, which maintains the sandbox, secures process architecture, runs memory safety initiatives, and works to protect Chrome from hackers.</li>
<li><strong>Secure Web and Network</strong>, which maintains the cryptography used by Chrome, secures Chrome’s encrypted network traffic, and works to ensure the core technology of the web is designed with security in mind.</li>
<li><strong>Counter Abuse</strong>, which aims to protect people from phishing, malware, and other scams and malicious content.</li>
<li><strong>Bug Response</strong>, which ensures bugs in Chrome are found and patched quickly, via fuzzing and the <a href="https://bughunters.google.com/report">Vulnerability Rewards Program</a>.</li>
</ul>
<p>We provide the building blocks so that all of Chrome is built with security at front of mind.</p>
{% include frame.html %}
</div>
</section>
<figure class="grid-2-secondary box chromeball">
{% include chromeball-protect.svg %}
</figure>
</div>
<section class="grid-1 grid-12">
<h2 class="grid-1 box f-xhr black wide lower text-center">Recent blog posts</h2>
{% include list-posts.html post_source=site.posts limit=3 %}
</section>
<hr class="grid-1 dino">
<section class="grid-1 grid-12">
<h2 class="grid-1 box f-xhr black wide lower text-center">Even more posts!!11!1!oneeleven</h2>
{% include list-posts.html post_source=site.posts limit=8 offset=3 %}
</section>
</main>
<hr class="grid-1 dino">
<footer>
<nav>
<ul class="grid-12">
<li class="grid-3-lil"><a href="https://blog.chromium.org/" class="box">Chromium blog</a></li>
<li class="grid-3-lil"><a href="https://security.googleblog.com/" class="box">Google Security blog</a></li>
<li class="grid-3-lil"><a href="https://googleprojectzero.blogspot.com/" class="box">Project Zero</a></li>
</ul>
</nav>
</footer>