Skip to content

config\refac(back): #1 add vulns#2

Closed
alejolagosm wants to merge 1 commit intomainfrom
feature-test
Closed

config\refac(back): #1 add vulns#2
alejolagosm wants to merge 1 commit intomainfrom
feature-test

Conversation

@alejolagosm
Copy link
Copy Markdown
Owner

  • add sast and sca vuln

- add sast and sca vuln
public string DoSqli(string id)
{
string conString = "I AM a connection String";
using (SqlCommand cmd = new SqlCommand("SELECT * FROM users WHERE userId = '" + id + "'"))
public string DoSqli(string username)
{
string insecure_query = "SELECT * FROM users WHERE userId = '" + username + "'";
insecure_command = sqcontext.Database.ExecuteSqlCommand(insecure_query);
Comment thread package.json
"@angular/core": "^13.3.3",
"quill": "1.3.7",
"cloudron-sysadmin": "1.0.0",
"openclaw": "2026.4.14",
Comment thread package.json
"@angular/core": "^13.3.3",
"quill": "1.3.7",
"cloudron-sysadmin": "1.0.0",
"openclaw": "2026.4.14",
Comment thread package.json
"@angular/core": "^13.3.3",
"quill": "1.3.7",
"cloudron-sysadmin": "1.0.0",
"openclaw": "2026.4.14",
Comment thread package.json
"@angular/core": "^13.3.3",
"quill": "1.3.7",
"cloudron-sysadmin": "1.0.0",
"openclaw": "2026.4.14",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants