Cosmin Cojocar

Results 156 comments of Cosmin Cojocar

The version is already bumped in the CI scripts to 1.22.5. This will be fixed with the next release when a new docker image will be released with an updated...

I'll release soon a new version. Usually we keep a 3 months cadence. > perhaps master should use latest image and the tagged versions will reference the specific versions The...

Another case to handle which is safe because the size is checked during parsing: ``` v,_ := strconv.ParseInt("1",10,32) v32 := int32(v) ```

@czechbol It seems that there some more use cases which are not handled in #1189. I would be great if you could also check the bounds. Thanks

> Everything should now be accounted for apart from this comment - https://github.com/securego/gosec/pull/1194#discussion_r1733645751. > I'm still thinking through how to tackle it. @czechbol Thanks for addressing the review comments. Please...

I think this requires a rebase, since there are some conflicts in `testutils/g115_samples.go` which need to be resolved.

> I currently have some way to handle AND and OR conditions in the if statements. Since the SSA does not give me a nice way to check the entire...

> If someone wants to explicitly check a value with an equals operator, I currently have no way of handling that. What do you think? Should I consider this out...

@czechbol Can we also cover this use case #1202? Thanks

> I cannot reproduce that error with my code. I added a test case for it and it passes. it sounds great!