Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
github.com/minio/xxml
NOTE: This package is a fork of 'encoding/xml' from https://github.com/golang/go.
Package xml implements a simple XML 1.0 parser that understands XML name spaces, along with extended support for control characters such as following
var controlCharactersMap = map[rune][]byte{
'\x00': []byte("�"),
'\x01': []byte(""),
'\x02': []byte(""),
'\x03': []byte(""),
'\x04': []byte(""),
'\x05': []byte(""),
'\x06': []byte(""),
'\x07': []byte(""),
}
XML 1.0 spec does not allow these control characters. However this package intends to support these characters to satisfy MinIO's needs for AWS S3 compatiblity.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.