Skip to content

Commit

Permalink
Auto updated submodule references
Browse files Browse the repository at this point in the history
  • Loading branch information
Git bot committed Jun 6, 2024
1 parent b2e591d commit 3bac217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codeql
Submodule codeql updated 740 files
2 changes: 1 addition & 1 deletion codeql-community
Submodule codeql-community updated 42 files
+13 −7 csharp/lib/codeql-pack.lock.yml
+7 −6 csharp/lib/ghsl/Cryptography.qll
+63 −54 csharp/lib/ghsl/HardcodedCredentials.qll
+1 −1 csharp/lib/qlpack.yml
+15 −9 csharp/src/codeql-pack.lock.yml
+28 −36 csharp/src/library_sources/ExternalAPIsQuery.qll
+2 −2 csharp/src/qlpack.yml
+5 −3 csharp/src/security/CWE-328/WeakHashingAlgorithms.ql
+8 −11 csharp/src/security/CWE-760/HardcodedSalt.ql
+3 −3 csharp/src/security/CWE-798/HardcodedCredentialsSymmetricSecurityKey.ql
+15 −9 csharp/test/codeql-pack.lock.yml
+4 −4 csharp/test/qlpack.yml
+12 −6 csharp/test/security/CWE-328/WeakPasswordHashing.expected
+8 −4 csharp/test/security/CWE-328/WeakSensitiveDataHashing.expected
+9 −5 csharp/test/security/CWE-760/HardcodedSalt.expected
+4 −0 go/ext/codeql-pack.lock.yml
+0 −0 go/ext/generated/.gitkeep
+0 −0 go/ext/manual/.gitkeep
+19 −0 go/ext/manual/flag.yml
+27 −0 go/ext/manual/os.yml
+10 −0 go/ext/qlpack.yml
+8 −6 go/lib/codeql-pack.lock.yml
+23 −69 go/lib/ghsl/LocalSources.qll
+17 −11 go/src/audit/CWE-089/SqlInjectionAudit.ql
+1 −1 go/src/audit/explore/RemoteFlowSources.ql
+8 −6 go/src/codeql-pack.lock.yml
+16 −3 go/src/security/CWE-078/CommandInjection.ql
+8 −10 go/test/codeql-pack.lock.yml
+25 −0 go/test/lib/localsources/cmd/flag.go
+20 −0 go/test/lib/localsources/cmd/go_os.go
+3 −0 go/test/lib/localsources/go.mod
+8 −0 go/test/lib/localsources/local.expected
+7 −0 go/test/lib/localsources/local.ql
+2 −1 go/test/qlpack.yml
+2 −8 go/test/security/CWE-078/cmdi.expected
+172 −46 java/src/library_sources/ExternalAPIs.qll
+39 −0 ruby/src/security/CWE-770/UserControlledMaxIterations.qhelp
+150 −0 ruby/src/security/CWE-770/UserControlledMaxIterations.ql
+19 −0 ruby/test/security/CWE-770/UserControlledMaxIterations.expected
+1 −0 ruby/test/security/CWE-770/UserControlledMaxIterations.qlref
+21 −0 ruby/test/security/CWE-770/UserControlledMaxIterations__bad.rb
+17 −0 ruby/test/security/CWE-770/UserControlledMaxIterations__good.rb

0 comments on commit 3bac217

Please sign in to comment.