Skip to content

Commit 46e2ad0

Browse files
authored
Fix formatting issues in verification plan (#2861)
* Fix formatting issues in verification plan Signed-off-by: Philipp Ahmann <philipp.ahmann@de.bosch.com>
1 parent 68e9041 commit 46e2ad0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/platform_management_plan/software_verification.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ Core features of CodeQL include:
579579
CodeQL has the capability to identify a wide range of issues, including security vulnerabilities, code quality problems, and potential bugs.
580580

581581
Examples of capabilities include:
582+
582583
- unsafe data flows and control flow (e.g., tainted data flows, unreachable code, missing checks before sensitive calls)
583584
- potential runtime errors (e.g., null pointer dereferences, buffer overflows)
584585
- code quality issues (e.g., dead code, unused variables)
@@ -614,7 +615,7 @@ This POSIX OS based simulation environment will operate on aarch64 and x86_64 ar
614615
flavours as Operating System, to be close to later target hardware OS and architectures.
615616

616617
To also ease the reuse and execution of unit tests on various type of hardware the unit tests are executed
617-
matching OS and HW architectures (aarch64 and x86_64) which are e.g. build by the reference integration.
618+
matching OS and HW architectures (aarch64 and x86_64) which are e.g. build by the reference integration.
618619

619620
The integration of the platform on a target device and the respective verification and validation
620621
should be considered by the distributor of the platform. On target integration tests that are

0 commit comments

Comments
 (0)