index
:
browser-extension
build-sys
jahoti
jahoti-update
koszko
master
nick
A Web Extension to facilitate replacing sites' js with user-supplied scripts
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Mode
Name
Size
-rw-r--r--
__init__.py
70
log
plain
about
-rw-r--r--
__main__.py
2352
log
plain
about
-rw-r--r--
conftest.py
5859
log
plain
about
d---------
data
/
pages
32
log
plain
d---------
default_profiles
/
icecat_empty
39
log
plain
-rw-r--r--
extension_crafting.py
5534
@@ -4961,6 +4961,19 @@ To view information about a particular vulnerability, visit pages such as:
where @code{CVE-YYYY-ABCD} is the CVE identifier---e.g.,
@code{CVE-2015-7554}.
+Package developers can specify in package recipes the
+@uref{https://nvd.nist.gov/cpe.cfm,Common Platform Enumeration (CPE)}
+name and version of the package when they differ from the name that Guix
+uses, as in this example:
+
+@example
+(package
+ (name "grub")
+ ;; @dots{}
+ ;; CPE calls this package "grub2".
+ (properties '((cpe-name . "grub2"))))
+@end example
+
@item formatting
Warn about obvious source code formatting issues: trailing white space,
use of tabulations, etc.