Results 21 comments of Raphael Ahrens

I would suggest to change "Maustastenbelegung mit ungültiger Taste \"%s\"" to "Ungültige Maustaste \"%s\" belegt" or "\"%s\" ist eine ungültige Maustaste"

Hi, please see PR #7 . I also now saw that you already had a PR #2 that was trying to add serde. Why was #2 closed? Greetings

Make `tm.threatsFile` a list of files, which will be merged via `dict.update`, something like ``` with open(self.threatsFile[0], "r", encoding="utf8") as threat_file: threats_json = json.load(threat_file) for file in self.threatsFile[1:]: with open(file,...

@nozmore May I ask how you use pytm? What is the process for your team and the devs? I'm asking because to me it looks like what you care most...

Hi, from your reply is is unclear what you have done to get the 403, but I assume you tried to directly push to izars repo. GitHubs workflow is a...

Hi, I think the notation is a little bit redundant ```` web.custom_findings = [ Finding(web, id = "foo_id_3", description = "foo_description", details = "foo_details", severity = "HIGH", mitigations = "foo_mitigations",...

Source could also be an author, so that you have someone you can contact?

> Ok. I think I incorporated all of the comments. Only thing I didn't was @colesmj comment about do the findings need to be stored in the model. @colesmj I...

Since DE01 and DE03 are [CAPEC-117: interception](https://capec.mitre.org/data/definitions/117.html) and [CAPEC-157: Sniffing Attacks](https://capec.mitre.org/data/definitions/157.html) and 117 is a parent of 157 it is no wonder that both sound similar. What is strange is...

Another advantage of this approach would be that code elements in the threats, could be marked as code and will not interfere with the formatting in the report. An example...