Change whitespace in nmap tests
The git commit hook seemed to have trimmed some whitespace that was necessary for the formatting Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
parent
0a0fb7ede5
commit
c50c4ae85b
@ -11,6 +11,7 @@ repos:
|
|||||||
- id: check-json
|
- id: check-json
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
exclude: 'securetls*'
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- id: check-byte-order-marker
|
- id: check-byte-order-marker
|
||||||
|
@ -245,10 +245,10 @@ Nmap done: 1 IP address (1 host up) scanned in`
|
|||||||
// the "cipher preference: client" bit a bug in nmap.
|
// the "cipher preference: client" bit a bug in nmap.
|
||||||
// https://github.com/nmap/nmap/issues/1691#issuecomment-536919978
|
// https://github.com/nmap/nmap/issues/1691#issuecomment-536919978
|
||||||
tls12Base = `
|
tls12Base = `
|
||||||
| TLSv1.2:
|
| TLSv1.2:
|
||||||
| ciphers:
|
| ciphers:
|
||||||
%s
|
%s
|
||||||
| compressors:
|
| compressors:
|
||||||
| NULL
|
| NULL
|
||||||
| cipher preference: server`
|
| cipher preference: server`
|
||||||
|
|
||||||
|
@ -238,16 +238,16 @@ Nmap done: 1 IP address (1 host up) scanned in`
|
|||||||
// the "cipher preference: client" bit a bug in nmap.
|
// the "cipher preference: client" bit a bug in nmap.
|
||||||
// https://github.com/nmap/nmap/issues/1691#issuecomment-536919978
|
// https://github.com/nmap/nmap/issues/1691#issuecomment-536919978
|
||||||
tls12Base = `
|
tls12Base = `
|
||||||
| TLSv1.2:
|
| TLSv1.2:
|
||||||
| ciphers:
|
| ciphers:
|
||||||
%s
|
%s
|
||||||
| compressors:
|
| compressors:
|
||||||
| NULL
|
| NULL
|
||||||
| cipher preference: client`
|
| cipher preference: client`
|
||||||
|
|
||||||
tls13Base = `
|
tls13Base = `
|
||||||
| TLSv1.3:
|
| TLSv1.3:
|
||||||
| ciphers:
|
| ciphers:
|
||||||
%s
|
%s
|
||||||
| cipher preference: server`
|
| cipher preference: server`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user