Skip to content

Commit

Permalink
test: update snapshots for canary
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski committed Jan 24, 2024
1 parent d2b2edb commit 7c17a0f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tests/php/lang/http_insecure/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ exports[`php_lang_http_insecure bad_buzz 1`] = `

exports[`php_lang_http_insecure bad_guzzle 1`] = `
"{
"medium": [
"low": [
{
"cwe_ids": [
"319"
Expand Down
2 changes: 1 addition & 1 deletion tests/php/lang/ssl_verification/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ exports[`php_lang_ssl_verification bad_buzz 1`] = `

exports[`php_lang_ssl_verification bad_guzzle 1`] = `
"{
"high": [
"medium": [
{
"cwe_ids": [
"295"
Expand Down
2 changes: 1 addition & 1 deletion tests/php/lang/weak_hash_md/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ exports[`php_lang_weak_hash_md insecure_library 1`] = `
"code_extract": "hash_update($context, $user->gender);"
}
],
"medium": [
"low": [
{
"cwe_ids": [
"327"
Expand Down
2 changes: 1 addition & 1 deletion tests/php/lang/weak_hash_sha1/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ exports[`php_lang_weak_hash_sha1 insecure_library 1`] = `
"code_extract": "hash_update($context, $user->gender);"
}
],
"medium": [
"low": [
{
"cwe_ids": [
"327"
Expand Down
2 changes: 1 addition & 1 deletion tests/python/lang/weak_hash_md5/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exports[`python_lang_weak_hash_md5 bad 1`] = `
"code_extract": "result = hashlib.md5(username.encode())"
}
],
"medium": [
"low": [
{
"cwe_ids": [
"331",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exports[`python_lang_weak_hash_sha1 bad 1`] = `
"code_extract": "result = hashlib.sha1(username.encode())"
}
],
"medium": [
"low": [
{
"cwe_ids": [
"331",
Expand Down
2 changes: 1 addition & 1 deletion tests/ruby/lang/insecure_ftp/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`ruby_lang_insecure_ftp ftp_new 1`] = `
"{
"medium": [
"low": [
{
"cwe_ids": [
"319"
Expand Down
2 changes: 1 addition & 1 deletion tests/ruby/rails/insecure_smtp/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`ruby_rails_insecure_smtp ok_ssl_verify_peer_mode 1`] = `"{}"`;

exports[`ruby_rails_insecure_smtp verify_none 1`] = `
"{
"medium": [
"low": [
{
"cwe_ids": [
"319"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`ruby_rails_weak_custom_key ok 1`] = `"{}"`;

exports[`ruby_rails_weak_custom_key weak_key 1`] = `
"{
"medium": [
"low": [
{
"cwe_ids": [
"326"
Expand Down

0 comments on commit 7c17a0f

Please sign in to comment.