Skip to content

Commit

Permalink
Issue #88: mention what XXE stands for
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jun 1, 2022
1 parent 5cd0fc4 commit fb717d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test/XML/XXE.t
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ my $ConfigObject = $Kernel::OM->Get('Kernel::Config');
my $XXEFilename = $ConfigObject->Get('Home') . '/var/tmp/XXE.t.txt';

# Write XXE payload.
# XXE stands for XML External Entitiy. Providing XML with external entities is a method of security attacks
unlink $XXEFilename;
my $FileCreated = $Kernel::OM->Get('Kernel::System::Main')->FileWrite(
Location => $XXEFilename,
Expand Down

0 comments on commit fb717d6

Please sign in to comment.