Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: improperly quoted tags values in 1password.1pif test asset #209

Merged
merged 2 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ invalids:
| [cryptography] | AndOTP or Aegis encrypted import | `apt install python3-cryptography` | `pip3 install cryptography` |
| [file-magic] | Detection of file decryption | `apt install python-magic` | `pip3 install file-magic` |
| [pwdsphinx] | Export to SPHINX | N/A(coming soon) | `pip3 install pwdsphinx` |
| filter | Filter exports | N/A | `pip3 install jsonpath-ng` |

**ArchLinux**

Expand Down
4 changes: 2 additions & 2 deletions tests/assets/db/1password.1pif
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{"keyID":"726DDDBAEED5444791554F3F45843737","locationKey":"","typeName":"system.folder.Regular","location":"","uuid":"001DEE2DAD6A4FDA98955F563E691E01","createdAt":1483228800,"securityLevel":"SL5","title":"WS","trashed":false,"folderUuid":"B510713697134C4B9BFD3D5B3F15E6EA","updatedAt":1483228800,"txTimestamp":1483228800,"contentsHash":"eee3041d","secureContents":{},"tags":['Defaults']}
{"keyID":"726DDDBAEED5444791554F3F45843737","locationKey":"","typeName":"system.folder.Regular","location":"","uuid":"001DEE2DAD6A4FDA98955F563E691E01","createdAt":1483228800,"securityLevel":"SL5","title":"WS","trashed":false,"folderUuid":"B510713697134C4B9BFD3D5B3F15E6EA","updatedAt":1483228800,"txTimestamp":1483228800,"contentsHash":"eee3041d","secureContents":{},"tags":["Defaults"]}
***5642bee8-a5ff-11dc-8314-0800200c9a66***
{"keyID":"726DDDBAEED5444791554F3F45843737","locationKey":"","typeName":"system.folder.Regular","location":"","uuid":"27431D66A31C40C2A88CA52F87ACEADF","createdAt":1483228800,"securityLevel":"SL5","title":"Social","trashed":false,"updatedAt":1483228800,"txTimestamp":1483228800,"contentsHash":"625531a1","secureContents":{},"tags":['Defaults','foobar']}
{"keyID":"726DDDBAEED5444791554F3F45843737","locationKey":"","typeName":"system.folder.Regular","location":"","uuid":"27431D66A31C40C2A88CA52F87ACEADF","createdAt":1483228800,"securityLevel":"SL5","title":"Social","trashed":false,"updatedAt":1483228800,"txTimestamp":1483228800,"contentsHash":"625531a1","secureContents":{},"tags":["Defaults","foobar"]}
***5642bee8-a5ff-11dc-8314-0800200c9a66***
{"keyID":"726DDDBAEED5444791554F3F45843737","locationKey":"","typeName":"webforms.WebForm","location":"","uuid":"3F84003682524F79937F410FD6A5034A","createdAt":1483228800,"securityLevel":"SL5","openContents":{"autosubmit":"default"},"folderUuid":"4FA6EFE421A94028A7C9E8D3A2EE5AF3","title":"note","updatedAt":1483228800,"txTimestamp":1483228800,"contentsHash":"d59787fb","secureContents":{"notesPlain":"This is a multiline note entry. Cube shank petroleum guacamole dart mower\nacutely slashing upper cringing lunchbox tapioca wrongful unbeaten sift."}}
***5642bee8-a5ff-11dc-8314-0800200c9a66***
Expand Down
Loading