setopt: clear proxy auth properly on NULL#21696
Conversation
|
@vszakats this silly bot appears because we use CodeQL. Why do we use CodeQL again? I can't recall it doing much good for us. |
It's suggested by GitHub folks, as one the five pillars of security tools. It's indeed not catching much issues and have in rare cases false Now Python is also analyzed via the Code Quality feature (it looks I'd personally probably keep these for redundancy, but if the false |
Sure, but it's their tool so they're not really impartial in the matter. To me their voice on this is less interesting. But thanks for the details. I don't think it's too annoying like at this level so I'm not going to push for removal either at this point. Let's see how things develop going forward. There is apparently a SARIF filter feature we can use to exclude for example test code. |
|
This filter looks useful to me also. I'd hesitate adding a 3rd-party action for this, and I wonder if there is a jq command-line or local script that could do the job. Will look later into what the Action os doing. Another option is to just not build tests here, with downside that the build will be missing and coverage % falls. |
Verify NULLed proxy credentials with test1648 Closes curl#21696
No description provided.