Danang Heriyadi
Danang Heriyadi
Hi @guilhermepaulozup, Any references where LGPD can be obtained? I'm curious what the requirements are in the LGPD.
Hi @Jonas-sci , that issue triggered by this code [internal/services/engines/csharp/rules.go#L761](https://github.com/ZupIT/horusec/blob/main/internal/services/engines/csharp/rules.go#L761). Basically logging is allowed for debugging purpose to help Software Engineer build the app, but in the production environment should...
I have checked, and it works perfect on my chrome browser 
A few hours ago I got another idea by overwriting hard-coded rules with custom rules by using same Rule ID but it will rejected with the error message "id: duplicate...
@wiliansilvazup Thanks ! But, I don't know from where to start the contribution. I mean about "analyze by file name". Is it mean to create another format rules? or just...
Hi @wiliansilvazup, I have added some changes but I am not sure if that PR is correct, the validation implemented in the Run method https://github.com/ZupIT/horusec-engine/blob/421af642c0468e1f641cd714e795a3ec6c27dc20/text/rule.go#L71 because I can access the...
Hi @wiliansilvazup, I have added the unit test and fixed the linter on the https://github.com/ZupIT/horusec-engine/pull/120. Any other suggestions? :)
@wiliansilvazup thanks for the advice, I have fixed the linter. Tested on apple M1 shows as below : ```bash $ make lint go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest golangci-lint run -v --timeout=5m -c...
I am not sure that it will be implemented soon, AFAIK this repository seems dead. The owner of this repo seems to have no intention of maintaining this tool.
Hello, I have inspired from this module and create my own ssh client module.You can try https://github.com/ne0z/react-native-sshclient with support reuse session. Thank you.