This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
## BUIILD AND DEPLOYMENT
|
||||
|
||||
|
||||
|
||||
### Security scan
|
||||
If any packages have been changed in the release do a thorough security scan and check of each package
|
||||
|
||||
|
||||
|
||||
### Bump version numbers:
|
||||
|
||||
Search and replace 8.0.0-beta.0.10
|
||||
Search and replace 8.0.0-beta.0.11
|
||||
webapp,server,launcher, v8migrate
|
||||
|
||||
Client end ayanova-version.js,
|
||||
|
||||
15
devdocs/security.txt
Normal file
15
devdocs/security.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
# Security checks and tools
|
||||
|
||||
|
||||
## NPM
|
||||
https://snyk.io/blog/ten-npm-security-best-practices/
|
||||
https://docs.npmjs.com/cli/v8/commands/npm-audit
|
||||
|
||||
npm doctor
|
||||
npm audit
|
||||
|
||||
## Nuget
|
||||
|
||||
https://docs.microsoft.com/en-us/nuget/concepts/security-best-practices
|
||||
dotnet list package --deprecated
|
||||
dotnet list package --vulnerable
|
||||
@@ -1,21 +1,4 @@
|
||||
{"login": "superuser","password": "l3tm3in"}
|
||||
|
||||
{"login": "OpsAdminLimited","password": "OpsAdminLimited"}
|
||||
|
||||
Test line to commit to new svn server
|
||||
|
||||
|
||||
todo: 2020-09-24 09:24:37.5792|WARN|Microsoft.EntityFrameworkCore.Infrastructure|'AddEntityFramework*' was called on the service provider, but 'UseInternalServiceProvider' wasn't called in the DbContext options configuration. Remove the 'AddEntityFramework*' call as in most cases it's not needed and might cause conflicts with other products and services registered in the same service provider.
|
||||
|
||||
|
||||
Created
|
||||
await NotifyEventProcessor.HandlePotentialNotificationEvent(AyaEvent.Created, newObject);
|
||||
|
||||
Modified PUT update
|
||||
await NotifyEventProcessor.HandlePotentialNotificationEvent(AyaEvent.Modified, dbObject, SnapshotOfOriginalDBObj);
|
||||
|
||||
Deleted
|
||||
await NotifyEventProcessor.HandlePotentialNotificationEvent(AyaEvent.Deleted, dbObject);
|
||||
choco upgrade chocolatey
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user