Compare commits

...

4 Commits

Author SHA1 Message Date
Alexandre Dulaunoy 648f291ddd
chg: [readme] fixed 2021-07-25 09:29:20 +02:00
Alexandre Dulaunoy 0f2c5496b2
Merge pull request #4 from MISP/dependabot/npm_and_yarn/hosted-git-info-2.8.9
build(deps): bump hosted-git-info from 2.7.1 to 2.8.9
2021-07-25 09:27:26 +02:00
dependabot[bot] c83757d294
build(deps): bump hosted-git-info from 2.7.1 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9)

---
updated-dependencies:
- dependency-name: hosted-git-info
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-25 07:27:04 +00:00
Alexandre Dulaunoy 0baf57fdbb
chg: [main] fix reference to AIL Project 2021-07-25 09:25:44 +02:00
3 changed files with 10 additions and 10 deletions

View File

@ -32,11 +32,11 @@ other collections of data that can be used to mark, classify or label data in th
- MISP warninglist format
## Contributing
If you want to contribute to our IETF Internet-Draft for the MISP standard, [misp-rfc](https://github.com/MISP/misp-rfc) is the repository to propose changes.
Each format folder has several files of different extensions, including XML and Markdown (MD).
You should update only the Markdown file; the XML and ASCII for the IETF I-D are automatically generated.
If a major release or updates happen in the format, we will [publish the I-D to the IETF](https://datatracker.ietf.org/doc/search/?name=misp&
activedrafts=on&rfcs=on).
If you want to contribute to our IETF Internet-Draft for the MISP standard, [misp-rfc](https://github.com/MISP/misp-rfc) is the repository to propose changes.
- Each format folder has several files of different extensions, including XML and Markdown (MD).
- You should update only the Markdown file; the XML and ASCII for the IETF I-D are automatically generated.
- If a major release or updates happen in the format, we will [publish the I-D to the IETF](https://datatracker.ietf.org/doc/search/?name=misp&activedrafts=on&rfcs=on).
## License

View File

@ -7,9 +7,9 @@ header:
overlay_image: /assets/images/misp-long.png
overlay_filter: 0.8
feature_row:
- url: https://github.com/CIRCL/AIL-framework
- url: https://github.com/AIL-Project/AIL-framework
image_path: /assets/images/ail.png
alt: "AIL framework"
alt: "AIL frameworki (AIL Project)"
excerpt: "AIL is a modular framework to analyse potential information leaks from unstructured data sources like pastes from Pastebin and similar services or unstructured data streams. The AIL framework is flexible and can be extended to support other functionalities to mine or process sensitive information (e.g. data leak prevention)."
- url: https://www.misp-project.org/
image_path: /assets/images/misp-small.png

6
package-lock.json generated
View File

@ -1269,9 +1269,9 @@
}
},
"hosted-git-info": {
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz",
"integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==",
"version": "2.8.9",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
"integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
"dev": true
},
"inherits": {