-
### Summary
Using query builders along with manual string formatting or concatenation isn't detected.
### Steps to reproduce the behavior
```go
sb = squirrel.StatementBuilder.Select("1") …
-
500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
Reported on deck…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.21.0 darwin/amd64
### Does this issue reproduce with the latest release?
yes
### What operating syst…
-
### Review Mojo's priorities
- [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities.
###…
-
SELECT
d.id,
d.name AS original_name,
d.created_date,
d.updated_date,
SUM(CASE WHEN dm.games > IFNULL(odm.games, 0) THEN 1 ELSE 0 EN…
-
compile caddy with all addons listed on the [download page](https://caddyserver.com/download).
> Only middleware handlers which are invoked from the Caddyfile will be chained in, so small Caddyfiles …
-
I am trying glide against kubernetes again.
`glide init` processes my Godep state.
`glide install` fetches all my deps into vendor. It pulls a LOT more files than Godep does. If I recall it's …
-
## Context
I'd like to generate my profiles with the following template
```
{{ .RoleName }}-{{ .AccountName }}
```
I'd like to lowercase it using `strings.ToLower`. Here is an example from …
-
### Symfony version(s) affected
5.4.37
### Description
The `Crawler` encodes html entities before parsing it in https://github.com/symfony/symfony/blob/f28e58eef622a4524b8ada8ddf252130a39094fa/src/…
ausi updated
7 months ago
-
## SURE-7469
### Issue description:
Fleet controller in Rancher upstream clusters crashes if the imagen tag does not include the semver range expected when using [ImageScan](https://fleet.rancher.…