Harsh

Results 9 comments of Harsh

I played around with `Typer` and it's a wonderful tool, but refactoring and moving from `argparse` to `Typer` is a _negative_ from my side. Because even if we refactor the...

I would be adding more in this list with time, and anyone else should feel free to do the same. P.S. - This list is not strictly for the purpose...

@terriko as you can see, I've completed the above list (but did not found any proper version string in any of them T-T). Do you have any packages in mind...

Also, why don't we use `r"wireshark-2.6.2-12.el8.x86_64.debug",`? (since these type of strings are only found in redhat packages, but by using these, we would atleast be able to detect them for...

Go ahead! If you have any problems regarding this, feel free to ask it here or on our communication channel.

@snosratiershad yup! that is the link for the docs.

If the helper-script is failing in finding any appropriate patterns, then Yes, you would have to do it manually by extracting and searching for possible patterns. I'll also check for...

@terriko I think there is no good `VERSION_PATTERNS` for tomcat There were no good patterns when running `strings tomcat-7.0.82-1.mga5.noarch.rpm | grep -i tomcat` ![tomcat5](https://user-images.githubusercontent.com/77539004/110635147-cb5d4480-81d0-11eb-975d-be79a4756fcb.JPG) Also, it doesn't return anything when...

> Wouldn't that first string be a basis for a reasonable signature? > > `tomcat-0:7.0.82-1.mga5` looks like it's got the expected version of 7.0.82 in it. > > You should...