~ubuntu-branches/ubuntu/precise/maas/precise-security

« back to all changes in this revision

Viewing changes to src/maasserver/static/js/tests/test_prefs.html

Tags: 1.2+bzr1373+dfsg-0ubuntu1~12.04.4
* SECURITY UPDATE: failure to authenticate downloaded content (LP: #1039513)
  - debian/patches/CVE-2013-1058.patch: Authenticate downloaded files with
    GnuPG and MD5SUM files. Thanks to Julian Edwards.
  - CVE-2013-1058
* SECURITY UPDATE: configuration options may be loaded from current working
  directory (LP: #1158425)
  - debian/patches/CVE-2013-1057-1-2.patch: Do not load configuration
    options from the current working directory. Thanks to Julian Edwards.
  - CVE-2013-1057

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
    <!-- YUI and test setup -->
7
7
    <script type="text/javascript" src="../testing/yui_test_conf.js"></script>
8
 
    <script type="text/javascript" src="../../jslibs/yui/tests/build/yui/yui.js"></script>
 
8
    <script type="text/javascript" src="../../jslibs/yui/yui/yui.js"></script>
9
9
    <script type="text/javascript" src="../testing/testrunner.js"></script>
10
10
    <script type="text/javascript" src="../testing/testing.js"></script>
11
11
    <!-- The module under test -->
30
30
      <ul class="list">
31
31
        <li class="bundle">
32
32
          <a class="delete-link right" href="#">Delete</a>
33
 
          <input type="text" 
34
 
                 value="Sample token 1" 
 
33
          <input type="text"
 
34
                 value="Sample token 1"
35
35
                 id="tokenkey1"
36
36
                 class="disabled" />
37
37
        </li>
38
38
        <li class="bundle">
39
39
          <a class="delete-link right" href="#">Delete</a>
40
 
          <input type="text" 
41
 
                 value="Sample token 2" 
 
40
          <input type="text"
 
41
                 value="Sample token 2"
42
42
                 id="tokenkey2"
43
43
                 class="disabled" />
44
44
        </li>