Patrick Fallberg

Results 17 comments of Patrick Fallberg

The current version of the Arduino IDE does provide full path. The following regexp should work: `"file_regex": "(\\w*.\\w*):(\\d*):(\\d*):(.*)", ` It captures this: ``` Verifying... C:\Users\P\Documents\GitHub\MySensors\examples\DimmableLEDActuator\DimmableLEDActuator.ino: In function 'void presentation()': C:\Users\P\Documents\GitHub\MySensors\examples\DimmableLEDActuator\DimmableLEDActuator.ino:68:7:...

Hm, it appears the crappy arduino env. only formats the warnings properly, but not errors. You can enable move verbose warning reporting by setting compiler warnings to 'all' and show...

I have tried a few options but I can't seem to get it to grab warnings and errors at the same time. I suspect the ST engine is not clever...

Look, guys, you can be serious with this type of implementation. You basically hand over every client on a silver platter (and that includes yourselves). What prevent me from extracting...

Yes, keys aside, executing arbitrary shell strings is always a bad idea and bad practice. You really need to adress that.

@mastrolinux ok, it's just that this line looks like a nice please to use a debugger to access credentials: https://github.com/arduino/arduino-create-agent/blob/4fb14ba971116a11ba6cb7737e09a48b0e952cbc/upload/upload.go#L379 But if you say you got it covered, I suppose...

I apologize for the misunderstanding. Please disregard my concerns for those attack vectors. But reading the following discussion I must express my concern for the way this legitimate issue and...

Sorry, but I am in a place in life right now where I do not have the bandwidth for mysensors. I believe the root cause is a recursive call in...

Sorry, but I don't. I am probably the one who is most familiar with the security backend as I wrote most of it but with small kids there is simply...