Welcome to mirror list, hosted at ThFree Co, Russian Federation.

template.php « generator - github.com/nextcloud/security-advisories.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6689b92f81410bd1e418c7472be387524fbdd151 (plain)
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
<div class="row page-content-header">
<div class="col-md-12">
    <h1>Security Advisory</h1>
    <a href="/security/advisories/">Back to advisories</a>
</div>
</div>
<div class="row">
    <div class="col-md-12">
        <h2>~~TITLE~~ (~~IDENTIFIER~~)</h2>
        <p>~~DATE~~</p>
        <p>Risk level: <strong>~~LEVEL~~</strong></p>
        ~~CVSS~~
        ~~CWE~~
        ~~HackerOne~~
        <h3>Description</h3>
        <p>~~DESCRIPTION~~</p>
        <h3>Affected Software</h3>
        <ul>
            ~~AFFECTEDVERSIONS~~
        </ul>
        <h3>Action Taken</h3>
        <p>~~ACTION~~</p>
        <h3>Resolution</h3>
        <p>~~RESOLUTION~~</p>
        <h3>Acknowledgements</h3>
        <p>The Nextcloud team thanks the following people for their research and responsible disclosure of the above advisory:</p>
        <ul>
            ~~ACKNOWLEDGMENTS~~
        </ul>
        <br/>
        <small style="color:grey">This advisory is licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</small>
    </div>
</div>