-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathabout_roadmap_en.html
More file actions
362 lines (320 loc) · 15.6 KB
/
Copy pathabout_roadmap_en.html
File metadata and controls
362 lines (320 loc) · 15.6 KB
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
<!DOCTYPE html>
<html lang="en"><!-- InstanceBegin template="/Templates/main-E.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=gAEABXnBxw">
<link rel="icon" type="image/png" href="/favicon-32x32.png?v=gAEABXnBxw" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png?v=gAEABXnBxw" sizes="16x16">
<link rel="manifest" href="/manifest.json?v=gAEABXnBxw">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=gAEABXnBxw" color="#5bbad5">
<link rel="shortcut icon" href="/favicon.ico?v=gAEABXnBxw">
<meta name="apple-mobile-web-app-title" content="SEB">
<meta name="application-name" content="SEB">
<meta name="theme-color" content="#ffffff">
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="doctitle" -->
<title>Safe Exam Browser: Roadmap</title>
<!-- InstanceEndEditable -->
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Docs CSS -->
<link href="css/docs.min.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="css/basic.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="news_en.html" class="navbar-brand">
<span><img class="sebbrandimg" src="images/SEBIcon_40_2x.png" alt="SEB Logo" width="40"></span>
Safe Exam Browser
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="news_en.html">News</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">About<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="about_overview_en.html">Overview</a>
</li>
<li>
<a href="about_demo_en.html">Demo</a>
</li>
<li>
<a href="about_roadmap_en.html">Roadmap</a>
</li>
<li>
<a href="about_publications_en.html">Publications</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Alliance<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="alliance/members.html">Contributors</a>
</li>
<li>
<a href="alliance/sounding_group.html">Sounding Group</a>
</li>
<li>
<a href="alliance/documents.html">Documents</a>
</li>
<li>
<a href="alliance/benefits.html">Benefits</a>
</li>
<li>
<a href="alliance/fees.html">Fees</a>
</li>
<li>
<a href="alliance/contribute.html">Contribute</a>
</li>
<li>
<a href="alliance/faq.html">FAQ</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Download<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="download_en.html">Downloads</a>
</li>
<li>
<a href="download_releases_en.html">Former Releases</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Windows<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="windows/win_usermanual_en.html">User Manual</a>
</li>
<li>
<a href="windows/win_release_notes_en.html">Release Notes</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">macOS<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="macosx/mac_usermanual_en.html">User Manual</a>
</li>
<li>
<a href="macosx/mac_release_notes_en.html">Release Notes</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">iOS<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="ios/ios_usermanual_en.html">User Manual</a>
</li>
<li>
<a href="ios/ios_tutorial_en.html">Tutorial</a>
</li>
<li>
<a href="ios/ios_release_notes_en.html">Release Notes</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Support<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="developer/overview.html">Developer Information</a>
</li>
<li>
<a href="support_en.html">Support Links</a>
</li>
<li>
<a href="faq/faq_en.html">FAQ</a>
</li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container bs-docs-container">
<!-- InstanceBeginEditable name="MainContent" -->
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">About <small>Roadmap</small></h1>
<ol class="breadcrumb">
<li class="active">English
</li>
<li><a href="about_roadmap_de.html">Deutsch</a>
</li>
</ol>
</div>
</div>
<!-- /.row -->
<!-- Content Row -->
<div class="row">
<!-- Sidebar Column -->
<div class="col-md-3">
<div class="list-group">
<a href="news_en.html" class="list-group-item">News</a>
<a href="about_overview_en.html" class="list-group-item">About - Overview</a>
<a href="about_demo_en.html" class="list-group-item">About - Demo</a>
<a href="about_roadmap_en.html" class="list-group-item active">About - Roadmap</a>
<a href="about_publications_en.html" class="list-group-item">About - Publications</a>
<a href="alliance/members.html" class="list-group-item">Alliance</a>
<a href="download_en.html" class="list-group-item">Download</a>
<a href="windows/win_usermanual_en.html" class="list-group-item">Documentation Windows</a>
<a href="macosx/mac_usermanual_en.html" class="list-group-item">Documentation macOS</a>
<a href="ios/ios_usermanual_en.html" class="list-group-item">Documentation iOS</a>
<a href="support_en.html" class="list-group-item">Support</a> </div>
</div>
<!-- Content Column -->
<div class="col-md-9" role="main">
<!-- Content -->
<!-- Document Section -->
<div class="bs-docs-section">
<h3 id="roadmap" class="page-header sebnavbar-link">
<a class="anchorjs-link " href="#roadmap" aria-label="Anchor link for: roadmap" ></a>
Roadmap
</h3>
<table class="table table-bordered">
<tr>
<th colspan="3"><p align="center"><strong>Outlook on SEB and SEB Server Development Areas in 2026</strong></p></th>
</tr>
<tr>
<td><strong>Community and Cooperations </strong></td>
<td><ul>
<li>New SEB Server GUI</li>
<li>SEB integrity validation with SEB Verificator</li>
<li>Hardening security of the SEB application</li>
</ul>
</td>
</tr>
<tr>
<td><strong>SEB Verificator App</strong></td>
<td><ul>
<li>Refactoring of SEB Verificator to ease up handling and improve detection.</li>
<li>Release as a native iOS and Android app.</li>
</ul></td>
</tr>
<tr>
<td><strong>Improved security and fraud detection methods</strong></td>
<td><ul type="disc">
<li>Improvements to security modules inside all SEB versions, which are distributed only in code-obfuscated, binary form. </li>
<li>Enhance virtual machine detection</li>
<li>Hardening security of the SEB application</li>
</ul></td>
</tr>
<tr>
<td><strong>SEB Server GUI</strong></td>
<td><ul>
<li>Renew SEB Server GUI with a focus on ease of use, accessibility and fresh look and feel.</li>
</ul></td>
</tr> <tr>
<td><strong>Screen recording of individual exams with respect to data privacy</strong></td>
<td><ul type="disc">
<li>Securely store, view and erase recordings according to given data privacy regulations </li>
<li>Improve handling of large data sets</li>
<li>Speed up navigation and review of recordings</li>
</ul></td>
</tr>
<tr>
<td><strong>SEB and SEB Server Integration in LMS and E-Assessment Suites</strong></td>
<td><ul type="disc">
<li>Currently SEB Server offers deep integrations in Moodle, Open edX, OLAT and ANS. We are looking forward to integrating with further e-assessment and Learning Management Systems </li>
</ul></td>
</tr>
</table>
</div>
<!-- Document Section -->
<!--
<div class="bs-docs-section">
<h3 id="achievements" class="page-header sebnavbar-link">
<a class="anchorjs-link " href="#achievements" aria-label="Anchor link for: achievements" ></a>
Achievements in the SEB and SEB-Server Development Areas 2023
</h3>
<ul>
<li>Signature verification for third-party applications, providing version restriction by configuration file </li>
<li>Secure (isolated from the OS) clipboard implementation in SEB</li>
<li>Safe Exam Browser for iOS, Windows and macOS is compliant with the international Accessibility Standards WCAG. Further information on the individual success criteria and conformance levels as well as information on limitations were outlined in the Voluntary Product Accessibility Template documents (VPAT WCAG edition):</li>
</ul>
<ul type="disc">
<ul type="circle">
<li><a href="https://safeexambrowser.org/vpat/VPAT_WCAG_SEB_Win.pdf">VPAT SEB for Windows</a></li>
<li><a href="https://safeexambrowser.org/vpat/VPAT_WCAG_SEB_macOS.pdf">VPAT SEB for mac OS</a></li>
<li><a href="https://safeexambrowser.org/vpat/VPAT_WCAG_SEB_iOS.pdf">VPAT SEB for iOS</a></li>
</ul>
</ul>
<ul>
<li>New option to export SEB settings as configuration links or QR codes. </li>
<li>New and overhauled application integrity checks improve security </li>
<li>The new Application Signature Key (ASK) functionality allows automated application integrity checks similar to the manual use of the Browser Exam Key.</li>
<li>The new server-driven Browser Exam Key (BEK) can be used for improved SEB Server integration with LMS and e-assessment suites</li>
<li>Blocking AnyGPT by default</li>
<li>When using SEB Server, one or several SEB clients can be locked (with a red lock screen with optional, individual message) and unlocked again by the server.</li>
<li>Improved SEB Verificator for macOS and Windows</li>
<li>Improved MDM configuration for SEB on iOS</li>
</ul>
<p>Please find more detailed views on new and improved features on the release notes pages of SEB for macOS, iOS, Windows and SEB-Server.</p>
</div>
-->
</div>
<!-- / Content Column -->
</div>
<!-- /.row (Content Row)-->
<hr>
<!-- InstanceEndEditable -->
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © 2010-2026 <a href="https://ethz.ch/en.html" target="_blank">ETH Zurich</a>, <a href="https://ethz.ch/en/the-eth-zurich/organisation/departments/informatikdienste.html" target="_blank">IT Services</a></p>
</div>
</div>
</footer>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Bootstrap Docs (for Sidebar) JavaScript -->
<script src="js/docs.min.js"></script>
<!-- InstanceBeginEditable name="scripts" -->
<!-- InstanceEndEditable -->
</body>
<!-- InstanceEnd --></html>