Merge "Adding #nosec for pycrypto use"

This commit is contained in:
Zuul 2018-02-12 17:31:49 +00:00 committed by Gerrit Code Review
commit 4cb1431557
2 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@ import datetime
import os
from oslo_utils import uuidutils
from Crypto.PublicKey import RSA
from Crypto.Util import asn1
from Crypto.PublicKey import RSA # nosec
from Crypto.Util import asn1 # nosec
import pki
subcas_available = True

View File

@ -18,7 +18,7 @@ import datetime
import os
import tempfile
from Crypto.PublicKey import RSA
from Crypto.PublicKey import RSA # nosec
import mock
from requests import exceptions as request_exceptions
import testtools