Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Sql Injection

PASSWORD="33eca922-74a0-11ee-9e21-00155d9a126b"

docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=$PASSWORD" -p 1433:1433 --name sql-server -d mcr.microsoft.com/mssql/server:2022-latest

dotnet user-secrets set "ConnectionStrings:ConnectionString" "Data Source=localhost,1433;Initial Catalog=SqlInjection;User=sa;Password=$PASSWORD;TrustServerCertificate=True"

dotnet ef database update

Vulnerabilities

Enable Dependabot security and version updates

Code Scanning

Enable Code Scanning

Secrets

Enable Push Protection

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages