Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Tags command doesn't raise an error when the file is not stored #273

Closed
botherder opened this issue Apr 4, 2015 · 3 comments
Closed

Tags command doesn't raise an error when the file is not stored #273

botherder opened this issue Apr 4, 2015 · 3 comments
Labels
bug (verified) Bug that has been verified
Milestone

Comments

@botherder
Copy link
Member

If a user tries to add tags to a file which is not stored, the tags command currently doesn't display any error. This is a corner case, as normally a user should understand the mechanics of Viper storage and repository, but a better error handling is required.

@botherder botherder added the bug (verified) Bug that has been verified label Apr 4, 2015
@botherder botherder added this to the 1.3 milestone Apr 4, 2015
@GelosSnake
Copy link

I wonder why not automatically storing every new file?

@botherder
Copy link
Member Author

Because I don't want to pollute my projects or repositories with files I'm inspecting and turn out to not be interesting. Also, sessions are used for temporary analysis of files and binary data extracted through other modules (like PE32 resources, email attachments and what not).
If we were to automatically store every file, the repository would be complete mess.

@botherder
Copy link
Member Author

Fixed with 1d4273f.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug (verified) Bug that has been verified
Projects
None yet
Development

No branches or pull requests

2 participants