Fix markdown lists

This commit is contained in:
Anders Schack-Mulligen
2022-05-25 10:02:48 +02:00
committed by GitHub
parent 1f1b364feb
commit 673355df65
6 changed files with 12 additions and 12 deletions

View File

@@ -6,8 +6,8 @@
### Minor Analysis Improvements
Fixed a sanitizer of the query `java/android/intent-redirection`. Now, for an intent to be considered
safe against intent redirection, both its package name and class name must be checked.
* Fixed a sanitizer of the query `java/android/intent-redirection`. Now, for an intent to be considered
safe against intent redirection, both its package name and class name must be checked.
## 0.2.1

View File

@@ -6,5 +6,5 @@
### Minor Analysis Improvements
Fixed a sanitizer of the query `java/android/intent-redirection`. Now, for an intent to be considered
safe against intent redirection, both its package name and class name must be checked.
* Fixed a sanitizer of the query `java/android/intent-redirection`. Now, for an intent to be considered
safe against intent redirection, both its package name and class name must be checked.