Skip to content

Commit

Permalink
test cases dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Dec 9, 2024
1 parent ee3b6cd commit b5634f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<commons_io_version>2.17.0</commons_io_version>
<guava_version>32.0.1-jre</guava_version>
<hapi_fhir_version>6.4.1</hapi_fhir_version>
<validator_test_case_version>1.7.0-SNAPSHOT</validator_test_case_version>
<validator_test_case_version>1.7.0</validator_test_case_version>
<jackson_version>2.17.0</jackson_version>
<junit_jupiter_version>5.9.2</junit_jupiter_version>
<junit_platform_launcher_version>1.8.2</junit_platform_launcher_version>
Expand Down
5 changes: 5 additions & 0 deletions security.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ to particular sub-directories. See ManagedFileAccess for details.
Note that libraries that this library depends on still access the filesystem directly. Review
of the use of these libraries is ongoing.

Dependency Notes:
SQLite: This library uses the SQLite library for database access. SQLite accesses the files directly,
but the file is always touched using ManagedFileAccess to ensure that access is not denied before
being used

Validator: The validator CLI also accesses local files as specified in the command line parameters,
and runs in the user context. TODO: we are considering whether to support a command line parameter
restricting path access to particular directories.
Expand Down

0 comments on commit b5634f8

Please sign in to comment.