Skip to content

Commit

Permalink
Merge pull request #506 from zmap/update-tlsa-record-12716428635
Browse files Browse the repository at this point in the history
Update TLSA records
  • Loading branch information
phillip-stephens authored Jan 10, 2025
2 parents 68f2c95 + 57813ae commit 1dc7268
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions testing/integration_tests.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -581,15 +581,6 @@ def run_zdns_multiline_output(
]

TLSA_ANSWERS = [
{
"type": "TLSA",
"class": "IN",
"name": "_25._tcp.mail.ietf.org",
"cert_usage": 3,
"selector": 1,
"matching_type": 1,
"certificate": "b05d5a0b10095ab7d38710aa70b85c5227cfb9cae23c93ee2bf8fdbedfffdb39",
},
{
"type": "TLSA",
"class": "IN",
Expand All @@ -598,7 +589,7 @@ def run_zdns_multiline_output(
"selector": 1,
"matching_type": 1,
"certificate": "1f9afe824b213ab18bd59312c58c9282d2047875324cc7e0d4259d67cf42c5fa",
},
}
]

ECS_MAPPINGS = {
Expand Down

0 comments on commit 1dc7268

Please sign in to comment.