Skip to content

Commit 5151a52

Browse files
author
Porcuiney Hairs
committed
Include suggestions from review
1 parent 42a84a1 commit 5151a52

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

java/ql/src/experimental/Security/CWE/CWE-489/devMode.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
<p>The following example shows a `struts.xml` file with `struts.devmode` enabled.</p>
1616

17-
<sample src="strutsBad.xml" />
17+
<sample src="StrutsBad.xml" />
1818

1919
<p>This can be easily corrected by setting the value of the `struts.devmode` parameter to false.</p>
2020

21-
<sample src="structGood.xml" />
21+
<sample src="StrutsGood.xml" />
2222

2323
</example>
2424
<references>

java/ql/src/experimental/semmle/code/xml/StrutsXML.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ class ConstantParameter extends StrutsXMLElement {
3737
* Gets the value of the `value` attribute of this `<constant>`.
3838
*/
3939
string getValueValue() { result = getAttributeValue("value") }
40-
4140
}

0 commit comments

Comments
 (0)