Skip to content

Commit 79ddbd6

Browse files
committed
Fix QLDoc and the qhelp example
1 parent c1ac09a commit 79ddbd6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

java/ql/lib/semmle/code/java/security/Files.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/** Provides classes and predicates to work with File objects. */
2+
13
import java
24
import semmle.code.java.dataflow.ExternalFlow
35

java/ql/src/Security/CWE/CWE-312/CleartextStorageAndroidFilesystem.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<p>
2020
In the second and third examples, the code encrypts sensitive information before saving it to the filesystem.
2121
</p>
22-
<sample src="CleartextStorageSharedPrefs.java" />
22+
<sample src="CleartextStorageAndroidFilesystem.java" />
2323
</example>
2424

2525
<references>

0 commit comments

Comments
 (0)