[asterisk-commits] Fix security vulnerability identification reference. (testsuite[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Feb 3 16:53:07 CST 2016
Mark Michelson has submitted this change and it was merged.
Change subject: Fix security vulnerability identification reference.
......................................................................
Fix security vulnerability identification reference.
AST-2015-006 to AST-2016-003
Change-Id: Ie3b212d216a2b4e516357e9582c0974a849e9a89
---
R tests/fax/pjsip/ast-2016-003/configs/ast1/extensions.conf
R tests/fax/pjsip/ast-2016-003/configs/ast1/pjsip.conf
R tests/fax/pjsip/ast-2016-003/sipp/crash.pcap
R tests/fax/pjsip/ast-2016-003/sipp/endpoint_A.xml
R tests/fax/pjsip/ast-2016-003/sipp/endpoint_B.xml
R tests/fax/pjsip/ast-2016-003/sipp/inject_bridge.csv
R tests/fax/pjsip/ast-2016-003/test-config.yaml
M tests/fax/pjsip/tests.yaml
8 files changed, 3 insertions(+), 3 deletions(-)
Approvals:
Mark Michelson: Looks good to me, approved; Verified
diff --git a/tests/fax/pjsip/ast-2015-006/configs/ast1/extensions.conf b/tests/fax/pjsip/ast-2016-003/configs/ast1/extensions.conf
similarity index 100%
rename from tests/fax/pjsip/ast-2015-006/configs/ast1/extensions.conf
rename to tests/fax/pjsip/ast-2016-003/configs/ast1/extensions.conf
diff --git a/tests/fax/pjsip/ast-2015-006/configs/ast1/pjsip.conf b/tests/fax/pjsip/ast-2016-003/configs/ast1/pjsip.conf
similarity index 100%
rename from tests/fax/pjsip/ast-2015-006/configs/ast1/pjsip.conf
rename to tests/fax/pjsip/ast-2016-003/configs/ast1/pjsip.conf
diff --git a/tests/fax/pjsip/ast-2015-006/sipp/crash.pcap b/tests/fax/pjsip/ast-2016-003/sipp/crash.pcap
similarity index 100%
rename from tests/fax/pjsip/ast-2015-006/sipp/crash.pcap
rename to tests/fax/pjsip/ast-2016-003/sipp/crash.pcap
Binary files differ
diff --git a/tests/fax/pjsip/ast-2015-006/sipp/endpoint_A.xml b/tests/fax/pjsip/ast-2016-003/sipp/endpoint_A.xml
similarity index 100%
rename from tests/fax/pjsip/ast-2015-006/sipp/endpoint_A.xml
rename to tests/fax/pjsip/ast-2016-003/sipp/endpoint_A.xml
diff --git a/tests/fax/pjsip/ast-2015-006/sipp/endpoint_B.xml b/tests/fax/pjsip/ast-2016-003/sipp/endpoint_B.xml
similarity index 98%
rename from tests/fax/pjsip/ast-2015-006/sipp/endpoint_B.xml
rename to tests/fax/pjsip/ast-2016-003/sipp/endpoint_B.xml
index f6a6cfe..61e0544 100644
--- a/tests/fax/pjsip/ast-2015-006/sipp/endpoint_B.xml
+++ b/tests/fax/pjsip/ast-2016-003/sipp/endpoint_B.xml
@@ -142,7 +142,7 @@
<!-- Send malicious T.38 pcap file. -->
<nop>
<action>
- <exec play_pcap_image="tests/fax/pjsip/ast-2015-006/sipp/crash.pcap" />
+ <exec play_pcap_image="tests/fax/pjsip/ast-2016-003/sipp/crash.pcap" />
</action>
</nop>
diff --git a/tests/fax/pjsip/ast-2015-006/sipp/inject_bridge.csv b/tests/fax/pjsip/ast-2016-003/sipp/inject_bridge.csv
similarity index 100%
rename from tests/fax/pjsip/ast-2015-006/sipp/inject_bridge.csv
rename to tests/fax/pjsip/ast-2016-003/sipp/inject_bridge.csv
diff --git a/tests/fax/pjsip/ast-2015-006/test-config.yaml b/tests/fax/pjsip/ast-2016-003/test-config.yaml
similarity index 94%
rename from tests/fax/pjsip/ast-2015-006/test-config.yaml
rename to tests/fax/pjsip/ast-2016-003/test-config.yaml
index f477623..1603184 100644
--- a/tests/fax/pjsip/ast-2015-006/test-config.yaml
+++ b/tests/fax/pjsip/ast-2016-003/test-config.yaml
@@ -1,5 +1,5 @@
testinfo:
- summary: 'Test for AST-2015-006 T.38 FAX UDPTL vulnerability'
+ summary: 'Test for AST-2016-003 T.38 FAX UDPTL vulnerability'
description: |
'Two devices are in a normal Audio call when one does a reinvite
to start a T.38 Fax session to send a malicious UDPTL stream.
diff --git a/tests/fax/pjsip/tests.yaml b/tests/fax/pjsip/tests.yaml
index 87a641a..a7e8bda 100644
--- a/tests/fax/pjsip/tests.yaml
+++ b/tests/fax/pjsip/tests.yaml
@@ -1,6 +1,6 @@
# Enter tests here in the order they should be considered for execution:
tests:
- - test: 'ast-2015-006'
+ - test: 'ast-2016-003'
- test: 't38'
- test: 't38_with_auth'
- test: 'directmedia_reinvite_t38'
--
To view, visit https://gerrit.asterisk.org/2193
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie3b212d216a2b4e516357e9582c0974a849e9a89
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
More information about the asterisk-commits
mailing list