fingerprint attribute in VirtualCodebase - #15
Conversation
Signed-off-by: Pratik Dey <pratikrocks.dey11@gmail.com>
steven-esser
left a comment
There was a problem hiding this comment.
This looks good to me, @pombredanne am I missing anything here?
@Pratikrocks Thanks for this addition!
|
@pombredanne , please look into this too |
|
@Pratikrocks @MaJuRG sorry for the late reply. I am still thinking about this one because of "fingerprint" feels too generic as a name.
|
@pombredanne we are already having an attribute for the |
|
@pombredanne I think the field should be a mapping of |
|
@JonoYang currently we are dealing with a single fingerprint (which is the fingerprint plugin), upon using this plugin only a single unique fingerprint would be generated always, for a file. |
|
@JonoYang I like the switch to "fingerprints" as a mapping I kinda see checksums as a case of fingerprints See https://en.wikipedia.org/wiki/Fingerprint_(computing) and https://csrc.nist.gov/glossary/term/Digital_Fingerprint |
|
@pombredanne, the |
|
@Pratikrocks re:
I get this. I am just saying that fingerprint is too generic as a term and at the same super-specific to a plugin and therefore I would not want to add this as a standard resource attribute. It can be a plugin-contributed attribute alright, but that still makes it aname that is too generic. Overall I would rather prefer that we change the API and store checksums as a list of name/value pairs; and that we find a good name for the deltacode "fingerprint", may be something like a |
|
Yes @pombredanne I get your point :) |
Signed-off-by: Pratik Dey pratikrocks.dey11@gmail.com
Issue: #12
Virtual Codebase can now scan for files having fingerprint Attribute within it
gentle ping : @MaJuRG @pombredanne