Skip to content

Commit

Permalink
HARMONY-1915: Address new cookie vulnerability.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygliuvt committed Oct 7, 2024
1 parent abe5e2f commit c4f21ca
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 4 deletions.
5 changes: 5 additions & 0 deletions services/harmony/.nsprc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"active": true,
"notes": "Will fix in HARMONY-1729",
"expiry": "2024-11-01"
},
"1099846": {
"active": true,
"notes": "Will fix in HARMONY-1916",
"expiry": "2025-05-01"
}
}
10 changes: 9 additions & 1 deletion services/query-cmr/.nsprc
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
{}
{
"1099846": {
"active": true,
"notes": "Will fix in HARMONY-1916",
"expiry": "2025-05-01"
}
}



5 changes: 5 additions & 0 deletions services/service-runner/.nsprc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"active": true,
"notes": "Will fix in HARMONY-1729",
"expiry": "2024-11-01"
},
"1099846": {
"active": true,
"notes": "Will fix in HARMONY-1916",
"expiry": "2025-05-01"
}
}
8 changes: 7 additions & 1 deletion services/work-failer/.nsprc
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
{}
{
"1099846": {
"active": true,
"notes": "Will fix in HARMONY-1916",
"expiry": "2025-05-01"
}
}
8 changes: 7 additions & 1 deletion services/work-reaper/.nsprc
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
{}
{
"1099846": {
"active": true,
"notes": "Will fix in HARMONY-1916",
"expiry": "2025-05-01"
}
}
5 changes: 5 additions & 0 deletions services/work-scheduler/.nsprc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"active": true,
"notes": "Will fix in HARMONY-1729",
"expiry": "2024-11-01"
},
"1099846": {
"active": true,
"notes": "Will fix in HARMONY-1916",
"expiry": "2025-05-01"
}
}
8 changes: 7 additions & 1 deletion services/work-updater/.nsprc
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
{}
{
"1099846": {
"active": true,
"notes": "Will fix in HARMONY-1916",
"expiry": "2025-05-01"
}
}

0 comments on commit c4f21ca

Please sign in to comment.