NewPipe/app/src/test/resources/settings
Stypox 8e192acb63
Add test zips and extensive tests for ImportExportManager
Now all possible combinations of files in the zip (present or not) are checked at the same time
2024-03-30 18:42:11 +01:00
..
README.md Add test zips and extensive tests for ImportExportManager 2024-03-30 18:42:11 +01:00
db_noser_json.zip Add test zips and extensive tests for ImportExportManager 2024-03-30 18:42:11 +01:00
db_noser_nojson.zip Add test zips and extensive tests for ImportExportManager 2024-03-30 18:42:11 +01:00
db_ser_json.zip Add test zips and extensive tests for ImportExportManager 2024-03-30 18:42:11 +01:00
db_ser_nojson.zip Add test zips and extensive tests for ImportExportManager 2024-03-30 18:42:11 +01:00
db_vulnser_json.zip Add test zips and extensive tests for ImportExportManager 2024-03-30 18:42:11 +01:00
db_vulnser_nojson.zip Add test zips and extensive tests for ImportExportManager 2024-03-30 18:42:11 +01:00
newpipe.db Extract export database logic into own class 2020-12-04 18:30:29 +01:00
nodb_noser_json.zip Add test zips and extensive tests for ImportExportManager 2024-03-30 18:42:11 +01:00
nodb_noser_nojson.zip Add test zips and extensive tests for ImportExportManager 2024-03-30 18:42:11 +01:00
nodb_ser_json.zip Add test zips and extensive tests for ImportExportManager 2024-03-30 18:42:11 +01:00
nodb_ser_nojson.zip Add test zips and extensive tests for ImportExportManager 2024-03-30 18:42:11 +01:00
nodb_vulnser_json.zip Add test zips and extensive tests for ImportExportManager 2024-03-30 18:42:11 +01:00
nodb_vulnser_nojson.zip Add test zips and extensive tests for ImportExportManager 2024-03-30 18:42:11 +01:00

README.md

*.zip files in this folder are NewPipe database exports, in all possible configurations:

  • db / nodb indicates if there is a newpipe.db database included or not
  • ser / vulnser / noser indicates if there is a newpipe.settings Java-serialized preferences file included, if it is included and contains an injection attack, of if it is not included
  • json / nojson indicates if there is a preferences.json JSON preferences file included or not