Add SPA session validation and buglist, update migration docs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-03 21:28:08 +00:00
parent 9be3dfc14e
commit cff287e870
24169 changed files with 10223 additions and 7120 deletions

6
node_modules/node-forge/lib/util.js generated vendored Normal file → Executable file
View File

@@ -677,7 +677,7 @@ util.ByteStringBuffer.prototype.clear = function() {
};
/**
* Shortens this buffer by triming bytes off of the end of this buffer.
* Shortens this buffer by trimming bytes off of the end of this buffer.
*
* @param count the number of bytes to trim off.
*
@@ -1343,7 +1343,7 @@ util.DataBuffer.prototype.clear = function() {
};
/**
* Shortens this buffer by triming bytes off of the end of this buffer.
* Shortens this buffer by trimming bytes off of the end of this buffer.
*
* @param count the number of bytes to trim off.
*
@@ -2316,7 +2316,7 @@ util.format = function(format) {
parts.push('<?>');
}
break;
// FIXME: do proper formating for numbers, etc
// FIXME: do proper formatting for numbers, etc
//case 'f':
//case 'd':
case '%':