mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-10 07:36:28 -04:00
Add review exception warning
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
e5ebe5e1f5
commit
7c7b7d5db3
@ -8,6 +8,10 @@ Currently supported functionality:
|
|||||||
# Copyright The Mbed TLS Contributors
|
# Copyright The Mbed TLS Contributors
|
||||||
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||||
|
|
||||||
|
### WARNING: the code in this file has not been extensively reviewed yet.
|
||||||
|
### We do not think it is harmful, but it may be below our normal standards
|
||||||
|
### for robustness and maintainability.
|
||||||
|
|
||||||
import re
|
import re
|
||||||
from typing import Dict, Iterable, Iterator, List, Optional, Tuple
|
from typing import Dict, Iterable, Iterator, List, Optional, Tuple
|
||||||
|
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
# Copyright The Mbed TLS Contributors
|
# Copyright The Mbed TLS Contributors
|
||||||
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||||
|
|
||||||
|
### WARNING: the code in this file has not been extensively reviewed yet.
|
||||||
|
### We do not think it is harmful, but it may be below our normal standards
|
||||||
|
### for robustness and maintainability.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
@ -5,6 +5,10 @@
|
|||||||
# Copyright The Mbed TLS Contributors
|
# Copyright The Mbed TLS Contributors
|
||||||
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||||
|
|
||||||
|
### WARNING: the code in this file has not been extensively reviewed yet.
|
||||||
|
### We do not think it is harmful, but it may be below our normal standards
|
||||||
|
### for robustness and maintainability.
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import itertools
|
import itertools
|
||||||
import os
|
import os
|
||||||
|
Loading…
x
Reference in New Issue
Block a user