14 lines
462 B
JavaScript
14 lines
462 B
JavaScript
module.exports = {
|
|
'sigsac.org': {
|
|
_name: 'ACM Special Interest Group on Security Audit and Control',
|
|
'.': [
|
|
{
|
|
title: 'ACM Conference on Computer and Communications Security',
|
|
docs: 'https://docs.rsshub.app/journal.html#acm-special-interest-group-on-security-audit-and-control',
|
|
source: ['/ccs.html', '/'],
|
|
target: '/sigsac/ccs',
|
|
},
|
|
],
|
|
},
|
|
};
|