mirror of
https://github.com/google/nomulus
synced 2026-09-19 22:44:26 +00:00
Clean up some areas in preparation for externalized codebase
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=221454055
This commit is contained in:
@@ -21,10 +21,7 @@ import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.JUnit4;
|
||||
|
||||
/**
|
||||
* Tests for XXE attacks.
|
||||
*
|
||||
*/
|
||||
/** Tests for <a href="https://en.wikipedia.org/wiki/XML_external_entity_attack">XXE</a> attacks. */
|
||||
@RunWith(JUnit4.class)
|
||||
public class EppXxeAttackTest extends EppTestCase {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user