mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
1553c43080
* add security commitment
* fix badge path
* set token permissions
see https://github.com/inventree/InvenTree/security/code-scanning/48
* add more chapters
* break up flow text
* spellchecking
* Revert "set token permissions"
This reverts commit 6deb33000f
.
* Add pattern for social media providers restrictive APIs
20 lines
392 B
JSON
20 lines
392 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "http://inventree.localhost"
|
|
},
|
|
{
|
|
"pattern": "http://localhost"
|
|
},
|
|
{
|
|
"pattern": "http://127.0.0.1"
|
|
},
|
|
{
|
|
"pattern": "https://twitter.com/inventreedb"
|
|
},
|
|
{
|
|
"pattern": "https://www.reddit.com/r/InvenTree/"
|
|
}
|
|
]
|
|
}
|