Skip to content

Commit 8b044c9

Browse files
Merge branch 'main' into bug/containers-custom-images-delete-from-config-002
2 parents fe6e0fd + bd17b99 commit 8b044c9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

internal/params/filters.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ var BaseIncludeFilters = []string{
138138
"Directory.Build.props",
139139
"*.rs",
140140
"*.jsx",
141+
"*.bicepparam",
142+
"*.bicep",
141143
}
142144

143145
var BaseExcludeFilters = []string{

internal/wrappers/ntlm/proxy-ntml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ func getNtlmHash(password string) []byte {
518518
if err != nil {
519519
log.Println(err)
520520
}
521-
return hash.Sum(nil)
521+
return hash.Sum([]byte(nil))
522522
}
523523

524524
func computeNtlmV2Response(ntlmV2Hash, serverChallenge, clientChallenge, timestamp, targetInfo []byte) []byte {

0 commit comments

Comments
 (0)