Skip to content

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

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

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

Conversation

@alejolagosm
Copy link
Copy Markdown
Owner

  • add sast and sca vuln
  • modify flows

- add sast and sca vuln
- modify flows
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",
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);
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