fabian-zeindl-oebb

Results 16 comments of fabian-zeindl-oebb

https://semgrep.dev/playground/s/fabian-zeindl-oebb:generic-ellipsis-test

Can this be worked around? I am running semgrep in a CI environment and right now this crashes my build. I cannot differentiate anymore whether the build is crashed by...

This is a jenkins-build which runs on a kubernetes-pod that mounts a emptyDir volume.

Thank you for your answer. I have constructed a redacted file for you: [api.json](https://github.com/semgrep/semgrep/files/13658198/api.json) This is not as complex as the original, so it is faster, but you can still...

@aryx Did you have a chance to look at this? I suspect improving this could improve performance in other cases too. I suspect semgrep holds on to large structures in...

@aryx Sorry to bother you again, but could you give me an update?

@aryx Did you have any chance to look at this? I suppose this could improve performance for other users in other situations as well.

This is a great idea. Also the metadata like "externalReferences" could be retrieved via purl. Some of the many cyclonedx-buildtools have issues resolving this information for various projects.

Here is an adaptive-card-template that works well for me: ```` { "type":"message", "attachments":[ { "contentType":"application/vnd.microsoft.card.adaptive", "contentUrl":"{{ baseUrl }}/projects/{{ subject.project.uuid | escape(strategy='json') }}", "content":{ "type": "AdaptiveCard", "body": [ { "type": "TextBlock",...